Go to the documentation of this file.
39 #ifndef polyMeshFilterSettings_H
40 #define polyMeshFilterSettings_H
65 Switch controlMeshQuality_;
86 const scalar edgeReductionFactor_;
89 const label maxIterations_;
93 const label maxSmoothIters_;
96 const scalar initialFaceLengthFactor_;
101 const scalar faceReductionFactor_;
105 const label maxPointErrorCount_;
132 inline const scalar&
minLen()
const;
134 inline const scalar&
maxCos()
const;
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
void writeSettings(Ostream &os) const
const dictionary & meshQualityCoeffDict() const
polyMeshFilterSettings(const dictionary &dict)
~polyMeshFilterSettings()=default
const dictionary & collapseFacesCoeffDict() const
Switch controlMeshQuality() const
const label & maxSmoothIters() const
const scalar & initialFaceLengthFactor() const
const scalar & minLen() const
const dictionary & collapseEdgesCoeffDict() const
const scalar & faceReductionFactor() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const scalar & edgeReductionFactor() const
Class to store the settings for the polyMeshFilter class.
OBJstream os(runTime.globalPath()/outputName)
const label & maxPointErrorCount() const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
const scalar & maxCos() const
const label & maxIterations() const