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

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

parent 22f53b55
Branches
Tags
1 merge request!25Merge foundation
......@@ -11,7 +11,7 @@ FoamFile
format ascii;
class volScalarField;
location "0";
object p_rgh;
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......@@ -23,8 +23,8 @@ boundaryField
{
"(outlet|sides)"
{
type calculated;
value $internalField;
type calculated;
value $internalField;
}
base
......
......@@ -23,20 +23,20 @@ boundaryField
{
"(outlet|sides)"
{
type calculated;
value $internalField;
type calculated;
value $internalField;
}
base
{
type calculated;
value $internalField;
type calculated;
value $internalField;
}
inlet
{
type calculated;
value $internalField;
type calculated;
value $internalField;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment