Statistics
RANK
239,709
of 295,448
REPUTATION
0
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
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...
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