ENH: thermalBaffle1DFvPatchScalarField: use of mappedPatchBase with patchGroup coupling

This commit is contained in:
mattijs
2013-11-12 16:36:33 +00:00
parent 04ad9a8598
commit ff89b5d4d0

View File

@ -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)),