35 #ifndef CentredFitData_H 36 #define CentredFitData_H 45 class extendedCentredCellToFaceStencil;
51 template<
class Polynomial>
56 CentredFitData<Polynomial>,
57 extendedCentredCellToFaceStencil,
const List< scalarList > & coeffs() const
Return reference to fit coefficients.
const extendedCentredCellToFaceStencil & stencil() const
Return reference to the stencil.
CentredFitData(const fvMesh &mesh, const extendedCentredCellToFaceStencil &stencil, const scalar linearLimitFactor, const scalar centralWeight)
Construct from components.
Data for the quadratic fit correction interpolation scheme.
TypeName("CentredFitData")
scalar centralWeight() const
Return weight for central stencil.
scalar linearLimitFactor() const
Factor the fit is allowed to deviate from the base scheme.
const fvMesh & mesh() const
Mesh data needed to do the Finite Volume discretisation.
Data for the upwinded and centred polynomial fit interpolation schemes. The linearCorrection_ determi...
virtual ~CentredFitData()
Destructor.