photo

SANTHOSH


Last seen: 1 month ago Active since 2024

Followers: 0   Following: 1

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
solution for steady flow at Re = 10. in coursera i took mathematics for engineers.for that i need to solve an assignment. For this code i cant get correct stream & vorticity
i kindly requesting here to help me to solve this problem, eventhough i got the correct plot, i couldnt be able to submit it, he...

3 months ago | 0

Answered
solution for steady flow at Re = 10. in coursera i took mathematics for engineers.for that i need to solve an assignment. For this code i cant get correct stream & vorticity
function plot_Re10(psi) Re=10; %%%%% xi-theta grid %%%%% n=size(psi,1); m=size(psi,2) N=n-1; M=m-1; h=pi/M; % grid spacing...

3 months ago | 0

Question


solution for steady flow at Re = 10. in coursera i took mathematics for engineers.for that i need to solve an assignment. For this code i cant get correct stream & vorticity
flow_around_cylinder_steady function [psi, omega] = flow_around_cylinder_steady Re=10; %%%%% define the grid...

4 months ago | 3 answers | 0

3

answers