diff --git a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/thermalBaffle1D/thermalBaffle1DFvPatchScalarField.C b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/thermalBaffle1D/thermalBaffle1DFvPatchScalarField.C index adc14b03ebc8e421d4966c8301bdc9b1c68dfb2b..b429c624475413598fac06e78600a6407b8b9f2f 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)),