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 38171e0c7a
commit ec6ad11cbd

View File

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