Skip to content
Snippets Groups Projects
Commit ec6ad11c authored by Henry's avatar Henry
Browse files

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
parent 38171e0c
No related merge requests found
......@@ -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
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment