|
|
|
gaussConvectionScheme< Type > Class Template ReferenceBasic second-order convection using face-gradients and Gauss' theorem. More...
Inheritance diagram for gaussConvectionScheme< Type >:
![]()
Collaboration diagram for gaussConvectionScheme< Type >:
![]()
Detailed Descriptiontemplate<class Type>
Basic second-order convection using face-gradients and Gauss' theorem.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| gaussConvectionScheme | ( | const fvMesh & | mesh, | |
| const surfaceScalarField & | faceFlux, | |||
| const tmp< surfaceInterpolationScheme< Type > > & | scheme | |||
| ) | [inline] |
Construct from flux and interpolation scheme.
Definition at line 78 of file gaussConvectionScheme.H.
| gaussConvectionScheme | ( | const fvMesh & | mesh, | |
| const surfaceScalarField & | faceFlux, | |||
| Istream & | is | |||
| ) | [inline] |
| TypeName | ( | "Gauss" | ) |
Runtime type information.
| tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate | ( | const surfaceScalarField & | , | |
| const GeometricField< Type, fvPatchField, volMesh > & | vf | |||
| ) | const [inline, virtual] |
Implements convectionScheme< Type >.
Definition at line 37 of file gaussConvectionScheme.C.
Referenced by gaussConvectionScheme< Type >::fvmDiv().

| tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux | ( | const surfaceScalarField & | faceFlux, | |
| const GeometricField< Type, fvPatchField, volMesh > & | vf | |||
| ) | const [inline, virtual] |
| tmp< fvMatrix< Type > > fvmDiv | ( | const surfaceScalarField & | faceFlux, | |
| GeometricField< Type, fvPatchField, volMesh > & | vf | |||
| ) | const [inline, virtual] |
Implements convectionScheme< Type >.
Definition at line 61 of file gaussConvectionScheme.C.
References gaussConvectionScheme< Type >::interpolate().

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