|
[Sponsors] |
howto write step velocity profile with expressions |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 18, 2006, 15:25 |
howto write step velocity profile with expressions
|
#1 |
Guest
Posts: n/a
|
i have to give inlet velocity as step function. Please anyone tell me what expression i should use. The velocity is a function of y. For 0<y<(h/2) u=2 m/s For (h/2)<y<h u=12 m/2
thank you |
|
May 18, 2006, 19:43 |
Re: howto write step velocity profile with express
|
#2 |
Guest
Posts: n/a
|
Hi,
Try: variable=step((y-10[m])/1[m])*50[m/s] This steps the velocity from 0 m/s to 50 m/s at y=10 metres. You need the divide by 1m to convert the distance to a dimensionless number. Regards, Glenn Horrocks |
|
May 23, 2006, 10:41 |
Re: howto write step velocity profile with express
|
#3 |
Guest
Posts: n/a
|
Hi Prabhu,
An alternative, and very easy way to do this is by creating a 1D profile. To make the change occur over a short distance, use the following points: 9.999 0 10.0 50 Use the "extend min" and "extend max" to make the values extend above and below your points. Regards, Robin |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Multiple floating objects | CKH | OpenFOAM Running, Solving & CFD | 14 | February 20, 2019 10:08 |
ATTENTION! Reliability problems in CFX 5.7 | Joseph | CFX | 14 | April 20, 2010 16:45 |
Create hemisphere like velocity profile at inlet | Nelson | Main CFD Forum | 3 | July 27, 2005 13:05 |
Variables Definition in CFX Solver 5.6 | R P | CFX | 2 | October 26, 2004 03:13 |
particle velocity and velocity profile | HGG | FLUENT | 2 | June 10, 2001 17:32 |