compressibleTwoPhaseEulerFoam tutorials: add value entry in BCs as required

This commit is contained in:
Henry
2013-08-06 12:50:41 +01:00
parent 20220a26cf
commit fea6e6b56d
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ boundaryField
walls walls
{ {
type kqRWallFunction; type kqRWallFunction;
value $internalField;
} }
frontAndBackPlanes frontAndBackPlanes

View File

@ -37,6 +37,7 @@ boundaryField
walls walls
{ {
type kqRWallFunction; type kqRWallFunction;
value $internalField;
} }
frontAndBackPlanes frontAndBackPlanes