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

compressible flow tutorial - bounded warning

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 21, 2013, 04:40
Default compressible flow tutorial - bounded warning
  #1
New Member
 
Join Date: Oct 2013
Posts: 21
Rep Power: 12
flux is on a distinguished road
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 is offline   Reply With Quote

Old   October 24, 2013, 05:10
Default
  #2
New Member
 
Join Date: Oct 2013
Posts: 21
Rep Power: 12
flux is on a distinguished road
Can anyone help me?
flux is offline   Reply With Quote

Old   December 1, 2013, 23:32
Default
  #3
Member
 
Dan Kokron
Join Date: Dec 2012
Posts: 33
Rep Power: 13
dkokron is on a distinguished road
I see the same behaviour with 2.2.x
dkokron is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
[CGNS] CGNS converters available mbeaudoin OpenFOAM Meshing & Mesh Conversion 137 December 14, 2018 05:20
Compressible flow, no data at the outlet mireis FLUENT 6 September 3, 2015 03:10
CFX-Pre problem, pls help!!! cth_yao CFX 0 February 17, 2012 01:52
channelFoam for a 3D pipe AlmostSurelyRob OpenFOAM 3 June 24, 2011 14:06
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 15:00


All times are GMT -4. The time now is 00:43.