From 6379011ee1bf38b76b59dd437db97a55f458c796 Mon Sep 17 00:00:00 2001 From: Jakub Knir Date: Wed, 16 Dec 2020 17:19:08 +0000 Subject: [PATCH] tutorials: Removed redundant entry neighbourFieldName from compressible::turbulentTemperatureCoupledBaffleMixed boundary types. --- etc/templates/singleFluidCHT/templates/0/fluid/T | 1 - .../chtMultiRegionFoam/coolingSphere/templates/0/fluid/T | 1 - 2 files changed, 2 deletions(-) diff --git a/etc/templates/singleFluidCHT/templates/0/fluid/T b/etc/templates/singleFluidCHT/templates/0/fluid/T index 147bd417af..08b9a8f830 100644 --- a/etc/templates/singleFluidCHT/templates/0/fluid/T +++ b/etc/templates/singleFluidCHT/templates/0/fluid/T @@ -38,7 +38,6 @@ boundaryField wall { type compressible::turbulentTemperatureCoupledBaffleMixed; - neighbourFieldName T; Tnbr T; value uniform $Tinitial; } diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/templates/0/fluid/T b/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/templates/0/fluid/T index 7118426ffc..aad5409962 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/templates/0/fluid/T +++ b/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/templates/0/fluid/T @@ -38,7 +38,6 @@ boundaryField wall { type compressible::turbulentTemperatureCoupledBaffleMixed; - neighbourFieldName T; kappa kappa; Tnbr T; value uniform $Tinitial;