Corrected for new turbulence BCs.

This commit is contained in:
henry
2009-06-11 16:01:02 +01:00
parent 98080dafbe
commit ec4e44e4ce
2 changed files with 17 additions and 17 deletions

View File

@ -23,31 +23,31 @@ boundaryField
{ {
front front
{ {
type epsilonWallFunction; type compressible::epsilonWallFunction;
value uniform 0; value uniform 200;
} }
back back
{ {
type epsilonWallFunction; type compressible::epsilonWallFunction;
value uniform 0; value uniform 200;
} }
wall wall
{ {
type epsilonWallFunction; type compressible::epsilonWallFunction;
value uniform 0; value uniform 200;
} }
porosityWall porosityWall
{ {
type epsilonWallFunction; type compressible::epsilonWallFunction;
value uniform 0; value uniform 200;
} }
inlet inlet
{ {
type turbulentMixingLengthDissipationRateInlet; type compressible::turbulentMixingLengthDissipationRateInlet;
mixingLength 0.005; mixingLength 0.005;
value uniform 200; value uniform 200;
} }

View File

@ -23,26 +23,26 @@ boundaryField
{ {
front front
{ {
type kQRWallFunction; type compressible::kQRWallFunction;
value uniform 0; value uniform 1;
} }
back back
{ {
type kQRWallFunction; type compressible::kQRWallFunction;
value uniform 0; value uniform 1;
} }
wall wall
{ {
type kQRWallFunction; type compressible::kQRWallFunction;
value uniform 0; value uniform 1;
} }
porosityWall porosityWall
{ {
type kQRWallFunction; type compressible::kQRWallFunction;
value uniform 0; value uniform 1;
} }
inlet inlet