OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

multivariateGaussConvectionScheme< Type > Class Template Reference

Basic second-order convection using face-gradients and Gauss' theorem. More...

Inheritance diagram for multivariateGaussConvectionScheme< Type >:
Collaboration diagram for multivariateGaussConvectionScheme< Type >:

List of all members.


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

Detailed Description

template<class Type>
class Foam::fv::multivariateGaussConvectionScheme< Type >

Basic second-order convection using face-gradients and Gauss' theorem.

Source files

Definition at line 50 of file multivariateGaussConvectionScheme.H.


Constructor & Destructor Documentation

multivariateGaussConvectionScheme ( const fvMesh mesh,
const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &  fields,
const surfaceScalarField faceFlux,
Istream is 
) [inline]

Construct from flux and Istream.

Definition at line 69 of file multivariateGaussConvectionScheme.H.


Member Function Documentation

TypeName ( "Gauss"   ) 

Runtime type information.

tmp<multivariateSurfaceInterpolationScheme<Type> > interpolationScheme (  )  const [inline]

Definition at line 91 of file multivariateGaussConvectionScheme.H.

tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate ( const surfaceScalarField faceFlux,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
) const [inline, virtual]

Implements convectionScheme< Type >.

Definition at line 40 of file multivariateGaussConvectionScheme.C.

References convectionScheme< Type >::mesh().

Here is the call graph for this function:

tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux ( const surfaceScalarField faceFlux,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
) const [inline, virtual]

Implements convectionScheme< Type >.

Definition at line 57 of file multivariateGaussConvectionScheme.C.

tmp< fvMatrix< Type > > fvmDiv ( const surfaceScalarField faceFlux,
GeometricField< Type, fvPatchField, volMesh > &  vf 
) const [inline, virtual]

Implements convectionScheme< Type >.

Definition at line 74 of file multivariateGaussConvectionScheme.C.

tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDiv ( const surfaceScalarField faceFlux,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
) const [inline, virtual]

Implements convectionScheme< Type >.

Definition at line 91 of file multivariateGaussConvectionScheme.C.


The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd