42#ifndef stabilisedFvGeometryScheme_H
43#define stabilisedFvGeometryScheme_H
59class stabilisedFvGeometryScheme
61 public basicFvGeometryScheme
82 stabilisedFvGeometryScheme
84 const stabilisedFvGeometryScheme&
88 void operator=(
const stabilisedFvGeometryScheme&) =
delete;
100 stabilisedFvGeometryScheme
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.
Mesh consisting of general polyhedral cells.
Cell-face mesh analysis engine.
A class for managing references or pointers (no reference counting).
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...
static void makeFaceCentresAndAreas(const polyMesh &mesh, const pointField &p, vectorField &fCtrs, vectorField &fAreas)
Calculate face area and centre weighted using pyramid height.
virtual void movePoints()
Do what is necessary if the mesh has moved.
TypeName("stabilised")
Runtime type information.
virtual ~stabilisedFvGeometryScheme()=default
Destructor.
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.