Public Member Functions | Static Public Member Functions | List of all members
primitiveMeshGeometry Class Reference

Updateable mesh geometry + checking routines. More...

Public Member Functions

 ClassName ("primitiveMeshGeometry")
 
 primitiveMeshGeometry (const primitiveMesh &)
 Construct from mesh. More...
 
const primitiveMeshmesh () const
 
const vectorFieldfaceAreas () const
 
const vectorFieldfaceCentres () const
 
const vectorFieldcellCentres () const
 
const scalarFieldcellVolumes () const
 
void correct ()
 Take over properties from mesh. More...
 
void correct (const pointField &p, const labelList &changedFaces)
 Recalculate on selected faces. Recalculates cell properties. More...
 
labelList affectedCells (const labelList &changedFaces) const
 Helper function: get affected cells from faces. More...
 
bool checkFaceDotProduct (const bool report, const scalar orthWarn, const labelList &checkFaces, labelHashSet *setPtr) const
 
bool checkFacePyramids (const bool report, const scalar minPyrVol, const pointField &p, const labelList &checkFaces, labelHashSet *setPtr) const
 
bool checkFaceSkewness (const bool report, const scalar internalSkew, const scalar boundarySkew, const labelList &checkFaces, labelHashSet *setPtr) const
 
bool checkFaceWeights (const bool report, const scalar warnWeight, const labelList &checkFaces, labelHashSet *setPtr) const
 
bool checkFaceAngles (const bool report, const scalar maxDeg, const pointField &p, const labelList &checkFaces, labelHashSet *setPtr) const
 
bool checkFaceTwist (const bool report, const scalar minTwist, const pointField &p, const labelList &checkFaces, labelHashSet *setPtr) const
 
bool checkFaceArea (const bool report, const scalar minArea, const labelList &checkFaces, labelHashSet *setPtr) const
 
bool checkCellDeterminant (const bool report, const scalar warnDet, const labelList &checkFaces, const labelList &affectedCells, labelHashSet *setPtr) const
 

Static Public Member Functions

static bool checkFaceDotProduct (const bool report, const scalar orthWarn, const primitiveMesh &, const vectorField &cellCentres, const vectorField &faceAreas, const labelList &checkFaces, labelHashSet *setPtr)
 
static bool checkFacePyramids (const bool report, const scalar minPyrVol, const primitiveMesh &, const vectorField &cellCentres, const pointField &p, const labelList &checkFaces, labelHashSet *)
 
static bool checkFaceSkewness (const bool report, const scalar internalSkew, const scalar boundarySkew, const primitiveMesh &mesh, const vectorField &cellCentres, const vectorField &faceCentres, const vectorField &faceAreas, const labelList &checkFaces, labelHashSet *setPtr)
 
static bool checkFaceWeights (const bool report, const scalar warnWeight, const primitiveMesh &mesh, const vectorField &cellCentres, const vectorField &faceCentres, const vectorField &faceAreas, const labelList &checkFaces, labelHashSet *setPtr)
 
static bool checkFaceAngles (const bool report, const scalar maxDeg, const primitiveMesh &mesh, const vectorField &faceAreas, const pointField &p, const labelList &checkFaces, labelHashSet *setPtr)
 
static bool checkFaceTwist (const bool report, const scalar minTwist, const primitiveMesh &, const vectorField &faceAreas, const vectorField &faceCentres, const pointField &p, const labelList &checkFaces, labelHashSet *setPtr)
 
static bool checkFaceArea (const bool report, const scalar minArea, const primitiveMesh &, const vectorField &faceAreas, const labelList &checkFaces, labelHashSet *setPtr)
 
static bool checkCellDeterminant (const bool report, const scalar minDet, const primitiveMesh &, const vectorField &faceAreas, const labelList &checkFaces, const labelList &affectedCells, labelHashSet *setPtr)
 

Detailed Description

Updateable mesh geometry + checking routines.

Source files

Definition at line 49 of file primitiveMeshGeometry.H.

Constructor & Destructor Documentation

◆ primitiveMeshGeometry()

Construct from mesh.

Definition at line 218 of file primitiveMeshGeometry.C.

References correct.

Referenced by primitiveMeshGeometry::affectedCells().

Here is the caller graph for this function:

Member Function Documentation

◆ ClassName()

ClassName ( "primitiveMeshGeometry"  )

◆ mesh()

const primitiveMesh& mesh ( ) const
inline

Definition at line 98 of file primitiveMeshGeometry.H.

Referenced by primitiveMeshGeometry::cellVolumes().

Here is the caller graph for this function:

◆ faceAreas()

const vectorField& faceAreas ( ) const
inline

Definition at line 103 of file primitiveMeshGeometry.H.

Referenced by primitiveMeshGeometry::cellVolumes().

Here is the caller graph for this function:

◆ faceCentres()

const vectorField& faceCentres ( ) const
inline

Definition at line 107 of file primitiveMeshGeometry.H.

Referenced by primitiveMeshGeometry::cellVolumes().

Here is the caller graph for this function:

◆ cellCentres()

const vectorField& cellCentres ( ) const
inline

Definition at line 111 of file primitiveMeshGeometry.H.

Referenced by primitiveMeshGeometry::cellVolumes().

Here is the caller graph for this function:

◆ cellVolumes()

const scalarField& cellVolumes ( ) const
inline

◆ correct() [1/2]

void correct ( )

Take over properties from mesh.

Definition at line 233 of file primitiveMeshGeometry.C.

Referenced by primitiveMeshGeometry::cellVolumes().

Here is the caller graph for this function:

◆ correct() [2/2]

void correct ( const pointField p,
const labelList changedFaces 
)

Recalculate on selected faces. Recalculates cell properties.

on owner and neighbour of these cells.

Definition at line 243 of file primitiveMeshGeometry.C.

References primitiveMeshGeometry::checkFaceDotProduct().

Here is the call graph for this function:

◆ affectedCells()

Foam::labelList affectedCells ( const labelList changedFaces) const

Helper function: get affected cells from faces.

Definition at line 189 of file primitiveMeshGeometry.C.

References forAll, primitiveMeshGeometry::primitiveMeshGeometry(), and List< T >::size().

Referenced by primitiveMeshGeometry::cellVolumes().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ checkFaceDotProduct() [1/2]

bool checkFaceDotProduct ( const bool  report,
const scalar  orthWarn,
const primitiveMesh mesh,
const vectorField cellCentres,
const vectorField faceAreas,
const labelList checkFaces,
labelHashSet setPtr 
)
static

◆ checkFacePyramids() [1/2]

bool checkFacePyramids ( const bool  report,
const scalar  minPyrVol,
const primitiveMesh mesh,
const vectorField cellCentres,
const pointField p,
const labelList checkFaces,
labelHashSet setPtr 
)
static

◆ checkFaceSkewness() [1/2]

bool checkFaceSkewness ( const bool  report,
const scalar  internalSkew,
const scalar  boundarySkew,
const primitiveMesh mesh,
const vectorField cellCentres,
const vectorField faceCentres,
const vectorField faceAreas,
const labelList checkFaces,
labelHashSet setPtr 
)
static

◆ checkFaceWeights() [1/2]

bool checkFaceWeights ( const bool  report,
const scalar  warnWeight,
const primitiveMesh mesh,
const vectorField cellCentres,
const vectorField faceCentres,
const vectorField faceAreas,
const labelList checkFaces,
labelHashSet setPtr 
)
static

◆ checkFaceAngles() [1/2]

bool checkFaceAngles ( const bool  report,
const scalar  maxDeg,
const primitiveMesh mesh,
const vectorField faceAreas,
const pointField p,
const labelList checkFaces,
labelHashSet setPtr 
)
static

◆ checkFaceTwist() [1/2]

bool checkFaceTwist ( const bool  report,
const scalar  minTwist,
const primitiveMesh mesh,
const vectorField faceAreas,
const vectorField faceCentres,
const pointField p,
const labelList checkFaces,
labelHashSet setPtr 
)
static

◆ checkFaceArea() [1/2]

bool checkFaceArea ( const bool  report,
const scalar  minArea,
const primitiveMesh mesh,
const vectorField faceAreas,
const labelList checkFaces,
labelHashSet setPtr 
)
static

Definition at line 1108 of file primitiveMeshGeometry.C.

References primitiveMeshGeometry::checkCellDeterminant(), Foam::endl(), forAll, Foam::Info, HashSet< Key, Hash >::insert(), Foam::mag(), Foam::nl, Foam::reduce(), and WarningInFunction.

Referenced by primitiveMeshGeometry::cellVolumes(), and primitiveMeshGeometry::checkFaceTwist().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ checkCellDeterminant() [1/2]

bool checkCellDeterminant ( const bool  report,
const scalar  minDet,
const primitiveMesh mesh,
const vectorField faceAreas,
const labelList checkFaces,
const labelList affectedCells,
labelHashSet setPtr 
)
static

◆ checkFaceDotProduct() [2/2]

bool checkFaceDotProduct ( const bool  report,
const scalar  orthWarn,
const labelList checkFaces,
labelHashSet setPtr 
) const

Definition at line 1270 of file primitiveMeshGeometry.C.

References primitiveMeshGeometry::checkFacePyramids().

Here is the call graph for this function:

◆ checkFacePyramids() [2/2]

bool checkFacePyramids ( const bool  report,
const scalar  minPyrVol,
const pointField p,
const labelList checkFaces,
labelHashSet setPtr 
) const

Definition at line 1291 of file primitiveMeshGeometry.C.

References primitiveMeshGeometry::checkFaceSkewness().

Here is the call graph for this function:

◆ checkFaceSkewness() [2/2]

bool checkFaceSkewness ( const bool  report,
const scalar  internalSkew,
const scalar  boundarySkew,
const labelList checkFaces,
labelHashSet setPtr 
) const

Definition at line 1313 of file primitiveMeshGeometry.C.

References primitiveMeshGeometry::checkFaceWeights().

Here is the call graph for this function:

◆ checkFaceWeights() [2/2]

bool checkFaceWeights ( const bool  report,
const scalar  warnWeight,
const labelList checkFaces,
labelHashSet setPtr 
) const

Definition at line 1337 of file primitiveMeshGeometry.C.

References primitiveMeshGeometry::checkFaceAngles().

Here is the call graph for this function:

◆ checkFaceAngles() [2/2]

bool checkFaceAngles ( const bool  report,
const scalar  maxDeg,
const pointField p,
const labelList checkFaces,
labelHashSet setPtr 
) const

Definition at line 1359 of file primitiveMeshGeometry.C.

References primitiveMeshGeometry::checkFaceTwist().

Here is the call graph for this function:

◆ checkFaceTwist() [2/2]

bool checkFaceTwist ( const bool  report,
const scalar  minTwist,
const pointField p,
const labelList checkFaces,
labelHashSet setPtr 
) const

Definition at line 1404 of file primitiveMeshGeometry.C.

References primitiveMeshGeometry::checkFaceArea().

Here is the call graph for this function:

◆ checkFaceArea() [2/2]

bool checkFaceArea ( const bool  report,
const scalar  minArea,
const labelList checkFaces,
labelHashSet setPtr 
) const

Definition at line 1427 of file primitiveMeshGeometry.C.

References primitiveMeshGeometry::checkCellDeterminant().

Here is the call graph for this function:

◆ checkCellDeterminant() [2/2]

bool checkCellDeterminant ( const bool  report,
const scalar  warnDet,
const labelList checkFaces,
const labelList affectedCells,
labelHashSet setPtr 
) const

Definition at line 1447 of file primitiveMeshGeometry.C.


The documentation for this class was generated from the following files: