mappedPatchBase::validateMapForField: Updated calls, adding internal field argument
This commit is contained in:
@ -171,6 +171,7 @@ coupledTemperatureFvPatchScalarField
|
||||
mappedPatchBase::validateMapForField
|
||||
(
|
||||
*this,
|
||||
iF,
|
||||
dict,
|
||||
mappedPatchBase::from::differentPatch
|
||||
);
|
||||
|
||||
@ -82,6 +82,7 @@ thermalBaffle1DFvPatchScalarField
|
||||
mappedPatchBase::validateMapForField
|
||||
(
|
||||
*this,
|
||||
iF,
|
||||
dict,
|
||||
mappedPatchBase::from::sameRegion
|
||||
& mappedPatchBase::from::differentPatch
|
||||
|
||||
@ -58,6 +58,7 @@ semiPermeableBaffleMassFractionFvPatchScalarField
|
||||
mappedPatchBase::validateMapForField
|
||||
(
|
||||
*this,
|
||||
iF,
|
||||
dict,
|
||||
mappedPatchBase::from::differentPatch
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user