linear/upwind blended differencing scheme. More...
#include <finiteVolume/blended.H>
linear/upwind blended differencing scheme.
Definition at line 50 of file blended.H.
Inheritance diagram for blended< Type >:
Collaboration diagram for blended< Type >:Public Member Functions | |
| TypeName ("blended") | |
| Runtime type information.
| |
| blended (const fvMesh &mesh, const surfaceScalarField &faceFlux, const scalar blendingFactor) | |
| Construct from mesh, faceFlux and blendingFactor.
| |
| blended (const fvMesh &mesh, Istream &is) | |
| Construct from mesh and Istream.
| |
| blended (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is) | |
| Construct from mesh, faceFlux and Istream.
| |
| virtual tmp< surfaceScalarField > | limiter (const GeometricField< Type, fvPatchField, volMesh > &) const |
| Return the interpolation limiter.
| |
| virtual tmp< surfaceScalarField > | weights (const GeometricField< Type, fvPatchField, volMesh > &vf) const |
| Return the interpolation weighting factors.
| |
| blended | ( | const fvMesh & | mesh, |
| const surfaceScalarField & | faceFlux, | ||
| const scalar | blendingFactor | ||
| ) | [inline]
|
Construct from mesh and Istream.
The name of the flux field is read from the Istream and looked-up from the mesh objectRegistry
| blended | ( | const fvMesh & | mesh, |
| const surfaceScalarField & | faceFlux, | ||
| Istream & | is | ||
| ) | [inline]
|
| TypeName | ( | "blended< 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 118 of file blended.H.
References Foam::dimless, surfaceInterpolationScheme< Type >::mesh(), and timeName.
| virtual tmp<surfaceScalarField> weights | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf ) | const [inline, virtual]
|
Return the interpolation weighting factors.
Reimplemented from limitedSurfaceInterpolationScheme< Type >.
Definition at line 145 of file blended.H.
References limitedSurfaceInterpolationScheme< Type >::faceFlux_, surfaceInterpolationScheme< Type >::mesh(), and Foam::pos().