Writes a meshQualityDict file which is included from the snappyHexMeshDict file. More...


Public Member Functions | |
| meshQualityConfiguration (const fileName &name, const fileName &dir, const Time &time) | |
| meshQualityConfiguration (const meshQualityConfiguration &)=delete | |
| Disallow default bitwise copy construction. More... | |
| ~meshQualityConfiguration () | |
| Destructor. More... | |
| void | write () |
| void | operator= (const meshQualityConfiguration &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from caseFileConfiguration | |
| caseFileConfiguration (const fileName &name, const fileName &dir, const Time &time) | |
| Construct from components. More... | |
| caseFileConfiguration (const caseFileConfiguration &)=delete | |
| Disallow default bitwise copy construction. More... | |
| ~caseFileConfiguration () | |
| Destructor. More... | |
| void | operator= (const caseFileConfiguration &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from caseFileConfiguration | |
| void | beginDict (OFstream &os) |
| Output stream to begin a new dictionary without name. More... | |
| void | beginDict (OFstream &os, const word &name) |
| Output stream to begin a new dictionary with name. More... | |
| void | endDict (OFstream &os, bool newline=true) |
| Output stream to end a dictionary. More... | |
| void | beginList (OFstream &os) |
| Output stream to begin a new list without name. More... | |
| void | beginList (OFstream &os, const word &name) |
| Output stream to begin a new list with name. More... | |
| void | endList (OFstream &os, bool newline=true) |
| Output stream to end a list. More... | |
Protected Attributes inherited from caseFileConfiguration | |
| IOobject | dict_ |
| IOobject to write file headers. More... | |
| OFstream | os_ |
| Output file stream to write file content. More... | |
Writes a meshQualityDict file which is included from the snappyHexMeshDict file.
Definition at line 49 of file meshQualityConfiguration.H.
| meshQualityConfiguration | ( | const fileName & | name, |
| const fileName & | dir, | ||
| const Time & | time | ||
| ) |
|
delete |
Disallow default bitwise copy construction.
Destructor.
| void write | ( | ) |
|
delete |
Disallow default bitwise assignment.