37#ifndef basicFvGeometryScheme_H
38#define basicFvGeometryScheme_H
51class basicFvGeometryScheme
53 public fvGeometryScheme
58 basicFvGeometryScheme(
const basicFvGeometryScheme&) =
delete;
61 void operator=(
const basicFvGeometryScheme&) =
delete;
virtual bool updateGeom(const pointField &points, const refPtr< pointField > &oldPoints, pointField &faceCentres, vectorField &faceAreas, pointField &cellCentres, scalarField &cellVolumes) const
Calculate geometry quantities using mesh topology and provided points. If oldPoints provided only doe...
virtual tmp< surfaceScalarField > nonOrthDeltaCoeffs() const
Return non-orthogonal cell-centre difference coefficients.
virtual ~basicFvGeometryScheme()=default
Destructor.
virtual tmp< surfaceVectorField > nonOrthCorrectionVectors() const
Return non-orthogonality correction vectors.
virtual void movePoints()
Do what is necessary if the mesh has moved.
virtual tmp< surfaceScalarField > weights() const
Return linear difference weighting factors.
virtual tmp< surfaceScalarField > deltaCoeffs() const
Return cell-centre difference coefficients.
TypeName("basic")
Runtime type information.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const fvMesh & mesh() const
Return mesh reference.
Mesh data needed to do the Finite Volume discretisation.
A class for managing references or pointers (no reference counting).
A class for managing temporary objects.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
Field< vector > vectorField
Specialisation of Field<T> for vector.
vectorField pointField
pointField is a vectorField.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.