diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/changeDictionaryDict index 774f8c210b..b2b1284ef3 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/changeDictionaryDict @@ -67,6 +67,7 @@ dictionaryReplacement ".*" { type calculated; + value uniform 8000; } } } @@ -80,6 +81,7 @@ dictionaryReplacement ".*" { type zeroGradient; + value uniform 80; } } } @@ -93,6 +95,7 @@ dictionaryReplacement ".*" { type zeroGradient; + value uniform 450; } } } diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/changeDictionaryDict index ae08c060b3..05d3011024 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/changeDictionaryDict @@ -58,6 +58,7 @@ dictionaryReplacement ".*" { type calculated; + value uniform 8000; } } } @@ -71,6 +72,7 @@ dictionaryReplacement ".*" { type zeroGradient; + value uniform 80; } } } @@ -84,6 +86,7 @@ dictionaryReplacement ".*" { type zeroGradient; + value uniform 450; } } } diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/changeDictionaryDict index 2dbe19caa0..7e1adc24b3 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/changeDictionaryDict @@ -58,6 +58,7 @@ dictionaryReplacement ".*" { type calculated; + value uniform 8000; } } } @@ -71,6 +72,7 @@ dictionaryReplacement ".*" { type zeroGradient; + value uniform 80; } } } @@ -84,6 +86,7 @@ dictionaryReplacement ".*" { type zeroGradient; + value uniform 450; } } }