![]() |
|
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. |
|
Construct from mesh, faceFlux and blendingFactor.
|
|
Construct from mesh and Istream. The name of the flux field is read from the Istream and looked-up from the mesh objectRegistry Definition at line 102 of file blended.H. References Foam::surfaceScalarField. |
|
Construct from mesh, faceFlux and Istream.
Definition at line 113 of file blended.H. References Foam::surfaceScalarField. |
|
Return the interpolation limiter.
Implements limitedSurfaceInterpolationScheme. Definition at line 128 of file blended.H. References Foam::dimensionedScalar. |
|
Runtime type information.
|
|
Return the interpolation weighting factors.
Reimplemented from limitedSurfaceInterpolationScheme. |