Go to the documentation of this file.
35 #ifndef CentredFitSnGradData_H
36 #define CentredFitSnGradData_H
45 class extendedCentredCellToFaceStencil;
51 template<
class Polynomial>
56 CentredFitSnGradData<Polynomial>,
57 extendedCentredCellToFaceStencil,
105 const scalar deltaCoeff,
Data for the upwinded and centred polynomial fit interpolation schemes. The linearCorrection_ determi...
const extendedCentredCellToFaceStencil & stencil() const
Return reference to the stencil.
scalar linearLimitFactor() const
Factor the fit is allowed to deviate from the base scheme.
virtual ~CentredFitSnGradData()
Destructor.
List< scalarList > coeffs_
For each cell in the mesh store the values which multiply the.
CentredFitSnGradData(const fvMesh &mesh, const extendedCentredCellToFaceStencil &stencil, const scalar linearLimitFactor, const scalar centralWeight)
Construct from components.
TypeName("CentredFitSnGradData")
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const fvMesh & mesh() const
Mesh data needed to do the Finite Volume discretisation.
Data for centred fit snGrad schemes.
scalar centralWeight() const
Return weight for central stencil.
void calcFit()
Calculate the fit for all the faces.
const List< scalarList > & coeffs() const
Return reference to fit coefficients.