diff --git a/applications/utilities/parallelProcessing/decomposePar/fvFieldDecomposerDecomposeFields.C b/applications/utilities/parallelProcessing/decomposePar/fvFieldDecomposerDecomposeFields.C index 5419967ff3..ae38fc188d 100644 --- a/applications/utilities/parallelProcessing/decomposePar/fvFieldDecomposerDecomposeFields.C +++ b/applications/utilities/parallelProcessing/decomposePar/fvFieldDecomposerDecomposeFields.C @@ -83,7 +83,7 @@ Foam::tmp> Foam::fvFieldDecomposer::mapFaceToFace template -Foam::tmp> +Foam::tmp> Foam::fvFieldDecomposer::decomposeField ( const VolField& field @@ -222,7 +222,7 @@ Foam::fvFieldDecomposer::decomposeField template -Foam::tmp> +Foam::tmp> Foam::fvFieldDecomposer::decomposeField ( const SurfaceField& field diff --git a/applications/utilities/parallelProcessing/decomposePar/pointFieldDecomposerDecomposeFields.C b/applications/utilities/parallelProcessing/decomposePar/pointFieldDecomposerDecomposeFields.C index c0b93377ce..33b5c7afd1 100644 --- a/applications/utilities/parallelProcessing/decomposePar/pointFieldDecomposerDecomposeFields.C +++ b/applications/utilities/parallelProcessing/decomposePar/pointFieldDecomposerDecomposeFields.C @@ -29,7 +29,7 @@ License // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // template -Foam::tmp> +Foam::tmp> Foam::pointFieldDecomposer::decomposeField ( const PointField& field diff --git a/applications/utilities/parallelProcessing/reconstructPar/fvFieldReconstructorReconstructFields.C b/applications/utilities/parallelProcessing/reconstructPar/fvFieldReconstructorReconstructFields.C index 8cf2eb4774..bbba9cb97f 100644 --- a/applications/utilities/parallelProcessing/reconstructPar/fvFieldReconstructorReconstructFields.C +++ b/applications/utilities/parallelProcessing/reconstructPar/fvFieldReconstructorReconstructFields.C @@ -138,7 +138,7 @@ Foam::fvFieldReconstructor::reconstructFvVolumeInternalField template -Foam::tmp> +Foam::tmp> Foam::fvFieldReconstructor::reconstructFvVolumeField ( const IOobject& fieldIoObject, @@ -255,7 +255,7 @@ Foam::fvFieldReconstructor::reconstructFvVolumeField template -Foam::tmp> +Foam::tmp> Foam::fvFieldReconstructor::reconstructFvVolumeField ( const IOobject& fieldIoObject @@ -302,7 +302,7 @@ Foam::fvFieldReconstructor::reconstructFvVolumeField template -Foam::tmp> +Foam::tmp> Foam::fvFieldReconstructor::reconstructFvSurfaceField ( const IOobject& fieldIoObject, @@ -418,7 +418,7 @@ Foam::fvFieldReconstructor::reconstructFvSurfaceField template -Foam::tmp> +Foam::tmp> Foam::fvFieldReconstructor::reconstructFvSurfaceField ( const IOobject& fieldIoObject diff --git a/applications/utilities/parallelProcessing/reconstructPar/pointFieldReconstructorReconstructFields.C b/applications/utilities/parallelProcessing/reconstructPar/pointFieldReconstructorReconstructFields.C index 20ce180ffb..f010e87b80 100644 --- a/applications/utilities/parallelProcessing/reconstructPar/pointFieldReconstructorReconstructFields.C +++ b/applications/utilities/parallelProcessing/reconstructPar/pointFieldReconstructorReconstructFields.C @@ -28,7 +28,7 @@ License // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // template -Foam::tmp> +Foam::tmp> Foam::pointFieldReconstructor::reconstructField(const IOobject& fieldIoObject) { // Read the field for all the processors diff --git a/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.H b/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.H index 9f63d2014d..e091282550 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.H +++ b/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2022 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -41,18 +41,18 @@ SourceFiles //- Wrapper to get hold of the field or the subsetted field template -Foam::tmp> +Foam::tmp> volField ( const Foam::fvMeshSubset&, - const Foam::GeometricField& vf + const Foam::VolField& vf ); template void ensightField ( - const Foam::GeometricField& vf, + const Foam::VolField& vf, const Foam::ensightMesh& eMesh, const Foam::fileName& postProcPath, const Foam::word& prepend, diff --git a/applications/utilities/preProcessing/mapFields/meshToMesh0Templates.C b/applications/utilities/preProcessing/mapFields/meshToMesh0Templates.C index 8feb9a1b32..5c7a73be69 100644 --- a/applications/utilities/preProcessing/mapFields/meshToMesh0Templates.C +++ b/applications/utilities/preProcessing/mapFields/meshToMesh0Templates.C @@ -333,7 +333,7 @@ void Foam::meshToMesh0::interpolate template -Foam::tmp> +Foam::tmp> Foam::meshToMesh0::interpolate ( const VolField& fromVf, @@ -405,7 +405,7 @@ Foam::meshToMesh0::interpolate template -Foam::tmp> +Foam::tmp> Foam::meshToMesh0::interpolate ( const tmp>& tfromVf, diff --git a/src/dynamicMesh/fvMeshSubset/fvMeshSubsetInterpolate.C b/src/dynamicMesh/fvMeshSubset/fvMeshSubsetInterpolate.C index aca8a03992..381e708924 100644 --- a/src/dynamicMesh/fvMeshSubset/fvMeshSubsetInterpolate.C +++ b/src/dynamicMesh/fvMeshSubset/fvMeshSubsetInterpolate.C @@ -35,7 +35,7 @@ License // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // template -Foam::tmp> +Foam::tmp> Foam::fvMeshSubset::interpolate ( const VolField& vf, @@ -155,7 +155,7 @@ Foam::fvMeshSubset::interpolate template -Foam::tmp> +Foam::tmp> Foam::fvMeshSubset::interpolate ( const VolField& vf @@ -173,7 +173,7 @@ Foam::fvMeshSubset::interpolate template -Foam::tmp> +Foam::tmp> Foam::fvMeshSubset::interpolate ( const SurfaceField& sf, @@ -337,7 +337,7 @@ Foam::fvMeshSubset::interpolate template -Foam::tmp> +Foam::tmp> Foam::fvMeshSubset::interpolate ( const SurfaceField& sf @@ -355,7 +355,7 @@ Foam::fvMeshSubset::interpolate template -Foam::tmp> +Foam::tmp> Foam::fvMeshSubset::interpolate ( const PointField& pf, @@ -487,7 +487,7 @@ Foam::fvMeshSubset::interpolate template -Foam::tmp> +Foam::tmp> Foam::fvMeshSubset::interpolate ( const PointField& sf diff --git a/src/dynamicMesh/motionSmoother/motionSmootherAlgoTemplates.C b/src/dynamicMesh/motionSmoother/motionSmootherAlgoTemplates.C index b3f2848e24..64a28e84ed 100644 --- a/src/dynamicMesh/motionSmoother/motionSmootherAlgoTemplates.C +++ b/src/dynamicMesh/motionSmoother/motionSmootherAlgoTemplates.C @@ -132,7 +132,7 @@ void Foam::motionSmootherAlgo::checkConstraints template -Foam::tmp> +Foam::tmp> Foam::motionSmootherAlgo::avg ( const PointField& fld, diff --git a/src/finiteVolume/cfdTools/general/MRF/MRFZoneListTemplates.C b/src/finiteVolume/cfdTools/general/MRF/MRFZoneListTemplates.C index 636d83de5a..962466c84d 100644 --- a/src/finiteVolume/cfdTools/general/MRF/MRFZoneListTemplates.C +++ b/src/finiteVolume/cfdTools/general/MRF/MRFZoneListTemplates.C @@ -28,7 +28,7 @@ License // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // template -Foam::tmp> +Foam::tmp> Foam::MRFZoneList::zeroFilter ( const tmp>& tphi diff --git a/src/finiteVolume/cfdTools/general/levelSet/levelSetTemplates.C b/src/finiteVolume/cfdTools/general/levelSet/levelSetTemplates.C index 6b79e5a44b..0159f6dea7 100644 --- a/src/finiteVolume/cfdTools/general/levelSet/levelSetTemplates.C +++ b/src/finiteVolume/cfdTools/general/levelSet/levelSetTemplates.C @@ -170,7 +170,7 @@ Foam::tmp> Foam::levelSetAverage template -Foam::tmp> +Foam::tmp> Foam::levelSetAverage ( const volScalarField& levelC, diff --git a/src/finiteVolume/finiteVolume/fvc/fvcCellReduce.C b/src/finiteVolume/finiteVolume/fvc/fvcCellReduce.C index 8f74660465..5cd0550109 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcCellReduce.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcCellReduce.C @@ -32,7 +32,7 @@ License // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // template -Foam::tmp> +Foam::tmp> Foam::fvc::cellReduce ( const SurfaceField& ssf, @@ -80,7 +80,7 @@ Foam::fvc::cellReduce template -Foam::tmp> +Foam::tmp> Foam::fvc::cellReduce ( const tmp>& tssf, diff --git a/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianSchemes.C b/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianSchemes.C index 781723e00f..7c4325bb69 100644 --- a/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianSchemes.C +++ b/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianSchemes.C @@ -36,13 +36,13 @@ template<> \ Foam::tmp> \ Foam::fv::gaussLaplacianScheme::fvmLaplacian \ ( \ - const SurfaceField& gamma, \ - const VolField& vf \ + const SurfaceField& gamma, \ + const VolField& vf \ ) \ { \ const fvMesh& mesh = this->mesh(); \ \ - SurfaceField gammaMagSf \ + SurfaceField gammaMagSf \ ( \ gamma*mesh.magSf() \ ); \ @@ -88,16 +88,16 @@ Foam::fv::gaussLaplacianScheme::fvmLaplacian \ \ \ template<> \ -Foam::tmp> \ +Foam::tmp> \ Foam::fv::gaussLaplacianScheme::fvcLaplacian \ ( \ - const SurfaceField& gamma, \ - const VolField& vf \ + const SurfaceField& gamma, \ + const VolField& vf \ ) \ { \ const fvMesh& mesh = this->mesh(); \ \ - tmp> tLaplacian \ + tmp> tLaplacian \ ( \ fvc::div(gamma*this->tsnGradScheme_().snGrad(vf)*mesh.magSf()) \ ); \ diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.C b/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.C index 4740083e56..2ba7b5f5fa 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.C +++ b/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.C @@ -40,7 +40,7 @@ Foam::fv::correctedSnGrad::~correctedSnGrad() // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // template -Foam::tmp> +Foam::tmp> Foam::fv::correctedSnGrad::fullGradCorrection ( const VolField& vf @@ -66,7 +66,7 @@ Foam::fv::correctedSnGrad::fullGradCorrection template -Foam::tmp> +Foam::tmp> Foam::fv::correctedSnGrad::correction ( const VolField& vf diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/faceCorrectedSnGrad/faceCorrectedSnGrad.C b/src/finiteVolume/finiteVolume/snGradSchemes/faceCorrectedSnGrad/faceCorrectedSnGrad.C index d80881a5cb..5f69ba5dcc 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/faceCorrectedSnGrad/faceCorrectedSnGrad.C +++ b/src/finiteVolume/finiteVolume/snGradSchemes/faceCorrectedSnGrad/faceCorrectedSnGrad.C @@ -37,7 +37,7 @@ Foam::fv::faceCorrectedSnGrad::~faceCorrectedSnGrad() // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // template -Foam::tmp> +Foam::tmp> Foam::fv::faceCorrectedSnGrad::fullGradCorrection ( const VolField& vf @@ -116,7 +116,7 @@ Foam::fv::faceCorrectedSnGrad::fullGradCorrection template -Foam::tmp> +Foam::tmp> Foam::fv::faceCorrectedSnGrad::correction ( const VolField& vf diff --git a/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.C b/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.C index 7ee7d67d95..8ecb26fbfe 100644 --- a/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.C +++ b/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.C @@ -863,7 +863,7 @@ Foam::tmp Foam::fvMatrix::Sp() const template -Foam::tmp> +Foam::tmp> Foam::fvMatrix::H() const { tmp> tHphi @@ -958,7 +958,7 @@ Foam::tmp Foam::fvMatrix::H1() const template -Foam::tmp> +Foam::tmp> Foam::fvMatrix:: flux() const { @@ -2458,7 +2458,7 @@ Foam::tmp> Foam::operator/ template -Foam::tmp> +Foam::tmp> Foam::operator& ( const fvMatrix& M, @@ -2503,7 +2503,7 @@ Foam::operator& } template -Foam::tmp> +Foam::tmp> Foam::operator& ( const fvMatrix& M, @@ -2516,7 +2516,7 @@ Foam::operator& } template -Foam::tmp> +Foam::tmp> Foam::operator& ( const fvMatrix& M, @@ -2529,7 +2529,7 @@ Foam::operator& } template -Foam::tmp> +Foam::tmp> Foam::operator& ( const tmp>& tM, @@ -2542,7 +2542,7 @@ Foam::operator& } template -Foam::tmp> +Foam::tmp> Foam::operator& ( const tmp>& tM, @@ -2556,7 +2556,7 @@ Foam::operator& } template -Foam::tmp> +Foam::tmp> Foam::operator& ( const tmp>& tM, diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencilTemplates.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencilTemplates.C index 7e004fec3e..6d4912c92b 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencilTemplates.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencilTemplates.C @@ -81,7 +81,7 @@ void Foam::extendedCellToFaceStencil::collectData template -Foam::tmp> +Foam::tmp> Foam::extendedCellToFaceStencil::weightedSum ( const distributionMap& map, diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencilTemplates.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencilTemplates.C index e6c6ad5e84..558c2dc5c1 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencilTemplates.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencilTemplates.C @@ -28,7 +28,7 @@ License // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // template -Foam::tmp> +Foam::tmp> Foam::extendedUpwindCellToFaceStencil::weightedSum ( const surfaceScalarField& phi, diff --git a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencilTemplates.C b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencilTemplates.C index fd65693af9..e0250d4eef 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencilTemplates.C +++ b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencilTemplates.C @@ -78,7 +78,7 @@ void Foam::extendedFaceToCellStencil::collectData template -Foam::tmp> +Foam::tmp> Foam::extendedFaceToCellStencil::weightedSum ( const distributionMap& map, diff --git a/src/finiteVolume/fvMeshToFvMesh/fvMeshToFvMeshTemplates.C b/src/finiteVolume/fvMeshToFvMesh/fvMeshToFvMeshTemplates.C index a5796025a7..dc5833f51d 100644 --- a/src/finiteVolume/fvMeshToFvMesh/fvMeshToFvMeshTemplates.C +++ b/src/finiteVolume/fvMeshToFvMesh/fvMeshToFvMeshTemplates.C @@ -80,7 +80,7 @@ void Foam::fvMeshToFvMesh::mapSrcToTgt template -Foam::tmp> +Foam::tmp> Foam::fvMeshToFvMesh::mapSrcToTgt ( const VolField& field diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.C b/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.C index 553031b5e8..97af244ba0 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.C +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.C @@ -33,7 +33,7 @@ License template template -Foam::tmp> +Foam::tmp> Foam::interpolationCellPointWallModified::calcPointField ( const VolField& psi diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.C index bef89c898c..beb7e25da6 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.C @@ -195,7 +195,7 @@ Foam::limitedSurfaceInterpolationScheme::weights } template -Foam::tmp> +Foam::tmp> Foam::limitedSurfaceInterpolationScheme::flux ( const VolField& phi diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwindTemplates.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwindTemplates.C index e876f75491..b5c4d9d798 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwindTemplates.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwindTemplates.C @@ -67,7 +67,7 @@ Foam::linearUpwind::linearUpwind // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // template -Foam::tmp> +Foam::tmp> Foam::linearUpwind::correction ( const VolField& vf diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwindVTemplates.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwindVTemplates.C index 76a8a9b000..51b191135e 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwindVTemplates.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwindVTemplates.C @@ -87,7 +87,7 @@ Foam::linearUpwindV::linearUpwindV // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // template -Foam::tmp> +Foam::tmp> Foam::linearUpwindV::correction ( const VolField& vf diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.C index 8e804d4e5d..d839be15a6 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.C @@ -80,7 +80,7 @@ Foam::outletStabilised::weights template -Foam::tmp> +Foam::tmp> inline Foam::outletStabilised::correction ( const VolField& vf diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/phaseStabilised/phaseStabilisedTemplates.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/phaseStabilised/phaseStabilisedTemplates.C index 7badd8513b..109839bdfe 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/phaseStabilised/phaseStabilisedTemplates.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/phaseStabilised/phaseStabilisedTemplates.C @@ -107,7 +107,7 @@ Foam::tmp Foam::phaseStabilised::weights template -Foam::tmp> +Foam::tmp> Foam::phaseStabilised::correction ( const VolField& vf diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/pointLinear/pointLinear.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/pointLinear/pointLinear.C index 8bd4b57ea3..5159d45b54 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/pointLinear/pointLinear.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/pointLinear/pointLinear.C @@ -31,7 +31,7 @@ License // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // template -Foam::tmp> +Foam::tmp> Foam::pointLinear:: correction ( diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C index 313c839aac..ca8aea10aa 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C @@ -91,7 +91,7 @@ Foam::tmp> Foam::fvc::scheme template -Foam::tmp> +Foam::tmp> Foam::fvc::interpolate ( const VolField& vf, @@ -111,7 +111,7 @@ Foam::fvc::interpolate template -Foam::tmp> +Foam::tmp> Foam::fvc::interpolate ( const VolField& vf, @@ -130,7 +130,7 @@ Foam::fvc::interpolate } template -Foam::tmp> +Foam::tmp> Foam::fvc::interpolate ( const tmp>& tvf, @@ -147,7 +147,7 @@ Foam::fvc::interpolate } template -Foam::tmp> +Foam::tmp> Foam::fvc::interpolate ( const VolField& vf, @@ -164,7 +164,7 @@ Foam::fvc::interpolate } template -Foam::tmp> +Foam::tmp> Foam::fvc::interpolate ( const tmp>& tvf, @@ -183,7 +183,7 @@ Foam::fvc::interpolate template -Foam::tmp> +Foam::tmp> Foam::fvc::interpolate ( const VolField& vf, @@ -201,7 +201,7 @@ Foam::fvc::interpolate } template -Foam::tmp> +Foam::tmp> Foam::fvc::interpolate ( const VolField& vf, @@ -220,7 +220,7 @@ Foam::fvc::interpolate } template -Foam::tmp> +Foam::tmp> Foam::fvc::interpolate ( const tmp>& tvf, @@ -237,7 +237,7 @@ Foam::fvc::interpolate template -Foam::tmp> +Foam::tmp> Foam::fvc::interpolate ( const VolField& vf @@ -256,7 +256,7 @@ Foam::fvc::interpolate template -Foam::tmp> +Foam::tmp> Foam::fvc::interpolate ( const tmp>& tvf diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.C b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.C index 6edfe694d4..5cbd4aea9d 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.C @@ -135,7 +135,7 @@ Foam::surfaceInterpolationScheme::~surfaceInterpolationScheme() // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // template -Foam::tmp> +Foam::tmp> Foam::surfaceInterpolationScheme::interpolate ( const VolField& vf, @@ -306,7 +306,7 @@ Foam::surfaceInterpolationScheme::dotInterpolate template -Foam::tmp> +Foam::tmp> Foam::surfaceInterpolationScheme::interpolate ( const VolField& vf, @@ -393,7 +393,7 @@ Foam::surfaceInterpolationScheme::dotInterpolate template -Foam::tmp> +Foam::tmp> Foam::surfaceInterpolationScheme::interpolate ( const VolField& vf @@ -422,7 +422,7 @@ Foam::surfaceInterpolationScheme::interpolate template -Foam::tmp> +Foam::tmp> Foam::surfaceInterpolationScheme::interpolate ( const tmp>& tvf diff --git a/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolate.C b/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolate.C index 28de401d53..698a8d4bb5 100644 --- a/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolate.C +++ b/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolate.C @@ -366,7 +366,7 @@ void Foam::volPointInterpolation::interpolate template -Foam::tmp> +Foam::tmp> Foam::volPointInterpolation::interpolate ( const VolField& vf, @@ -397,7 +397,7 @@ Foam::volPointInterpolation::interpolate template -Foam::tmp> +Foam::tmp> Foam::volPointInterpolation::interpolate ( const tmp>& tvf, @@ -413,7 +413,7 @@ Foam::volPointInterpolation::interpolate template -Foam::tmp> +Foam::tmp> Foam::volPointInterpolation::interpolate ( const VolField& vf, @@ -503,7 +503,7 @@ Foam::volPointInterpolation::interpolate template -Foam::tmp> +Foam::tmp> Foam::volPointInterpolation::interpolate ( const VolField& vf @@ -514,7 +514,7 @@ Foam::volPointInterpolation::interpolate template -Foam::tmp> +Foam::tmp> Foam::volPointInterpolation::interpolate ( const tmp>& tvf diff --git a/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolationTemplates.C b/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolationTemplates.C index 2db94fa65f..339461d161 100644 --- a/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolationTemplates.C +++ b/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolationTemplates.C @@ -150,7 +150,7 @@ void Foam::volPointInterpolation::interpolate template -Foam::tmp> +Foam::tmp> Foam::volPointInterpolation::interpolate ( const VolField& vf, @@ -238,7 +238,7 @@ Foam::volPointInterpolation::interpolate template -Foam::tmp> +Foam::tmp> Foam::volPointInterpolation::interpolate ( const VolField& vf @@ -249,7 +249,7 @@ Foam::volPointInterpolation::interpolate template -Foam::tmp> +Foam::tmp> Foam::volPointInterpolation::interpolate ( const tmp>& tvf