|
[Sponsors] |
May 18, 2006, 04:00 |
set the pressure on a whole subdomain
|
#1 |
Guest
Posts: n/a
|
Hi. It's the first time I am working on CFX. I am using CFX 5.7.1 I want to set the value of the pressure and the temperature on a whole subdomain. These value are in .csv file How can I make to do that? The main problem for me, is: how to set the pressure and the temperature on a subdomain?
Thanks, Nicolas |
|
May 18, 2006, 09:54 |
Re: set the pressure on a whole subdomain
|
#2 |
Guest
Posts: n/a
|
You can add a source term and source coefficient to the energy equation in the subdomain to maintain a fixed temperature. For example, use the follow expressions:
LIBRARY: CEL: EXPRESSIONS: Scoeff = -1000000 [W m^-3 K^-1] Sterm = Scoeff * (T - 325 [K]) END END END Scoeff is just any big number; the bigger it gets, the stronger the correction source will become. Pressure is part of the solution and there is no such thing as a pressure source term, so you cannot control pressure in a similar way. Mike |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to read pressure at discrete points | paka | OpenFOAM | 16 | April 28, 2020 08:26 |
How to show the transient case? | H.P.LIU | Phoenics | 7 | July 13, 2010 05:31 |
UDF to define or adjust pressure??? | engahmed | FLUENT | 0 | July 6, 2010 18:19 |
Does star cd takes reference pressure? | monica | Siemens | 1 | April 19, 2007 12:26 |
Setting pressure and velocity in inlet | Asghari | FLUENT | 5 | September 22, 2006 14:23 |