Skip to content
Snippets Groups Projects
Commit c1c7b302 authored by Henry Weller's avatar Henry Weller
Browse files

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

parent 9be1bc41
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ FoamFile ...@@ -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 ...@@ -23,8 +23,8 @@ boundaryField
{ {
"(outlet|sides)" "(outlet|sides)"
{ {
type calculated; type calculated;
value $internalField; value $internalField;
} }
base base
......
...@@ -23,20 +23,20 @@ boundaryField ...@@ -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;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment