Go to the documentation of this file.
38 #ifndef CentredFitData_H
39 #define CentredFitData_H
48 class extendedCentredCellToFaceStencil;
54 template<
class Polynomial>
59 CentredFitData<Polynomial>,
60 extendedCentredCellToFaceStencil,
const List< scalarList > & coeffs() const
virtual ~CentredFitData()=default
Data for the upwinded and centred polynomial fit interpolation schemes. The linearCorrection_ determi...
const extendedCentredCellToFaceStencil & stencil() const
scalar linearLimitFactor() const
Data for the quadratic fit correction interpolation scheme.
const fvMesh & mesh() const
Mesh data needed to do the Finite Volume discretisation.
scalar centralWeight() const
CentredFitData(const fvMesh &mesh, const extendedCentredCellToFaceStencil &stencil, const scalar linearLimitFactor, const scalar centralWeight)
TypeName("CentredFitData")