This commit is contained in:
mattijs
2009-04-28 20:52:18 +01:00
parent ed3c3c29a1
commit 68e3014f93

View File

@ -23,25 +23,25 @@ boundaryField
{ {
floor floor
{ {
type epsilonWallFunction; type compressible::epsilonWallFunction;
value uniform 0; value uniform 0;
} }
ceiling ceiling
{ {
type epsilonWallFunction; type compressible::epsilonWallFunction;
value uniform 0; value uniform 0;
} }
fixedWalls fixedWalls
{ {
type epsilonWallFunction; type compressible::epsilonWallFunction;
value uniform 0; value uniform 0;
} }
box box
{ {
type epsilonWallFunction; type compressible::epsilonWallFunction;
value uniform 0; value uniform 0;
} }
} }