CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   compressible flow tutorial - bounded warning (https://www.cfd-online.com/Forums/openfoam-solving/125168-compressible-flow-tutorial-bounded-warning.html)

flux October 21, 2013 03:40

compressible flow tutorial - bounded warning
 
Hi everyone!

I am new in CFD and OpenFoam and i've got a question:

When i'm running the following tutorial:

/home/<user>/OpenFOAM/<user>-2.2.1/run/tutorials/compressible/rhoSimplecFoam/squareBend

the terminal gives the following warning-message:

Code:

--> FOAM Warning :
From function gaussConvectionScheme
in file finiteVolume/convectionSchemes/gaussConvectionScheme/gaussConvectionScheme.H at line 123
Reading "/home/<user>/OpenFOAM/<user>-2.2.1/run/duese/processor0/../system/fvSchemes.divSchemes.div(phid,p)" at line 40
Unbounded 'Gauss' div scheme used in steady-state solver, use 'bounded Gauss' to ensure boundedness.
To remove this warning switch off 'boundedGauss' in "/opt/openfoam221/etc/controlDict"

The tutorial-case still converges. What does this warning in fact mean and what does this 'bounded' mean?

If i change the following code in fvScheme from:

Code:

div(phid,p)        Gauss upwind;
div((phi|interpolate(rho)),p) Gauss upwind;

to

Code:

div(phid,p)        bounded Gauss upwind;
div((phi|interpolate(rho)),p)  bounded Gauss upwind;

the warning disappears... but the case also did not converges anymore

Thx!

flux October 24, 2013 04:10

Can anyone help me?

dkokron December 1, 2013 22:32

I see the same behaviour with 2.2.x


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