diff --git a/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.C index ebc4bbcfc9e1e5732c250dcfbb9510fed8ad97b2..9f25a143e2e7595e5c0e15aa410a7f49feec5533 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.C @@ -187,6 +187,7 @@ Foam::calculatedFvPatchField<Type>::valueBoundaryCoeffs return *this; } + template<class Type> Foam::tmp<Foam::Field<Type> > Foam::calculatedFvPatchField<Type>::gradientInternalCoeffs() const @@ -208,6 +209,7 @@ Foam::calculatedFvPatchField<Type>::gradientInternalCoeffs() const return *this; } + template<class Type> Foam::tmp<Foam::Field<Type> > Foam::calculatedFvPatchField<Type>::gradientBoundaryCoeffs() const