|
[Sponsors] |
September 22, 2012, 08:45 |
Limiting / Ranging values during calculation
|
#1 |
Senior Member
HECKMANN Frédéric
Join Date: Jul 2010
Posts: 249
Rep Power: 17 |
Hello everyone,
Is there any function in openfoam to limit a value (density, x-velocity, y-velocity, pressure, ...) with upper and lower value at each iteration ? I am thinking about something like the "Solution Control" + "Limits" that we can find in Fluent. I am using the rhoPimpleFoam solver now. In my point of view, if I add a cell loop after the "solve", it will only patch the solution after all the iteration of the time step, right ? Thank you in advance. |
|
September 22, 2012, 08:59 |
|
#2 |
Senior Member
HECKMANN Frédéric
Join Date: Jul 2010
Posts: 249
Rep Power: 17 |
For the density, there is something like this :
Code:
PIMPLE { momentumPredictor yes; nOuterCorrectors 1; nCorrectors 2; nNonOrthogonalCorrectors 0; rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5; rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0; } Edit, this is present in the "fvSolution" file |
|
Tags |
limit, limitation, limits, range |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Transfer output data as input for second calculation | mannobot | Main CFD Forum | 3 | December 7, 2018 10:37 |
MRF and Heat transfer calculation | Susan YU | FLUENT | 0 | June 2, 2010 09:46 |
Defining output as input for second calculation | mannobot | FLUENT | 1 | June 2, 2010 05:20 |
strange node values @ solid/fluid interface - help | JB | FLUENT | 2 | November 1, 2008 13:04 |
node values or cell values? | aPpA | FLUENT | 0 | November 10, 2006 09:56 |