Helper class to calculate minimum edge length on mesh. More...
Public Member Functions | |
edgeStats (const polyMesh &mesh) | |
Construct from mesh. More... | |
edgeStats (const polyMesh &mesh, const twoDPointCorrector *) | |
Construct from mesh and corrector. More... | |
scalar | minLen (Ostream &os) const |
Calculate minimum edge length and print. More... | |
Static Public Attributes | |
static const scalar | edgeTol_ |
Private Member Functions | |
direction | getNormalDir (const twoDPointCorrector *) const |
If 2d get component of normal dir. More... | |
edgeStats (const edgeStats &) | |
Disallow default bitwise copy construct. More... | |
void | operator= (const edgeStats &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
const polyMesh & | mesh_ |
Reference to mesh. More... | |
direction | normalDir_ |
Component (0,1,2) of normal direction or 3 if 3D case. More... | |
Helper class to calculate minimum edge length on mesh.
Definition at line 54 of file edgeStats.H.
edgeStats | ( | const polyMesh & | mesh, |
const twoDPointCorrector * | |||
) |
Construct from mesh and corrector.
|
private |
If 2d get component of normal dir.
|
private |
Disallow default bitwise assignment.
scalar minLen | ( | Ostream & | os | ) | const |
Calculate minimum edge length and print.
|
private |
Reference to mesh.
Definition at line 59 of file edgeStats.H.
|
private |
Component (0,1,2) of normal direction or 3 if 3D case.
Definition at line 62 of file edgeStats.H.
|
static |
Definition at line 82 of file edgeStats.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.