Added default removte field name for implicitly created regionCoupling patch fields
This commit is contained in:
parent
fdffd47248
commit
13f27d9376
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ regionCouplingFvPatchField<Type>::regionCouplingFvPatchField
|
|||
:
|
||||
coupledFvPatchField<Type>(p, iF, dict),
|
||||
regionCouplePatch_(refCast<const regionCoupleFvPatch>(p)),
|
||||
remoteFieldName_(dict.lookup("remoteField")),
|
||||
remoteFieldName_(dict.lookupOrDefault<word>("remoteField", iF.name())),
|
||||
matrixUpdateBuffer_(),
|
||||
originalPatchField_(),
|
||||
curTimeIndex_(-1)
|
||||
|
|
Reference in a new issue