|
|
|
multivariateGaussConvectionScheme< Type > Class Template ReferenceBasic second-order convection using face-gradients and Gauss' theorem. More...
Inheritance diagram for multivariateGaussConvectionScheme< Type >:
![]()
Collaboration diagram for multivariateGaussConvectionScheme< Type >:
![]()
Detailed Descriptiontemplate<class Type>
Basic second-order convection using face-gradients and Gauss' theorem.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| multivariateGaussConvectionScheme | ( | const fvMesh & | mesh, | |
| const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable & | fields, | |||
| const surfaceScalarField & | faceFlux, | |||
| Istream & | is | |||
| ) | [inline] |
| 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().

| 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.