Corrected RAS cavity case to be consistent with User Guide tutorial

This commit is contained in:
Chris Greenshields
2016-06-08 14:01:50 +01:00
parent 477d40f0a2
commit e4dec4bb7c
4 changed files with 10 additions and 10 deletions

View File

@ -17,19 +17,19 @@ FoamFile
dimensions [0 2 -3 0 0 0 0]; dimensions [0 2 -3 0 0 0 0];
internalField uniform 0.000765; internalField uniform 0.00754;
boundaryField boundaryField
{ {
movingWall movingWall
{ {
type epsilonWallFunction; type epsilonWallFunction;
value uniform 0.000765; value uniform 0.00754;
} }
fixedWalls fixedWalls
{ {
type epsilonWallFunction; type epsilonWallFunction;
value uniform 0.000765; value uniform 0.00754;
} }
frontAndBack frontAndBack
{ {

View File

@ -17,19 +17,19 @@ FoamFile
dimensions [0 2 -2 0 0 0 0]; dimensions [0 2 -2 0 0 0 0];
internalField uniform 0.00325; internalField uniform 0.00375;
boundaryField boundaryField
{ {
movingWall movingWall
{ {
type kqRWallFunction; type kqRWallFunction;
value uniform 0.00325; value uniform 0.00375;
} }
fixedWalls fixedWalls
{ {
type kqRWallFunction; type kqRWallFunction;
value uniform 0.00325; value uniform 0.00375;
} }
frontAndBack frontAndBack
{ {

View File

@ -17,19 +17,19 @@ FoamFile
dimensions [0 0 -1 0 0 0 0]; dimensions [0 0 -1 0 0 0 0];
internalField uniform 1; internalField uniform 22.4;
boundaryField boundaryField
{ {
movingWall movingWall
{ {
type omegaWallFunction; type omegaWallFunction;
value uniform 1; value uniform 22.4;
} }
fixedWalls fixedWalls
{ {
type omegaWallFunction; type omegaWallFunction;
value uniform 1; value uniform 22.4;
} }
frontAndBack frontAndBack
{ {

View File

@ -19,7 +19,7 @@ simulationType RAS;
RAS RAS
{ {
RASModel kOmega; RASModel kEpsilon;
turbulence on; turbulence on;