tutorials/incompressible/simpleFoam/pitzDaily/0/omega: Correct value to be consistent with epsilon

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1720
This commit is contained in:
Henry
2015-05-29 21:26:49 +01:00
parent 8b7e02167f
commit 4192e0bce4

View File

@ -17,14 +17,14 @@ FoamFile
dimensions [0 0 -1 0 0 0 0]; dimensions [0 0 -1 0 0 0 0];
internalField uniform 39.6; internalField uniform 440.15;
boundaryField boundaryField
{ {
inlet inlet
{ {
type fixedValue; type fixedValue;
value uniform 39.6; value $internalField;
} }
outlet outlet
{ {
@ -33,12 +33,12 @@ boundaryField
upperWall upperWall
{ {
type omegaWallFunction; type omegaWallFunction;
value uniform 39.6; value $internalField;
} }
lowerWall lowerWall
{ {
type omegaWallFunction; type omegaWallFunction;
value uniform 39.6; value $internalField;
} }
frontAndBack frontAndBack
{ {