epsilon/omega: ensure non-0 values are set on all boundaries

This commit is contained in:
Henry
2013-06-20 16:33:15 +01:00
parent 052d81785a
commit 14c3689fec
9 changed files with 12 additions and 12 deletions

View File

@ -24,13 +24,13 @@ boundaryField
movingWall
{
type compressible::epsilonWallFunction;
value uniform 0;
value $internalField;
}
fixedWalls
{
type compressible::epsilonWallFunction;
value uniform 0;
value $internalField;
}
frontAndBack

View File

@ -24,13 +24,13 @@ boundaryField
rotor
{
type epsilonWallFunction;
value uniform 0;
value $internalField;
}
stator
{
type epsilonWallFunction;
value uniform 0;
value $internalField;
}
front

View File

@ -43,7 +43,7 @@ boundaryField
defaultFaces
{
type epsilonWallFunction;
value uniform 0;
value $internalField;
}
}

View File

@ -24,13 +24,13 @@ boundaryField
rotor
{
type epsilonWallFunction;
value uniform 0;
value $internalField;
}
stator
{
type epsilonWallFunction;
value uniform 0;
value $internalField;
}
front

View File

@ -54,7 +54,7 @@ boundaryField
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 0;
value $internalField;
}
}

View File

@ -54,7 +54,7 @@ boundaryField
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 0;
value $internalField;
}
}

View File

@ -54,7 +54,7 @@ boundaryField
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 0;
value $internalField;
}
}

View File

@ -54,7 +54,7 @@ boundaryField
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 0;
value $internalField;
}
}

View File

@ -54,7 +54,7 @@ boundaryField
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 0;
value $internalField;
}
}