CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Limiting / Ranging values during calculation

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By fredo490

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 22, 2012, 07:45
Default Limiting / Ranging values during calculation
  #1
Senior Member
 
HECKMANN Frédéric
Join Date: Jul 2010
Posts: 249
Rep Power: 16
fredo490 is on a distinguished road
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.
fredo490 is offline   Reply With Quote

Old   September 22, 2012, 07:59
Default
  #2
Senior Member
 
HECKMANN Frédéric
Join Date: Jul 2010
Posts: 249
Rep Power: 16
fredo490 is on a distinguished road
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;
}
But I can't find anything for the density and the velocity (in each axis)

Edit, this is present in the "fvSolution" file
parthigcar likes this.
fredo490 is offline   Reply With Quote

Reply

Tags
limit, limitation, limits, range


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 09:37
MRF and Heat transfer calculation Susan YU FLUENT 0 June 2, 2010 08:46
Defining output as input for second calculation mannobot FLUENT 1 June 2, 2010 04:20
strange node values @ solid/fluid interface - help JB FLUENT 2 November 1, 2008 12:04
node values or cell values? aPpA FLUENT 0 November 10, 2006 08:56


All times are GMT -4. The time now is 18:32.