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];
internalField uniform 0.000765;
internalField uniform 0.00754;
boundaryField
{
movingWall
{
type epsilonWallFunction;
value uniform 0.000765;
value uniform 0.00754;
}
fixedWalls
{
type epsilonWallFunction;
value uniform 0.000765;
value uniform 0.00754;
}
frontAndBack
{

View File

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

View File

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

View File

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