Data for the quadratic fit correction interpolation scheme to be used with upwind biased stencil.
#include <finiteVolume/UpwindFitData.H>
Data for the quadratic fit correction interpolation scheme to be used with upwind biased stencil.
Definition at line 55 of file UpwindFitData.H.
Inheritance diagram for UpwindFitData< Polynomial >:
Collaboration diagram for UpwindFitData< Polynomial >:Public Member Functions | |
| TypeName ("UpwindFitData") | |
| UpwindFitData (const fvMesh &mesh, const extendedUpwindCellToFaceStencil &stencil, const bool linearCorrection, const scalar linearLimitFactor, const scalar centralWeight) | |
| Construct from components.
| |
| virtual | ~UpwindFitData () |
| Destructor.
| |
| const List< scalarList > & | owncoeffs () const |
| Return reference to owner fit coefficients.
| |
| const List< scalarList > & | neicoeffs () const |
| Return reference to neighbour fit coefficients.
| |
| UpwindFitData | ( | const fvMesh & | mesh, |
| const extendedUpwindCellToFaceStencil & | stencil, | ||
| const bool | linearCorrection, | ||
| const scalar | linearLimitFactor, | ||
| const scalar | centralWeight | ||
| ) |
Construct from components.
Definition at line 37 of file UpwindFitData.C.
References Foam::endl(), and Foam::Info.
| virtual ~UpwindFitData | ( | ) | [inline, virtual]
|
Destructor.
Definition at line 101 of file UpwindFitData.H.
| TypeName | ( | "UpwindFitData< Polynomial >" | ) |
| const List<scalarList>& owncoeffs | ( | ) | const [inline]
|
Return reference to owner fit coefficients.
Definition at line 108 of file UpwindFitData.H.
Referenced by UpwindFitScheme< Type, Polynomial, Stencil >::correction(), and PureUpwindFitScheme< Type, Polynomial, Stencil >::correction().
| const List<scalarList>& neicoeffs | ( | ) | const [inline]
|
Return reference to neighbour fit coefficients.
Definition at line 114 of file UpwindFitData.H.
Referenced by UpwindFitScheme< Type, Polynomial, Stencil >::correction(), and PureUpwindFitScheme< Type, Polynomial, Stencil >::correction().