![]() |
|
Public Member Functions | |
TypeName ("upwind") | |
Runtime type information. | |
upwind (const fvMesh &mesh, const surfaceScalarField &faceFlux) | |
Construct from faceFlux. | |
upwind (const fvMesh &mesh, Istream &is) | |
Construct from Istream. | |
upwind (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &) | |
Construct from faceFlux and Istream. | |
virtual tmp< surfaceScalarField > | limiter (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the interpolation limiter. | |
tmp< surfaceScalarField > | weights () const |
Return the interpolation weighting factors. | |
virtual tmp< surfaceScalarField > | weights (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the interpolation weighting factors. |
|
Construct from faceFlux.
|
|
Construct from Istream. The name of the flux field is read from the Istream and looked-up from the mesh objectRegistry Definition at line 94 of file upwind.H. References Foam::surfaceScalarField. |
|
Construct from faceFlux and Istream.
Definition at line 104 of file upwind.H. References Foam::surfaceScalarField. |
|
Return the interpolation limiter.
Implements limitedSurfaceInterpolationScheme. |
|
Runtime type information.
|
|
Return the interpolation weighting factors.
Reimplemented from limitedSurfaceInterpolationScheme. |
|
Return the interpolation weighting factors.
|