diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/cyclicAMI/cyclicAMIFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/constraint/cyclicAMI/cyclicAMIFvPatchField.C index 31729346e2..0eeb351cd4 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/cyclicAMI/cyclicAMIFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/cyclicAMI/cyclicAMIFvPatchField.C @@ -94,7 +94,7 @@ Foam::cyclicAMIFvPatchField::cyclicAMIFvPatchField "cyclicAMIFvPatchField::cyclicAMIFvPatchField" "(" "const fvPatch&, " - "const Field&, " + "const DimensionedField&, " "const dictionary&" ")", dict @@ -106,7 +106,7 @@ Foam::cyclicAMIFvPatchField::cyclicAMIFvPatchField << exit(FatalIOError); } - if (this->coupled()) + if (!dict.found("value") && this->coupled()) { this->evaluate(Pstream::blocking); }