mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
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:
@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user