Basic second-order convection using face-gradients and Gauss' theorem. More...
#include <finiteVolume/multivariateGaussConvectionScheme.H>
Basic second-order convection using face-gradients and Gauss' theorem.
Definition at line 55 of file multivariateGaussConvectionScheme.H.
Public Member Functions | |
TypeName ("Gauss") | |
Runtime type information.
| |
multivariateGaussConvectionScheme (const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &is) | |
Construct from flux and Istream.
| |
tmp < multivariateSurfaceInterpolationScheme < Type > > | interpolationScheme () const |
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const |
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | flux (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const |
tmp< fvMatrix< Type > > | fvmDiv (const surfaceScalarField &, GeometricField< Type, fvPatchField, volMesh > &) const |
tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDiv (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const |
multivariateGaussConvectionScheme | ( | const fvMesh & | mesh, |
const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable & | fields, | ||
const surfaceScalarField & | faceFlux, | ||
Istream & | is | ||
) | [inline]
|
Construct from flux and Istream.
Definition at line 74 of file multivariateGaussConvectionScheme.H.
TypeName | ( | "Gauss" | ) |
Runtime type information.
tmp<multivariateSurfaceInterpolationScheme<Type> > interpolationScheme | ( | ) | const [inline]
|
Definition at line 96 of file multivariateGaussConvectionScheme.H.
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate | ( | const surfaceScalarField & | faceFlux, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) | const [virtual]
|
Implements convectionScheme< Type >.
Definition at line 47 of file multivariateGaussConvectionScheme.C.
References gaussConvectionScheme< Type >::interpolate(), and mesh.
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux | ( | const surfaceScalarField & | faceFlux, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) | const [virtual]
|
Implements convectionScheme< Type >.
Definition at line 64 of file multivariateGaussConvectionScheme.C.
References gaussConvectionScheme< Type >::flux(), and mesh.
tmp< fvMatrix< Type > > fvmDiv | ( | const surfaceScalarField & | faceFlux, |
GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) | const [virtual]
|
Implements convectionScheme< Type >.
Definition at line 81 of file multivariateGaussConvectionScheme.C.
References gaussConvectionScheme< Type >::fvmDiv(), and mesh.
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDiv | ( | const surfaceScalarField & | faceFlux, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) | const [virtual]
|
Implements convectionScheme< Type >.
Definition at line 98 of file multivariateGaussConvectionScheme.C.
References gaussConvectionScheme< Type >::fvcDiv(), and mesh.