From ebe5735d5b41870ca5a1125819fe7aa48d5677d6 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 15 Sep 2009 18:37:48 +0100 Subject: [PATCH] renamed b.c. --- .../multiRegionHeater/system/leftSolid/changeDictionaryDict | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/changeDictionaryDict index a895a0420e..791a67a8a8 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/changeDictionaryDict @@ -61,7 +61,7 @@ dictionaryReplacement } leftSolid_to_bottomAir { - type solidWallMixedTemperatureCoupled; + type turbulentTemperatureCoupledBaffle; neighbourFieldName T; K K; value uniform 300; @@ -69,14 +69,14 @@ dictionaryReplacement } leftSolid_to_heater { - type solidWallMixedTemperatureCoupled; + type turbulentTemperatureCoupledBaffle; neighbourFieldName T; K K; value uniform 300; } leftSolid_to_topAir { - type solidWallMixedTemperatureCoupled; + type turbulentTemperatureCoupledBaffle; neighbourFieldName T; K K; value uniform 300;