Write OpenFOAM meshes and/or results to another CFD format. More...
Public Member Functions | |
meshWriter (const polyMesh &, const scalar scaling=1.0) | |
virtual | ~meshWriter () |
virtual bool | write (const fileName &timeName=fileName::null) const =0 |
Static Public Attributes | |
static string | defaultMeshName = "meshExport" |
Protected Attributes | |
const polyMesh & | mesh_ |
scalar | scaleFactor_ |
boundaryRegion | boundaryRegion_ |
cellTable | cellTable_ |
labelList | cellTableId_ |
Write OpenFOAM meshes and/or results to another CFD format.
"constant/boundaryRegion" is an IOMap<dictionary> that contains the boundary type and names. eg,
( 0 { BoundaryType wall; Label Default_Boundary_Region; } 1 { BoundaryType inlet; Label inlet_1; } ... 4 { BoundaryType pressure; Label outlet; } )
Definition at line 78 of file meshWriter.H.
meshWriter | ( | const polyMesh & | mesh, |
const scalar | scaling = 1.0 |
||
) |
Definition at line 32 of file meshWriter.C.
|
virtual |
Definition at line 53 of file meshWriter.C.
|
pure virtual |
Implemented in FIREMeshWriter, and STARCDMeshWriter.
|
protected |
Definition at line 94 of file meshWriter.H.
|
protected |
Definition at line 97 of file meshWriter.H.
|
protected |
Definition at line 100 of file meshWriter.H.
|
protected |
Definition at line 103 of file meshWriter.H.
|
protected |
Definition at line 106 of file meshWriter.H.
|
static |
Definition at line 113 of file meshWriter.H.
Referenced by STARCDMeshWriter::write(), and FIREMeshWriter::write().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.