epsilon/omega: ensure non-0 values are set on all boundaries

This commit is contained in:
Henry
2013-06-20 16:33:15 +01:00
parent 052d81785a
commit 14c3689fec
9 changed files with 12 additions and 12 deletions

View File

@ -24,13 +24,13 @@ boundaryField
movingWall movingWall
{ {
type compressible::epsilonWallFunction; type compressible::epsilonWallFunction;
value uniform 0; value $internalField;
} }
fixedWalls fixedWalls
{ {
type compressible::epsilonWallFunction; type compressible::epsilonWallFunction;
value uniform 0; value $internalField;
} }
frontAndBack frontAndBack

View File

@ -24,13 +24,13 @@ boundaryField
rotor rotor
{ {
type epsilonWallFunction; type epsilonWallFunction;
value uniform 0; value $internalField;
} }
stator stator
{ {
type epsilonWallFunction; type epsilonWallFunction;
value uniform 0; value $internalField;
} }
front front

View File

@ -43,7 +43,7 @@ boundaryField
defaultFaces defaultFaces
{ {
type epsilonWallFunction; type epsilonWallFunction;
value uniform 0; value $internalField;
} }
} }

View File

@ -24,13 +24,13 @@ boundaryField
rotor rotor
{ {
type epsilonWallFunction; type epsilonWallFunction;
value uniform 0; value $internalField;
} }
stator stator
{ {
type epsilonWallFunction; type epsilonWallFunction;
value uniform 0; value $internalField;
} }
front front

View File

@ -54,7 +54,7 @@ boundaryField
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
value uniform 0; value $internalField;
} }
} }

View File

@ -54,7 +54,7 @@ boundaryField
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
value uniform 0; value $internalField;
} }
} }

View File

@ -54,7 +54,7 @@ boundaryField
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
value uniform 0; value $internalField;
} }
} }

View File

@ -54,7 +54,7 @@ boundaryField
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
value uniform 0; value $internalField;
} }
} }

View File

@ -54,7 +54,7 @@ boundaryField
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
value uniform 0; value $internalField;
} }
} }