![]() |
|
Public Member Functions | |
declareRunTimeSelectionTable (tmp, convectionScheme, Istream,(const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData)) | |
convectionScheme (const faMesh &mesh, const edgeScalarField &faceFlux) | |
Construct from mesh, flux and Istream. | |
virtual | ~convectionScheme () |
const faMesh & | mesh () const |
Return mesh reference. | |
virtual tmp< GeometricField< Type, faPatchField, edgeMesh > > | flux (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const =0 |
virtual tmp< faMatrix< Type > > | famDiv (const edgeScalarField &, GeometricField< Type, faPatchField, areaMesh > &) const =0 |
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDiv (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const =0 |
Static Public Member Functions | |
tmp< convectionScheme< Type > > | New (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData) |
Return a pointer to a new convectionScheme created on freestore. |
|
Construct from mesh, flux and Istream.
Definition at line 112 of file faConvectionScheme.H. References Foam::edgeScalarField. |
|
|
|
|
|
Implemented in gaussConvectionScheme. |
|
Implemented in gaussConvectionScheme. |
|
Implemented in gaussConvectionScheme. |
|
Return mesh reference.
Definition at line 140 of file faConvectionScheme.H. References Foam::edgeScalarField. |
|
Return a pointer to a new convectionScheme created on freestore.
|