diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/cyclicACMI/cyclicACMIFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/constraint/cyclicACMI/cyclicACMIFvPatchField.H index a72d68f676e2d2f59244a5f90f8c586536d33049..a4f99ad1bd115bfbd0587b6cae74af36ad9dfb51 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/cyclicACMI/cyclicACMIFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/cyclicACMI/cyclicACMIFvPatchField.H @@ -222,7 +222,7 @@ public: virtual void manipulateMatrix(fvMatrix<Type>& matrix); //- Update the coefficients associated with the patch field - void updateCoeffs(); + virtual void updateCoeffs(); // Cyclic AMI coupled interface functions