![]() |
|
Public Member Functions | |
TypeName ("PhiScheme") | |
Runtime type information. | |
PhiScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, const PhiLimiter &weight) | |
Construct from mesh, faceFlux and blendingFactor. | |
PhiScheme (const fvMesh &mesh, Istream &is) | |
Construct from mesh and Istream. | |
PhiScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is) | |
Construct from mesh, faceFlux and Istream. | |
virtual tmp< surfaceScalarField > | limiter (const GeometricField< vector, fvPatchField, volMesh > &) const |
Return the interpolation weighting factors. |
|
Construct from mesh, faceFlux and blendingFactor.
Definition at line 93 of file PhiScheme.H. |
|
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 109 of file PhiScheme.H. References Foam::surfaceScalarField. |
|
Construct from mesh, faceFlux and Istream.
Definition at line 120 of file PhiScheme.H. |
|
Return the interpolation weighting factors.
Implements limitedSurfaceInterpolationScheme< vector >. |
|
Runtime type information.
|