All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups
Namespaces | Functions
QGDInterpolate.H File Reference

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

This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Creates interpolation instances templated for QGD solver.

Original source file QGDInterpolate.H

Source files

Definition in file QGDInterpolate.H.