tutorials/combustion/fireFoam/les/smallPoolFire.*: Minor correction

This commit is contained in:
Henry Weller
2015-11-15 18:10:28 +00:00
parent 22f53b55eb
commit 1af8893340
2 changed files with 9 additions and 9 deletions

View File

@ -11,7 +11,7 @@ FoamFile
format ascii; format ascii;
class volScalarField; class volScalarField;
location "0"; location "0";
object p_rgh; object p;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -23,8 +23,8 @@ boundaryField
{ {
"(outlet|sides)" "(outlet|sides)"
{ {
type calculated; type calculated;
value $internalField; value $internalField;
} }
base base

View File

@ -23,20 +23,20 @@ boundaryField
{ {
"(outlet|sides)" "(outlet|sides)"
{ {
type calculated; type calculated;
value $internalField; value $internalField;
} }
base base
{ {
type calculated; type calculated;
value $internalField; value $internalField;
} }
inlet inlet
{ {
type calculated; type calculated;
value $internalField; value $internalField;
} }
} }