diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitFuncs.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitFuncs.H index d3726edb6..40a1fe3bb 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitFuncs.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitFuncs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -95,6 +95,24 @@ public: ) const; }; +template<> +inline tmp magSqr::operator() +( + const volScalarField& phi +) const; + +template<> +inline tmp magSqr::operator() +( + const volSymmTensorField& phi +) const; + +template<> +inline tmp magSqr::operator() +( + const volTensorField& phi +) const; + template class rhoMagSqr @@ -110,6 +128,12 @@ public: ) const; }; +template<> +inline tmp rhoMagSqr::operator() +( + const volScalarField& phi +) const; + // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //