Basic second-order convection using face-gradients and Gauss' theorem. More...
#include <finiteVolume/gaussConvectionScheme.H>
Basic second-order convection using face-gradients and Gauss' theorem.
Definition at line 55 of file gaussConvectionScheme.H.
Public Member Functions | |
TypeName ("Gauss") | |
Runtime type information.
| |
gaussConvectionScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, const tmp< surfaceInterpolationScheme< Type > > &scheme) | |
Construct from flux and interpolation scheme.
| |
gaussConvectionScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is) | |
Construct from flux and Istream.
| |
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 |
gaussConvectionScheme | ( | const fvMesh & | mesh, |
const surfaceScalarField & | faceFlux, | ||
const tmp< surfaceInterpolationScheme< Type > > & | scheme | ||
) | [inline]
|
Construct from flux and interpolation scheme.
Definition at line 83 of file gaussConvectionScheme.H.
gaussConvectionScheme | ( | const fvMesh & | mesh, |
const surfaceScalarField & | faceFlux, | ||
Istream & | is | ||
) | [inline]
|
Construct from flux and Istream.
Definition at line 95 of file gaussConvectionScheme.H.
TypeName | ( | "Gauss" | ) |
Runtime type information.
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate | ( | const surfaceScalarField & | , |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) | const [virtual]
|
Implements convectionScheme< Type >.
Definition at line 45 of file gaussConvectionScheme.C.
Referenced by multivariateGaussConvectionScheme< Type >::interpolate().
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux | ( | const surfaceScalarField & | faceFlux, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) | const [virtual]
|
Implements convectionScheme< Type >.
Definition at line 57 of file gaussConvectionScheme.C.
References Foam::interpolate().
Referenced by multivariateGaussConvectionScheme< Type >::flux().
tmp< fvMatrix< Type > > fvmDiv | ( | const surfaceScalarField & | faceFlux, |
GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) | const [virtual]
|
Implements convectionScheme< Type >.
Definition at line 69 of file gaussConvectionScheme.C.
References fvMatrix< Type >::boundaryCoeffs(), GeometricField< Type, PatchField, GeoMesh >::boundaryField(), Foam::correction(), DimensionedField< Type, GeoMesh >::dimensions(), forAll, fvMatrix< Type >::internalCoeffs(), GeometricField< Type, PatchField, GeoMesh >::internalField(), lduMatrix::lower(), lduMatrix::negSumDiag(), fvMatrix< Type >::psi(), Foam::fvc::surfaceIntegrate(), lduMatrix::upper(), fvPatchField< Type >::valueBoundaryCoeffs(), and fvPatchField< Type >::valueInternalCoeffs().
Referenced by multivariateGaussConvectionScheme< Type >::fvmDiv().
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDiv | ( | const surfaceScalarField & | faceFlux, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) | const [virtual]
|
Implements convectionScheme< Type >.
Definition at line 113 of file gaussConvectionScheme.C.
References Foam::fvc::flux(), IOobject::name(), and Foam::fvc::surfaceIntegrate().
Referenced by multivariateGaussConvectionScheme< Type >::fvcDiv().