diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/p b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/p index b3a0399cf8..750672d66b 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/p +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/p @@ -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 diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire3D/0/p b/tutorials/combustion/fireFoam/les/smallPoolFire3D/0/p index 193f3414dd..f3c05d45c8 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire3D/0/p +++ b/tutorials/combustion/fireFoam/les/smallPoolFire3D/0/p @@ -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; } }