mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
compressibleTwoPhaseEulerFoam tutorials: add value entry in BCs as required
This commit is contained in:
@ -37,6 +37,7 @@ boundaryField
|
|||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type kqRWallFunction;
|
type kqRWallFunction;
|
||||||
|
value $internalField;
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBackPlanes
|
frontAndBackPlanes
|
||||||
|
|||||||
@ -37,6 +37,7 @@ boundaryField
|
|||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type kqRWallFunction;
|
type kqRWallFunction;
|
||||||
|
value $internalField;
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBackPlanes
|
frontAndBackPlanes
|
||||||
|
|||||||
Reference in New Issue
Block a user