From 58513c63bb705cb37cd40c0adc747cbb3cce3f24 Mon Sep 17 00:00:00 2001 From: Andrew Heather Date: Tue, 26 Apr 2016 15:04:42 +0100 Subject: [PATCH] ENH: Tutorial updates --- .../XiDyMFoam/annularCombustorTurbine/0.org/alphat | 3 +++ .../constant/boundaryRadiationProperties | 5 +++++ .../smallPoolFire2D/constant/boundaryRadiationProperties | 8 ++++++-- .../smallPoolFire3D/constant/boundaryRadiationProperties | 5 +++++ 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/tutorials/combustion/XiDyMFoam/annularCombustorTurbine/0.org/alphat b/tutorials/combustion/XiDyMFoam/annularCombustorTurbine/0.org/alphat index 65a4347cac..09f0b475a0 100644 --- a/tutorials/combustion/XiDyMFoam/annularCombustorTurbine/0.org/alphat +++ b/tutorials/combustion/XiDyMFoam/annularCombustorTurbine/0.org/alphat @@ -26,10 +26,12 @@ boundaryField inlet { type calculated; + value $internalField; } outlet { type calculated; + value $internalField; } wall { @@ -38,6 +40,7 @@ boundaryField //value $internalField; type calculated; + value $internalField; } } diff --git a/tutorials/combustion/fireFoam/les/flameSpreadWaterSuppressionPanel/constant/boundaryRadiationProperties b/tutorials/combustion/fireFoam/les/flameSpreadWaterSuppressionPanel/constant/boundaryRadiationProperties index 282703be6c..aff03571a8 100644 --- a/tutorials/combustion/fireFoam/les/flameSpreadWaterSuppressionPanel/constant/boundaryRadiationProperties +++ b/tutorials/combustion/fireFoam/les/flameSpreadWaterSuppressionPanel/constant/boundaryRadiationProperties @@ -34,6 +34,11 @@ boundaryField absorptivity uniform 1.0; transmissivity uniform 0.0; } + "procBoundary.*" + { + type processor; + value $internalField; + } } // ************************************************************************* // diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/constant/boundaryRadiationProperties b/tutorials/combustion/fireFoam/les/smallPoolFire2D/constant/boundaryRadiationProperties index e116690736..800985f978 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire2D/constant/boundaryRadiationProperties +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/constant/boundaryRadiationProperties @@ -20,18 +20,22 @@ internalField uniform 0; boundaryField { - ".*" + ".*" { type boundaryRadiation; mode lookup; emissivity uniform 1.0; value uniform 0; } - frontAndBack { type empty; } + "procBoundary.*" + { + type processor; + value $internalField; + } } // ************************************************************************* // diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire3D/constant/boundaryRadiationProperties b/tutorials/combustion/fireFoam/les/smallPoolFire3D/constant/boundaryRadiationProperties index 20a028ae66..35b6a6ef1a 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire3D/constant/boundaryRadiationProperties +++ b/tutorials/combustion/fireFoam/les/smallPoolFire3D/constant/boundaryRadiationProperties @@ -28,6 +28,11 @@ boundaryField absorptivity uniform 0.0; value uniform 0.0; } + "procBoundary.*" + { + type processor; + value $internalField; + } } // ************************************************************************* //