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 const dictionary& dict
) )
: :
mappedPatchBase mappedPatchBase(p.patch(), NEARESTPATCHFACE, dict),
(
p.patch(),
p.boundaryMesh().mesh().name(),
NEARESTPATCHFACE,
dict.lookup("samplePatch"),
0.0
),
mixedFvPatchScalarField(p, iF), mixedFvPatchScalarField(p, iF),
TName_("T"), TName_("T"),
baffleActivated_(dict.lookupOrDefault<bool>("baffleActivated", true)), baffleActivated_(dict.lookupOrDefault<bool>("baffleActivated", true)),