missing patch

This commit is contained in:
mattijs
2009-04-23 15:02:09 +01:00
parent c0f131eab5
commit c153c5dc47
3 changed files with 15 additions and 0 deletions

View File

@ -21,6 +21,11 @@ internalField uniform 0;
boundaryField boundaryField
{ {
minY
{
type alphatWallFunction;
value uniform 0;
}
maxY maxY
{ {
type alphatWallFunction; type alphatWallFunction;

View File

@ -21,6 +21,11 @@ internalField uniform 0.01;
boundaryField boundaryField
{ {
minY
{
type epsilonWallFunction;
value uniform 0.01;
}
maxY maxY
{ {
type epsilonWallFunction; type epsilonWallFunction;

View File

@ -21,6 +21,11 @@ internalField uniform 0.1;
boundaryField boundaryField
{ {
minY
{
type kQRWallFunction;
value uniform 0.1;
}
maxY maxY
{ {
type kQRWallFunction; type kQRWallFunction;