Creates interpolation instances templated for QGD solver. More...

Go to the source code of this file.
| Namespaces | |
| Foam | |
| Functions | |
| template<class T > | |
| tmp< GeometricField< T, Foam::fvsPatchField, Foam::surfaceMesh > > | qgdInterpolate (const GeometricField< T, Foam::fvPatchField, Foam::volMesh > &psi) | 
| template<class T > | |
| tmp< GeometricField< T, Foam::fvsPatchField, Foam::surfaceMesh > > | qgdInterpolate (const tmp< GeometricField< T, Foam::fvPatchField, Foam::volMesh >> &tpsi) | 
| template<class T > | |
| tmp< GeometricField< T, Foam::fvsPatchField, Foam::surfaceMesh > > | qgdFlux (const GeometricField< scalar, Foam::fvsPatchField, Foam::surfaceMesh > &flux, const GeometricField< T, Foam::fvPatchField, Foam::volMesh > &psi, const GeometricField< T, Foam::fvsPatchField, Foam::surfaceMesh > &psif, const word fluxName) | 
| template<class T > | |
| tmp< GeometricField< T, Foam::fvsPatchField, Foam::surfaceMesh > > | qgdFlux (const GeometricField< scalar, Foam::fvsPatchField, Foam::surfaceMesh > &flux, const GeometricField< T, Foam::fvPatchField, Foam::volMesh > &psi, const GeometricField< T, Foam::fvsPatchField, Foam::surfaceMesh > &psif) | 
| template<class T > | |
| tmp< GeometricField< T, Foam::fvsPatchField, Foam::surfaceMesh > > | qgdFlux (const tmp< GeometricField< scalar, Foam::fvsPatchField, Foam::surfaceMesh >> &flux, const tmp< GeometricField< T, Foam::fvPatchField, Foam::volMesh >> &psi, const tmp< GeometricField< T, Foam::fvsPatchField, Foam::surfaceMesh >> &psif) | 
Creates interpolation instances templated for QGD solver.
Original source file QGDInterpolate.H
Definition in file QGDInterpolate.H.