#include <src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGrad.H>
Definition at line 58 of file quadraticFitSnGrad.H.
Inheritance diagram for quadraticFitSnGrad< Type >:
Collaboration diagram for quadraticFitSnGrad< Type >:Public Member Functions | |
| TypeName ("quadraticFit") | |
| Runtime type information. | |
| quadraticFitSnGrad (const fvMesh &mesh, const scalar centralWeight) | |
| Construct from mesh and scheme data. | |
| quadraticFitSnGrad (const fvMesh &mesh, Istream &is) | |
| Construct from mesh and data stream. | |
| virtual | ~quadraticFitSnGrad () |
| virtual tmp< surfaceScalarField > | deltaCoeffs (const GeometricField< Type, fvPatchField, volMesh > &) const |
| Return the interpolation weighting factors for the given field. | |
| 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 quadraticFitSnGrad. | |
Public Member Functions inherited from snGradScheme< Type > | |
| virtual const word & | type () const =0 |
| Runtime type information. | |
| declareRunTimeSelectionTable (tmp, snGradScheme, Mesh,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
| snGradScheme (const fvMesh &mesh) | |
| Construct from mesh. | |
| virtual | ~snGradScheme () |
| const fvMesh & | mesh () const |
| Return mesh reference. | |
| virtual tmp< GeometricField < Type, fvsPatchField, surfaceMesh > > | snGrad (const GeometricField< Type, fvPatchField, volMesh > &) const |
| Return the snGrad of the given cell field. | |
| tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | snGrad (const tmp< GeometricField< Type, fvPatchField, volMesh > > &) const |
| Return the snGrad of the given tmp cell field. | |
Public Member Functions inherited from refCount | |
| refCount () | |
| Construct null with zero count. | |
| int | count () const |
| Return the reference count. | |
| bool | okToDelete () const |
| Return true if the reference count is zero. | |
| void | resetRefCount () |
| Reset the reference count to zero. | |
| void | operator++ () |
| Increment the reference count. | |
| void | operator++ (int) |
| Increment the reference count. | |
| void | operator-- () |
| Decrement the reference count. | |
| void | operator-- (int) |
| Decrement the reference count. | |
Additional Inherited Members | |
Static Public Member Functions inherited from snGradScheme< Type > | |
| static tmp< snGradScheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
| Return new tmp interpolation scheme. | |
| static tmp< GeometricField < Type, fvsPatchField, surfaceMesh > > | snGrad (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &, const word &snGradName="snGrad") |
| Return the snGrad of the given cell field with the given deltaCoeffs. | |
|
inline |
Construct from mesh and scheme data.
Definition at line 82 of file quadraticFitSnGrad.H.
|
inline |
Construct from mesh and data stream.
Definition at line 93 of file quadraticFitSnGrad.H.
|
inlinevirtual |
Definition at line 102 of file quadraticFitSnGrad.H.
| TypeName | ( | "quadraticFit" | ) |
Runtime type information.
|
inlinevirtual |
Return the interpolation weighting factors for the given field.
Implements snGradScheme< Type >.
Definition at line 109 of file quadraticFitSnGrad.H.
References surfaceInterpolation::deltaCoeffs(), and snGradScheme< Type >::mesh().
|
inlinevirtual |
Return true if this scheme uses an explicit correction.
Reimplemented from snGradScheme< Type >.
Definition at line 117 of file quadraticFitSnGrad.H.
|
inlinevirtual |
Return the explicit correction to the quadraticFitSnGrad.
for the given field
Reimplemented from snGradScheme< Type >.
Definition at line 125 of file quadraticFitSnGrad.H.
References Foam::dimLength, f(), quadraticFitSnGradData::fit(), snGradScheme< Type >::mesh(), snGradScheme< Type >::New(), quadraticFitSnGradData::stencil(), and extendedCellToFaceStencil::weightedSum().