Upwind biased fit surface interpolation scheme that applies an explicit correction to linear. More...
#include <finiteVolume/UpwindFitScheme.H>
Upwind biased fit surface interpolation scheme that applies an explicit correction to linear.
Definition at line 49 of file UpwindFitScheme.H.
Public Member Functions | |
TypeName ("UpwindFitScheme") | |
Runtime type information.
| |
UpwindFitScheme (const fvMesh &mesh, Istream &is) | |
Construct from mesh and Istream.
| |
UpwindFitScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is) | |
Construct from mesh, faceFlux and Istream.
| |
virtual bool | corrected () const |
Return true if this scheme uses an explicit correction.
| |
virtual tmp< GeometricField < Type, fvsPatchField, surfaceMesh > > | correction (const GeometricField< Type, fvPatchField, volMesh > &vf) const |
Return the explicit correction to the face-interpolate.
|
UpwindFitScheme | ( | const fvMesh & | mesh, |
Istream & | is | ||
) | [inline]
|
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 87 of file UpwindFitScheme.H.
UpwindFitScheme | ( | const fvMesh & | mesh, |
const surfaceScalarField & | faceFlux, | ||
Istream & | is | ||
) | [inline]
|
Construct from mesh, faceFlux and Istream.
Definition at line 98 of file UpwindFitScheme.H.
TypeName | ( | "UpwindFitScheme< Type, Polynomial, Stencil >" | ) |
Runtime type information.
virtual bool corrected | ( | ) | const [inline, virtual]
|
Return true if this scheme uses an explicit correction.
Reimplemented from surfaceInterpolationScheme< Type >.
Definition at line 114 of file UpwindFitScheme.H.
virtual tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > correction | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf ) | const [inline, virtual]
|
Return the explicit correction to the face-interpolate.
Reimplemented from surfaceInterpolationScheme< Type >.
Definition at line 122 of file UpwindFitScheme.H.
References surfaceInterpolationScheme< Type >::mesh(), UpwindFitData< Polynomial >::neicoeffs(), surfaceInterpolationScheme< Type >::New(), UpwindFitData< Polynomial >::owncoeffs(), and extendedUpwindCellToFaceStencil::weightedSum().