mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: thermalBaffle1DFvPatchScalarField: use of mappedPatchBase with patchGroup coupling
This commit is contained in:
@ -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)),
|
||||||
|
|||||||
Reference in New Issue
Block a user