38#ifndef highAspectRatioFvGeometryScheme_H
39#define highAspectRatioFvGeometryScheme_H
55class highAspectRatioFvGeometryScheme
57 public basicFvGeometryScheme
93 highAspectRatioFvGeometryScheme
95 const highAspectRatioFvGeometryScheme&
99 void operator=(
const highAspectRatioFvGeometryScheme&) =
delete;
111 highAspectRatioFvGeometryScheme
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.
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 void movePoints()
Do what is necessary if the mesh has moved.
virtual ~highAspectRatioFvGeometryScheme()=default
Destructor.
static void makeAverageCentres(const polyMesh &mesh, const pointField &points, const pointField &faceAreas, const scalarField &magFaceAreas, pointField &faceCentres, pointField &cellCentres)
Helper : calculate (weighted) average face and cell centres.
void calcAspectRatioWeights(scalarField &cellWeight, scalarField &faceWeight) const
Calculate cell and face weight. Is 0 for cell < minAspect, 1 for.
TypeName("highAspectRatio")
Runtime type information.
Mesh consisting of general polyhedral cells.
Cell-face mesh analysis engine.
A class for managing references or pointers (no reference counting).
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.