|
[Sponsors] |
October 21, 2013, 04:40 |
compressible flow tutorial - bounded warning
|
#1 |
New Member
Join Date: Oct 2013
Posts: 21
Rep Power: 13 |
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" If i change the following code in fvScheme from: Code:
div(phid,p) Gauss upwind; div((phi|interpolate(rho)),p) Gauss upwind; Code:
div(phid,p) bounded Gauss upwind; div((phi|interpolate(rho)),p) bounded Gauss upwind; Thx! |
|
October 24, 2013, 05:10 |
|
#2 |
New Member
Join Date: Oct 2013
Posts: 21
Rep Power: 13 |
Can anyone help me?
|
|
December 1, 2013, 23:32 |
|
#3 |
Member
Dan Kokron
Join Date: Dec 2012
Posts: 33
Rep Power: 13 |
I see the same behaviour with 2.2.x
|
|
|
|
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 |