mappedPatchBase::validateMapForField: Updated calls, adding internal field argument

This commit is contained in:
Henry Weller
2023-03-03 23:48:17 +00:00
parent 3d61e9aebe
commit 143797a812
3 changed files with 3 additions and 0 deletions

View File

@ -171,6 +171,7 @@ coupledTemperatureFvPatchScalarField
mappedPatchBase::validateMapForField
(
*this,
iF,
dict,
mappedPatchBase::from::differentPatch
);

View File

@ -82,6 +82,7 @@ thermalBaffle1DFvPatchScalarField
mappedPatchBase::validateMapForField
(
*this,
iF,
dict,
mappedPatchBase::from::sameRegion
& mappedPatchBase::from::differentPatch

View File

@ -58,6 +58,7 @@ semiPermeableBaffleMassFractionFvPatchScalarField
mappedPatchBase::validateMapForField
(
*this,
iF,
dict,
mappedPatchBase::from::differentPatch
);