Static Public Member Functions | List of all members
polyMeshTools Class Reference
Inheritance diagram for polyMeshTools:
Inheritance graph
[legend]
Collaboration diagram for polyMeshTools:
Collaboration graph
[legend]

Static Public Member Functions

static tmp< scalarFieldfaceOrthogonality (const polyMesh &mesh, const vectorField &fAreas, const vectorField &cellCtrs)
 
static tmp< scalarFieldfaceSkewness (const polyMesh &mesh, const pointField &points, const vectorField &fCtrs, const vectorField &fAreas, const vectorField &cellCtrs)
 
static tmp< scalarFieldfaceWeights (const polyMesh &mesh, const vectorField &fCtrs, const vectorField &fAreas, const vectorField &cellCtrs)
 
static tmp< scalarFieldvolRatio (const polyMesh &mesh, const scalarField &vol)
 
static polyMesh::readUpdateState combine (const polyMesh::readUpdateState &state0, const polyMesh::readUpdateState &state1)
 
- Static Public Member Functions inherited from primitiveMeshTools
static void makeFaceCentresAndAreas (const primitiveMesh &mesh, const pointField &p, vectorField &fCtrs, vectorField &fAreas)
 
static void makeCellCentresAndVols (const primitiveMesh &mesh, const vectorField &fCtrs, const vectorField &fAreas, vectorField &cellCtrs, scalarField &cellVols)
 
static tmp< scalarFieldfaceOrthogonality (const primitiveMesh &mesh, const vectorField &fAreas, const vectorField &cellCtrs)
 
static void facePyramidVolume (const primitiveMesh &mesh, const pointField &points, const vectorField &cellCtrs, scalarField &ownPyrVol, scalarField &neiPyrVol)
 
static tmp< scalarFieldfaceSkewness (const primitiveMesh &mesh, const pointField &points, const vectorField &fCtrs, const vectorField &fAreas, const vectorField &cellCtrs)
 
static void cellClosedness (const primitiveMesh &mesh, const Vector< label > &meshD, const vectorField &areas, const scalarField &vols, scalarField &openness, scalarField &aratio)
 
static tmp< scalarFieldfaceConcavity (const scalar maxSin, const primitiveMesh &mesh, const pointField &p, const vectorField &faceAreas)
 
static tmp< scalarFieldfaceFlatness (const primitiveMesh &mesh, const pointField &p, const vectorField &fCtrs, const vectorField &faceAreas)
 
static tmp< scalarFieldedgeAlignment (const primitiveMesh &mesh, const Vector< label > &directions, const pointField &p)
 
static tmp< scalarFieldcellDeterminant (const primitiveMesh &mesh, const Vector< label > &directions, const vectorField &faceAreas, const bitSet &internalOrCoupledFace)
 
static scalar faceSkewness (const primitiveMesh &mesh, const pointField &p, const vectorField &fCtrs, const vectorField &fAreas, const label facei, const point &ownCc, const point &neiCc)
 
static scalar boundaryFaceSkewness (const primitiveMesh &mesh, const pointField &p, const vectorField &fCtrs, const vectorField &fAreas, const label facei, const point &ownCc)
 
static scalar faceOrthogonality (const point &ownCc, const point &neiCc, const vector &s)
 

Detailed Description

Definition at line 50 of file polyMeshTools.H.

Member Function Documentation

◆ faceOrthogonality()

Foam::tmp< Foam::scalarField > faceOrthogonality ( const polyMesh mesh,
const vectorField fAreas,
const vectorField cellCtrs 
)
static

Definition at line 30 of file polyMeshTools.C.

References polyPatch::coupled(), forAll, mesh, tmp::ref(), and polyPatch::start().

Referenced by averageNeighbourFvGeometryScheme::movePoints().

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

◆ faceSkewness()

Foam::tmp< Foam::scalarField > faceSkewness ( const polyMesh mesh,
const pointField points,
const vectorField fCtrs,
const vectorField fAreas,
const vectorField cellCtrs 
)
static

Definition at line 85 of file polyMeshTools.C.

References polyPatch::coupled(), forAll, mesh, p, tmp::ref(), Foam::skew(), and polyPatch::start().

Here is the call graph for this function:

◆ faceWeights()

Foam::tmp< Foam::scalarField > faceWeights ( const polyMesh mesh,
const vectorField fCtrs,
const vectorField fAreas,
const vectorField cellCtrs 
)
static

Definition at line 170 of file polyMeshTools.C.

References polyPatch::coupled(), forAll, Foam::mag(), mesh, Foam::min(), tmp::ref(), and polyPatch::start().

Here is the call graph for this function:

◆ volRatio()

Foam::tmp< Foam::scalarField > volRatio ( const polyMesh mesh,
const scalarField vol 
)
static

Definition at line 228 of file polyMeshTools.C.

References polyPatch::coupled(), forAll, Foam::max(), mesh, Foam::min(), tmp::ref(), and polyPatch::start().

Here is the call graph for this function:

◆ combine()

Definition at line 278 of file polyMeshTools.C.


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