![]() |
|
Public Member Functions | |
TypeName ("linearUpwindV") | |
Runtime type information. | |
linearUpwindV (const fvMesh &mesh, const surfaceScalarField &faceFlux) | |
Construct from faceFlux. | |
linearUpwindV (const fvMesh &mesh, Istream &schemeData) | |
Construct from Istream. | |
linearUpwindV (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 linearUpwindV.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 linearUpwindV.H. |
|
Construct from faceFlux and Istream.
Definition at line 124 of file linearUpwindV.H. |
|
Return true if this scheme uses an explicit correction.
Reimplemented from surfaceInterpolationScheme. Definition at line 145 of file linearUpwindV.H. References mesh. |
|
Return the explicit correction to the face-interpolate.
Reimplemented from surfaceInterpolationScheme. Definition at line 153 of file linearUpwindV.H. References Foam::labelList, mesh, Foam::surfaceScalarField, Foam::vector, and Foam::vectorField. |
|
Runtime type information.
|