diff --git a/tutorials/combustion/XiDyMFoam/annularCombustorTurbine/0.org/alphat b/tutorials/combustion/XiDyMFoam/annularCombustorTurbine/0.org/alphat index 65a4347cacf3f3037edcc8aa7ec45d9b49586ad6..09f0b475a039bff2a8ad763632433b97d4b83a07 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 282703be6c111c1d11082acbc7aa294d832ca9ae..aff03571a82be3863a33483f00c3d1a68c7da817 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 e11669073696b4b9ee46cb7e0a7a2cd511bf75c3..800985f9785f474376f598ac4049000657610b84 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 20a028ae6676de7a583a1dbbb6b08b886a68e9c1..35b6a6ef1aa7077cca49dd5b47106e08f32c6b79 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; + } } // ************************************************************************* //