![]() |
|
Public Member Functions | |
TypeName ("linearUpwind") | |
Runtime type information. | |
linearUpwind (const fvMesh &mesh, const surfaceScalarField &faceFlux) | |
Construct from faceFlux. | |
linearUpwind (const fvMesh &mesh, Istream &schemeData) | |
Construct from Istream. | |
linearUpwind (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData) | |
Construct from faceFlux and Istream. | |
virtual bool | corrected () const |
Return true if this scheme uses an explicit correction. | |
virtual tmp< GeometricField< Type, fvPatchField, surfaceMesh > > | correction (const GeometricField< Type, fvPatchField, volMesh > &vf) const |
Return the explicit correction to the face-interpolate. |
|
Construct from faceFlux.
Definition at line 88 of file linearUpwind.H. |
|
Construct from Istream. The name of the flux field is read from the Istream and looked-up from the mesh objectRegistry Definition at line 106 of file linearUpwind.H. |
|
Construct from faceFlux and Istream.
Definition at line 124 of file linearUpwind.H. |
|
Return true if this scheme uses an explicit correction.
Reimplemented from surfaceInterpolationScheme. Definition at line 145 of file linearUpwind.H. |
|
Return the explicit correction to the face-interpolate.
Reimplemented from surfaceInterpolationScheme. |
|
Runtime type information.
|