Upwind differencing scheme class. More...
#include <finiteVolume/upwind.H>
Upwind differencing scheme class.
Definition at line 52 of file upwind.H.
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.
|
upwind | ( | const fvMesh & | mesh, |
const surfaceScalarField & | faceFlux | ||
) | [inline]
|
Construct from Istream.
The name of the flux field is read from the Istream and looked-up from the mesh objectRegistry
upwind | ( | const fvMesh & | mesh, |
const surfaceScalarField & | faceFlux, | ||
Istream & | |||
) | [inline]
|
TypeName | ( | "upwind< Type >" | ) |
Runtime type information.
virtual tmp<surfaceScalarField> limiter | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) | const [inline, virtual]
|
Return the interpolation limiter.
Implements limitedSurfaceInterpolationScheme< Type >.
Definition at line 108 of file upwind.H.
References Foam::dimless, surfaceInterpolationScheme< Type >::mesh(), and timeName.
tmp<surfaceScalarField> weights | ( | ) | const [inline]
|
Return the interpolation weighting factors.
Definition at line 129 of file upwind.H.
References limitedSurfaceInterpolationScheme< Type >::faceFlux_, and Foam::pos().
Referenced by multivariateScheme< Type, Scheme >::multivariateScheme(), multivariateSelectionScheme< Type >::multivariateSelectionScheme(), and upwind< Type >::weights().
virtual tmp<surfaceScalarField> weights | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) | const [inline, virtual]
|
Return the interpolation weighting factors.
Reimplemented from limitedSurfaceInterpolationScheme< Type >.
Definition at line 136 of file upwind.H.
References upwind< Type >::weights().