From ff89b5d4d0bd13a098438e5cd40711fe4237296c Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Tue, 12 Nov 2013 16:36:33 +0000 Subject: [PATCH] ENH: thermalBaffle1DFvPatchScalarField: use of mappedPatchBase with patchGroup coupling --- .../thermalBaffle1D/thermalBaffle1DFvPatchScalarField.C | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/thermalBaffle1D/thermalBaffle1DFvPatchScalarField.C b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/thermalBaffle1D/thermalBaffle1DFvPatchScalarField.C index adc14b03ebc..b429c624475 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/thermalBaffle1D/thermalBaffle1DFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/thermalBaffle1D/thermalBaffle1DFvPatchScalarField.C @@ -93,14 +93,7 @@ thermalBaffle1DFvPatchScalarField const dictionary& dict ) : - mappedPatchBase - ( - p.patch(), - p.boundaryMesh().mesh().name(), - NEARESTPATCHFACE, - dict.lookup("samplePatch"), - 0.0 - ), + mappedPatchBase(p.patch(), NEARESTPATCHFACE, dict), mixedFvPatchScalarField(p, iF), TName_("T"), baffleActivated_(dict.lookupOrDefault<bool>("baffleActivated", true)), -- GitLab