![]() |
|
Public Member Functions | |
virtual const word & | type () const =0 |
Runtime type information. | |
declareRunTimeSelectionTable (tmp, convectionScheme, Istream,(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData)) | |
declareRunTimeSelectionTable (tmp, convectionScheme, Multivariate,(const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, fields, faceFlux, schemeData)) | |
convectionScheme (const fvMesh &mesh, const surfaceScalarField &) | |
Construct from mesh, flux and Istream. | |
virtual | ~convectionScheme () |
const fvMesh & | mesh () const |
Return mesh reference. | |
virtual tmp< GeometricField< Type, fvPatchField, surfaceMesh > > | interpolate (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const =0 |
virtual tmp< GeometricField< Type, fvPatchField, surfaceMesh > > | flux (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const =0 |
virtual tmp< fvMatrix< Type > > | fvmDiv (const surfaceScalarField &, GeometricField< Type, fvPatchField, volMesh > &) const =0 |
virtual tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDiv (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const =0 |
Static Public Member Functions | |
tmp< convectionScheme< Type > > | New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData) |
Return a pointer to a new convectionScheme created on freestore. | |
tmp< convectionScheme< Type > > | New (const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData) |
Return a pointer to a new multivariate convectionScheme. |
|
Construct from mesh, flux and Istream.
Definition at line 132 of file convectionScheme.H. References Foam::surfaceScalarField. |
|
|
|
|
|
|
|
Implemented in gaussConvectionScheme, and multivariateGaussConvectionScheme. |
|
Implemented in gaussConvectionScheme, and multivariateGaussConvectionScheme. |
|
Implemented in gaussConvectionScheme, and multivariateGaussConvectionScheme. |
|
Implemented in gaussConvectionScheme, and multivariateGaussConvectionScheme. |
|
Return mesh reference.
Definition at line 174 of file convectionScheme.H. References Foam::surfaceScalarField. |
|
Return a pointer to a new multivariate convectionScheme. created on freestore |
|
Return a pointer to a new convectionScheme created on freestore.
|
|
Runtime type information.
|