Feeds
已回答
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...
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 前 | 0
已回答
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...
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 前 | 0
提问
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 前 | 3 个回答 | 0