From c47eb2fe8010087b9b7eece8352211b22710f917 Mon Sep 17 00:00:00 2001 From: Kutalmis Bercin Date: Mon, 13 Dec 2021 14:49:18 +0000 Subject: [PATCH] TUT: replace turbulentTemperatureCoupledBaffleMixed boundary condition The turbulentTemperatureCoupledBaffleMixed boundary condition has been superseded by the turbulentTemperatureRadCoupledMixed condition TUT: injectorPipe: remove an unused entry TUT: waveMakerFlap: remove uncompressed entry --- .../boundaryConditions/fluid/buoyant/wallOptions | 2 +- .../boundaryConditions/fluid/compressible/wallOptions | 2 +- .../boundaryConditions/solid/wallOptions | 2 +- .../gasMixing/injectorPipe/system/snappyHexMeshDict | 4 ---- .../system/bottomWater/changeDictionaryDict | 2 +- .../externalCoupledHeater/system/heater/changeDictionaryDict | 4 ++-- .../system/leftSolid/changeDictionaryDict | 4 ++-- .../system/rightSolid/changeDictionaryDict | 2 +- .../externalCoupledHeater/system/topAir/changeDictionaryDict | 2 +- .../multiRegionHeater/system/bottomWater/changeDictionaryDict | 2 +- .../multiRegionHeater/system/heater/changeDictionaryDict | 4 ++-- .../multiRegionHeater/system/leftSolid/changeDictionaryDict | 4 ++-- .../multiRegionHeater/system/rightSolid/changeDictionaryDict | 2 +- .../multiRegionHeater/system/topAir/changeDictionaryDict | 2 +- .../chtMultiRegionFoam/reverseBurner/0.orig/gas/T | 2 +- .../chtMultiRegionFoam/reverseBurner/0.orig/solid/T | 2 +- .../system/bottomAir/changeDictionaryDict | 2 +- .../system/heater/changeDictionaryDict | 2 +- .../system/leftSolid/changeDictionaryDict | 2 +- .../system/rightSolid/changeDictionaryDict | 2 +- .../system/topAir/changeDictionaryDict | 2 +- .../chtMultiRegionFoam/windshieldDefrost/0.orig/cabin/T | 2 +- .../chtMultiRegionFoam/windshieldDefrost/0.orig/exterior/T | 2 +- .../chtMultiRegionFoam/windshieldDefrost/0.orig/ice/T | 4 ++-- .../system/bottomWater/changeDictionaryDict | 2 +- .../externalCoupledHeater/system/heater/changeDictionaryDict | 4 ++-- .../system/leftSolid/changeDictionaryDict | 4 ++-- .../system/rightSolid/changeDictionaryDict | 2 +- .../externalCoupledHeater/system/topAir/changeDictionaryDict | 2 +- .../system/heater/changeDictionaryDict | 2 +- .../system/leftSolid/changeDictionaryDict | 2 +- .../system/rightSolid/changeDictionaryDict | 2 +- .../compressibleInterFoam/laminar/waterCooler/fluid/0.orig/T | 2 +- .../compressibleInterFoam/laminar/waterCooler/solid/0/T | 2 +- .../interFoam/laminar/waves/waveMakerFlap/system/controlDict | 2 +- 35 files changed, 41 insertions(+), 45 deletions(-) diff --git a/etc/caseDicts/createZeroDirectoryTemplates/boundaryConditions/fluid/buoyant/wallOptions b/etc/caseDicts/createZeroDirectoryTemplates/boundaryConditions/fluid/buoyant/wallOptions index d8d3343539..b1a4104751 100644 --- a/etc/caseDicts/createZeroDirectoryTemplates/boundaryConditions/fluid/buoyant/wallOptions +++ b/etc/caseDicts/createZeroDirectoryTemplates/boundaryConditions/fluid/buoyant/wallOptions @@ -40,7 +40,7 @@ heatTransfer { T { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; value ${:VALUE.T}; Tnbr T; kappaMethod fluidThermo; diff --git a/etc/caseDicts/createZeroDirectoryTemplates/boundaryConditions/fluid/compressible/wallOptions b/etc/caseDicts/createZeroDirectoryTemplates/boundaryConditions/fluid/compressible/wallOptions index a31cd71e1f..cc1a46879f 100644 --- a/etc/caseDicts/createZeroDirectoryTemplates/boundaryConditions/fluid/compressible/wallOptions +++ b/etc/caseDicts/createZeroDirectoryTemplates/boundaryConditions/fluid/compressible/wallOptions @@ -57,7 +57,7 @@ heatTransfer { T { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; value ${:VALUE.T}; Tnbr T; kappaMethod fluidThermo; diff --git a/etc/caseDicts/createZeroDirectoryTemplates/boundaryConditions/solid/wallOptions b/etc/caseDicts/createZeroDirectoryTemplates/boundaryConditions/solid/wallOptions index 21c6dcfb04..ddf3f88380 100644 --- a/etc/caseDicts/createZeroDirectoryTemplates/boundaryConditions/solid/wallOptions +++ b/etc/caseDicts/createZeroDirectoryTemplates/boundaryConditions/solid/wallOptions @@ -36,7 +36,7 @@ heatTransfer { T { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; value ${:VALUE.T}; Tnbr T; kappaMethod solidThermo; diff --git a/tutorials/compressible/rhoSimpleFoam/gasMixing/injectorPipe/system/snappyHexMeshDict b/tutorials/compressible/rhoSimpleFoam/gasMixing/injectorPipe/system/snappyHexMeshDict index 8d38f10f65..4772580559 100644 --- a/tutorials/compressible/rhoSimpleFoam/gasMixing/injectorPipe/system/snappyHexMeshDict +++ b/tutorials/compressible/rhoSimpleFoam/gasMixing/injectorPipe/system/snappyHexMeshDict @@ -262,10 +262,6 @@ addLayersControls // Per final patch (so not geometry!) the layer information layers { - "blade." - { - nSurfaceLayers 2; - } } // Expansion factor for layer mesh diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/bottomWater/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/bottomWater/changeDictionaryDict index e1d4faba5c..e67c93891d 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/bottomWater/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/bottomWater/changeDictionaryDict @@ -66,7 +66,7 @@ T "bottomWater_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod fluidThermo; value uniform 300; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/heater/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/heater/changeDictionaryDict index 7b75638b54..6240c33983 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/heater/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/heater/changeDictionaryDict @@ -44,7 +44,7 @@ T } "heater_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 300; @@ -52,7 +52,7 @@ T heater_to_leftSolid { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; thicknessLayers (1e-3); diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/leftSolid/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/leftSolid/changeDictionaryDict index 1c149bd9bb..684d9d8390 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/leftSolid/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/leftSolid/changeDictionaryDict @@ -39,7 +39,7 @@ T } "leftSolid_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 300; @@ -47,7 +47,7 @@ T leftSolid_to_heater { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; thicknessLayers (1e-3); diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/rightSolid/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/rightSolid/changeDictionaryDict index 2998a50f69..3c79d42764 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/rightSolid/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/rightSolid/changeDictionaryDict @@ -39,7 +39,7 @@ T } "rightSolid_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 300; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/topAir/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/topAir/changeDictionaryDict index 4ef19f3728..a4ea21fe06 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/topAir/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/topAir/changeDictionaryDict @@ -72,7 +72,7 @@ T "topAir_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod fluidThermo; value uniform 300; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/bottomWater/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/bottomWater/changeDictionaryDict index e1d4faba5c..e67c93891d 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/bottomWater/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/bottomWater/changeDictionaryDict @@ -66,7 +66,7 @@ T "bottomWater_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod fluidThermo; value uniform 300; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/changeDictionaryDict index 7b75638b54..6240c33983 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/changeDictionaryDict @@ -44,7 +44,7 @@ T } "heater_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 300; @@ -52,7 +52,7 @@ T heater_to_leftSolid { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; thicknessLayers (1e-3); diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/changeDictionaryDict index 1c149bd9bb..684d9d8390 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/changeDictionaryDict @@ -39,7 +39,7 @@ T } "leftSolid_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 300; @@ -47,7 +47,7 @@ T leftSolid_to_heater { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; thicknessLayers (1e-3); diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/changeDictionaryDict index 2998a50f69..3c79d42764 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/changeDictionaryDict @@ -39,7 +39,7 @@ T } "rightSolid_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 300; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/topAir/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/topAir/changeDictionaryDict index 4ef19f3728..a4ea21fe06 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/topAir/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/topAir/changeDictionaryDict @@ -72,7 +72,7 @@ T "topAir_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod fluidThermo; value uniform 300; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/0.orig/gas/T b/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/0.orig/gas/T index 8a12df8f7e..3c725fab22 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/0.orig/gas/T +++ b/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/0.orig/gas/T @@ -37,7 +37,7 @@ boundaryField gas_to_solid { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; value $internalField; Tnbr T; kappaMethod fluidThermo; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/0.orig/solid/T b/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/0.orig/solid/T index a0d4af1ed9..3e7a151327 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/0.orig/solid/T +++ b/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/0.orig/solid/T @@ -34,7 +34,7 @@ boundaryField solid_to_gas { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; value $internalField; Tnbr T; kappaMethod solidThermo; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/bottomAir/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/bottomAir/changeDictionaryDict index c2fa38b067..65eaa1dbbf 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/bottomAir/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/bottomAir/changeDictionaryDict @@ -62,7 +62,7 @@ T "bottomAir_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod fluidThermo; value uniform 300; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/heater/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/heater/changeDictionaryDict index 4e2128f602..75e2f4f03f 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/heater/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/heater/changeDictionaryDict @@ -47,7 +47,7 @@ T } "heater_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 300; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/leftSolid/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/leftSolid/changeDictionaryDict index 0b08415cce..027d40ce3c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/leftSolid/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/leftSolid/changeDictionaryDict @@ -43,7 +43,7 @@ T } "leftSolid_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 300; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/rightSolid/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/rightSolid/changeDictionaryDict index 021660841f..8e55b6aa53 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/rightSolid/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/rightSolid/changeDictionaryDict @@ -43,7 +43,7 @@ T } "rightSolid_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 300; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/topAir/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/topAir/changeDictionaryDict index 3c0f01216a..be39a94ed4 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/topAir/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/topAir/changeDictionaryDict @@ -72,7 +72,7 @@ T "topAir_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod fluidThermo; value uniform 300; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/0.orig/cabin/T b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/0.orig/cabin/T index 789503c9e2..44e154b984 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/0.orig/cabin/T +++ b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/0.orig/cabin/T @@ -50,7 +50,7 @@ boundaryField cabin_to_ice { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; value uniform 260; Tnbr T; kappaMethod fluidThermo; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/0.orig/exterior/T b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/0.orig/exterior/T index 00c4895abd..700b376594 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/0.orig/exterior/T +++ b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/0.orig/exterior/T @@ -34,7 +34,7 @@ boundaryField exterior_to_ice { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; value uniform 260; Tnbr T; kappaMethod fluidThermo; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/0.orig/ice/T b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/0.orig/ice/T index e8cfd7495c..38f141e7ee 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/0.orig/ice/T +++ b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/0.orig/ice/T @@ -32,7 +32,7 @@ boundaryField ice_to_cabin { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; value uniform 260; Tnbr T; kappaMethod fluidThermo; @@ -41,7 +41,7 @@ boundaryField ice_to_exterior { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; value uniform 260; Tnbr T; kappaMethod fluidThermo; diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/bottomWater/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/bottomWater/changeDictionaryDict index e1d4faba5c..e67c93891d 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/bottomWater/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/bottomWater/changeDictionaryDict @@ -66,7 +66,7 @@ T "bottomWater_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod fluidThermo; value uniform 300; diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/heater/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/heater/changeDictionaryDict index 7b75638b54..6240c33983 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/heater/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/heater/changeDictionaryDict @@ -44,7 +44,7 @@ T } "heater_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 300; @@ -52,7 +52,7 @@ T heater_to_leftSolid { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; thicknessLayers (1e-3); diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/leftSolid/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/leftSolid/changeDictionaryDict index 1c149bd9bb..684d9d8390 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/leftSolid/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/leftSolid/changeDictionaryDict @@ -39,7 +39,7 @@ T } "leftSolid_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 300; @@ -47,7 +47,7 @@ T leftSolid_to_heater { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; thicknessLayers (1e-3); diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/rightSolid/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/rightSolid/changeDictionaryDict index 2998a50f69..3c79d42764 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/rightSolid/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/rightSolid/changeDictionaryDict @@ -39,7 +39,7 @@ T } "rightSolid_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 300; diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/topAir/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/topAir/changeDictionaryDict index ca407ee2db..b384c3ef51 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/topAir/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/topAir/changeDictionaryDict @@ -72,7 +72,7 @@ T "topAir_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod fluidThermo; value uniform 300; diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/heater/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/heater/changeDictionaryDict index 1aac020b5c..50af8a8995 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/heater/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/heater/changeDictionaryDict @@ -64,7 +64,7 @@ T "heater_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 300; diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/leftSolid/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/leftSolid/changeDictionaryDict index 826b03a520..fd31a8ece3 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/leftSolid/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/leftSolid/changeDictionaryDict @@ -60,7 +60,7 @@ T "leftSolid_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 300; diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/rightSolid/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/rightSolid/changeDictionaryDict index 840d40beed..1b563fc4e3 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/rightSolid/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/rightSolid/changeDictionaryDict @@ -60,7 +60,7 @@ T "rightSolid_to_.*" { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 300; diff --git a/tutorials/multiphase/compressibleInterFoam/laminar/waterCooler/fluid/0.orig/T b/tutorials/multiphase/compressibleInterFoam/laminar/waterCooler/fluid/0.orig/T index ffb6d29960..628fbc54a6 100644 --- a/tutorials/multiphase/compressibleInterFoam/laminar/waterCooler/fluid/0.orig/T +++ b/tutorials/multiphase/compressibleInterFoam/laminar/waterCooler/fluid/0.orig/T @@ -24,7 +24,7 @@ boundaryField bottom { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; value $internalField; Tnbr T; kappaMethod fluidThermo; diff --git a/tutorials/multiphase/compressibleInterFoam/laminar/waterCooler/solid/0/T b/tutorials/multiphase/compressibleInterFoam/laminar/waterCooler/solid/0/T index b6e3e85fdb..d6c69c5511 100644 --- a/tutorials/multiphase/compressibleInterFoam/laminar/waterCooler/solid/0/T +++ b/tutorials/multiphase/compressibleInterFoam/laminar/waterCooler/solid/0/T @@ -24,7 +24,7 @@ boundaryField top { - type compressible::turbulentTemperatureCoupledBaffleMixed; + type compressible::turbulentTemperatureRadCoupledMixed; value $internalField; Tnbr T; kappaMethod solidThermo; diff --git a/tutorials/multiphase/interFoam/laminar/waves/waveMakerFlap/system/controlDict b/tutorials/multiphase/interFoam/laminar/waves/waveMakerFlap/system/controlDict index c5cacb6616..ba84aa5408 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/waveMakerFlap/system/controlDict +++ b/tutorials/multiphase/interFoam/laminar/waves/waveMakerFlap/system/controlDict @@ -36,7 +36,7 @@ writeFormat ascii; writePrecision 6; -writeCompression uncompressed; +writeCompression off; timeFormat general;