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
{
type epsilonWallFunction;
type compressible::epsilonWallFunction;
value uniform 0;
}
ceiling
{
type epsilonWallFunction;
type compressible::epsilonWallFunction;
value uniform 0;
}
fixedWalls
{
type epsilonWallFunction;
type compressible::epsilonWallFunction;
value uniform 0;
}
box
{
type epsilonWallFunction;
type compressible::epsilonWallFunction;
value uniform 0;
}
}