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

View File

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