Feeds
질문
computing the trajectory of a particle in a dilute uniform turbulent air flow. The particle diameter and turbulence level are to be input as user inputs
can any body suggest the code
12년 초과 전 | 답변 수: 0 | 0
0
답변질문
i am unable to get a plot .....as my plot fig is coming empty .....please tel me if anyone notice my mistake i paste the code
x(1)=-4; %initial position of particle in x direction y(1)=1; %initial position of particle in y direction ...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
i wrote this code for a particle moving with fluid toward a big sphere and depend on the reynold number of the fluid and diameter of the particle it will hit the big sphere or get over it with the fluid.this code is running but may be i have not def
%-- 18-04-2013 15:01 --% x(1)=-4; y(1)=1; R(1)=sqrt(x(1)^2+y(1)^2); p=1780; f=1.2; dp=100e-6; m = 15.11e-4;...
12년 초과 전 | 답변 수: 0 | 0
0
답변질문
i have written this code i want to solve this heat equation for n vary from 0 to n(any value) for each value of x at each case from t= 0 to 10
syms l t n x pi alpha ; a=input(('please enter alpha:')); b=input(('please enter length:')); c=input(('please enter num...
12년 초과 전 | 답변 수: 1 | 0