mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected RAS cavity case to be consistent with User Guide tutorial
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -19,7 +19,7 @@ simulationType RAS;
|
||||
|
||||
RAS
|
||||
{
|
||||
RASModel kOmega;
|
||||
RASModel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user