![]() |
|
Public Types | |
typedef Limiter | LimiterType |
Public Member Functions | |
TypeName ("LimitedScheme") | |
Runtime type information. | |
LimitedScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, const Limiter &weight) | |
Construct from mesh and faceFlux and limiter scheme. | |
LimitedScheme (const fvMesh &mesh, Istream &is) | |
Construct from mesh and Istream. | |
LimitedScheme (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 weighting factors. |
|
Definition at line 91 of file LimitedScheme.H. |
|
Construct from mesh and faceFlux and limiter scheme.
Definition at line 97 of file LimitedScheme.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 113 of file LimitedScheme.H. References Foam::surfaceScalarField. |
|
Construct from mesh, faceFlux and Istream.
Definition at line 124 of file LimitedScheme.H. |
|
Return the interpolation weighting factors.
Implements limitedSurfaceInterpolationScheme. |
|
Runtime type information.
|