|
[Sponsors] |
September 11, 2001, 07:43 |
velocity of a body fall. th. viscous medium
|
#1 |
Guest
Posts: n/a
|
how can we compute velocity of a body falling through viscous medium at any time before it attains terminal velocity while the viscous drag is itself velocity dependent?
|
|
September 11, 2001, 08:12 |
Re: velocity of a body fall. th. viscous medium
|
#2 |
Guest
Posts: n/a
|
Hi'
You will have to do some iterations to find the solution for the equation of motion for your body,i.e. Predictor-Corrector methods, Newton Raphson, etc. If you assume a constant drag, which in your case will be a crude or erroneous aassumption, it is straight ahead to find the velocity at any time. Jan |
|
September 11, 2001, 08:22 |
Re: velocity of a body fall. th. viscous medium
|
#3 |
Guest
Posts: n/a
|
Hi' again,
I forgot to mention, It is possible to do an integration of the equation of motion, if some assumptions are allowed. You would end up with a equation similiar to this Up = Ug + (Up,0 - Ug)*exp(-dt/tau) + tau*g*(1-exp(-dt/tau)) p - particle g - gas 0 - previous time step tau - response time -depends on the drag You better look in a textbook or paper. Regards and best of luck, Jan |
|
September 11, 2001, 23:33 |
Re: velocity of a body fall. th. viscous medium
|
#4 |
Guest
Posts: n/a
|
This is simply a terminal velocity calculation. For a vertically falling object you can get a closed form solution for the velocity by just doing F=ma and solving:
m*dv/dt = mg - 0.5*rho*Cd*pi*r^2*v^2 I've used postive downwards. Just use separation of variables to solve the ODE. Dan. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
adapt viscous resistance based on velocity / UDF | Häwimeddel | FLUENT | 2 | April 20, 2009 11:08 |
Velocity Under-relaxation in SIMPLE type methods | Matt U. | Main CFD Forum | 6 | July 4, 2005 06:29 |
Terrible Mistake In Fluid Dynamics History | Abhi | Main CFD Forum | 12 | July 8, 2002 10:11 |
Convection velocity of Coherent structures | Jongdae Kim | Main CFD Forum | 3 | February 5, 2002 05:04 |
slip velocity on boundary (V.P.M) | Lee, Juhee | Main CFD Forum | 3 | October 22, 1998 16:30 |