Public Member Functions | Private Member Functions | Private Attributes
cellQuality Class Reference

Class calculates cell quality measures. More...

Collaboration diagram for cellQuality:
Collaboration graph
[legend]

Public Member Functions

 cellQuality (const polyMesh &mesh)
 Construct from mesh. More...
 
tmp< scalarFieldnonOrthogonality () const
 Return cell non-orthogonality. More...
 
tmp< scalarFieldskewness () const
 Return cell skewness. More...
 
tmp< scalarFieldfaceNonOrthogonality () const
 Return face non-orthogonality. More...
 
tmp< scalarFieldfaceSkewness () const
 Return face skewness. More...
 

Private Member Functions

 cellQuality (const cellQuality &)
 Disallow default bitwise copy construct. More...
 
void operator= (const cellQuality &)
 Disallow default bitwise assignment. More...
 

Private Attributes

const polyMeshmesh_
 Reference to mesh. More...
 

Detailed Description

Class calculates cell quality measures.

Source files

Definition at line 49 of file cellQuality.H.

Constructor & Destructor Documentation

◆ cellQuality() [1/2]

cellQuality ( const cellQuality )
private

Disallow default bitwise copy construct.

◆ cellQuality() [2/2]

cellQuality ( const polyMesh mesh)

Construct from mesh.

Definition at line 32 of file cellQuality.C.

Member Function Documentation

◆ operator=()

void operator= ( const cellQuality )
private

Disallow default bitwise assignment.

◆ nonOrthogonality()

Foam::tmp< Foam::scalarField > nonOrthogonality ( ) const

Return cell non-orthogonality.

Definition at line 40 of file cellQuality.C.

References Foam::acos(), forAll, Foam::mag(), Foam::max(), Foam::min(), Foam::radToDeg(), and s().

Here is the call graph for this function:

◆ skewness()

Foam::tmp< Foam::scalarField > skewness ( ) const

Return cell skewness.

Definition at line 102 of file cellQuality.C.

References forAll, Foam::mag(), Foam::max(), and n.

Here is the call graph for this function:

◆ faceNonOrthogonality()

Foam::tmp< Foam::scalarField > faceNonOrthogonality ( ) const

Return face non-orthogonality.

Definition at line 181 of file cellQuality.C.

References Foam::acos(), forAll, Foam::mag(), Foam::min(), Foam::radToDeg(), and s().

Here is the call graph for this function:

◆ faceSkewness()

Foam::tmp< Foam::scalarField > faceSkewness ( ) const

Return face skewness.

Definition at line 241 of file cellQuality.C.

References forAll, Foam::mag(), and n.

Here is the call graph for this function:

Field Documentation

◆ mesh_

const polyMesh& mesh_
private

Reference to mesh.

Definition at line 54 of file cellQuality.H.


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