cellQuality Class Reference

Class calculates cell quality measures. More...

Public Member Functions

 cellQuality (const polyMesh &mesh)
 Construct from mesh. More...
 
 cellQuality (const cellQuality &)=delete
 Disallow default bitwise copy construction. 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...
 
void operator= (const cellQuality &)=delete
 Disallow default bitwise assignment. 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 polyMesh mesh)

Construct from mesh.

Definition at line 32 of file cellQuality.C.

◆ cellQuality() [2/2]

cellQuality ( const cellQuality )
delete

Disallow default bitwise copy construction.

Member Function Documentation

◆ 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(), patchi, Foam::radToDeg(), tmp< T >::ref(), 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(), n, patchi, and tmp< T >::ref().

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(), patchi, Foam::radToDeg(), tmp< T >::ref(), 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(), n, patchi, and tmp< T >::ref().

Here is the call graph for this function:

◆ operator=()

void operator= ( const cellQuality )
delete

Disallow default bitwise assignment.


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