From c1c7b302201d628bbe2d7fa8673e9f7c5a5cf5f5 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sun, 15 Nov 2015 18:10:28 +0000 Subject: [PATCH] tutorials/combustion/fireFoam/les/smallPoolFire.*: Minor correction --- .../combustion/fireFoam/les/smallPoolFire2D/0/p | 6 +++--- .../combustion/fireFoam/les/smallPoolFire3D/0/p | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) 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; } }