Helper class to calculate minimum edge length on mesh. More...
#include <edgeStats.H>
Public Member Functions | |
| edgeStats (const polyMesh &mesh) | |
| Construct from mesh. | |
| edgeStats (const polyMesh &mesh, const twoDPointCorrector *) | |
| Construct from mesh and corrector. | |
| scalar | minLen (Ostream &os) const |
| Calculate minimum edge length and print. | |
Static Public Attributes | |
| static const scalar | edgeTol_ |
Helper class to calculate minimum edge length on mesh.
Definition at line 51 of file edgeStats.H.
| edgeStats | ( | const polyMesh & | mesh, |
| const twoDPointCorrector * | ) |
Construct from mesh and corrector.
References mesh.
| scalar minLen | ( | Ostream & | os | ) | const |
|
static |
Definition at line 89 of file edgeStats.H.