missing patch
This commit is contained in:
@ -21,6 +21,11 @@ internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
minY
|
||||
{
|
||||
type alphatWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
maxY
|
||||
{
|
||||
type alphatWallFunction;
|
||||
|
||||
@ -21,6 +21,11 @@ internalField uniform 0.01;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
minY
|
||||
{
|
||||
type epsilonWallFunction;
|
||||
value uniform 0.01;
|
||||
}
|
||||
maxY
|
||||
{
|
||||
type epsilonWallFunction;
|
||||
|
||||
@ -21,6 +21,11 @@ internalField uniform 0.1;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
minY
|
||||
{
|
||||
type kQRWallFunction;
|
||||
value uniform 0.1;
|
||||
}
|
||||
maxY
|
||||
{
|
||||
type kQRWallFunction;
|
||||
|
||||
Reference in New Issue
Block a user