Class calculates cell quality measures. More...
Public Member Functions | |
cellQuality (const polyMesh &mesh) | |
Construct from mesh. More... | |
tmp< scalarField > | nonOrthogonality () const |
Return cell non-orthogonality. More... | |
tmp< scalarField > | skewness () const |
Return cell skewness. More... | |
tmp< scalarField > | faceNonOrthogonality () const |
Return face non-orthogonality. More... | |
tmp< scalarField > | faceSkewness () 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 polyMesh & | mesh_ |
Reference to mesh. More... | |
|
private |
Disallow default bitwise copy construct.
cellQuality | ( | const polyMesh & | mesh | ) |
Construct from mesh.
Definition at line 32 of file cellQuality.C.
|
private |
Disallow default bitwise assignment.
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().
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.
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().
Foam::tmp< Foam::scalarField > faceSkewness | ( | ) | const |
Return face skewness.
Definition at line 241 of file cellQuality.C.
References forAll, Foam::mag(), and n.
|
private |
Reference to mesh.
Definition at line 54 of file cellQuality.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.