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
{
type compressible::epsilonWallFunction;
value uniform 0;
value $internalField;
}
fixedWalls
{
type compressible::epsilonWallFunction;
value uniform 0;
value $internalField;
}
frontAndBack