FreeFOAM The Cross-Platform CFD Toolkit
internalWriter Class Reference

Write fields (internal). More...


Detailed Description

List of all members.

Public Member Functions

 internalWriter (const vtkMesh &, const bool binary, const fileName &)
 Construct from components.
std::ofstream & os ()
void writeCellIDs ()
 Write cellIDs.
template<class Type , template< class > class PatchField, class GeoMesh >
void write (const PtrList< GeometricField< Type, PatchField, GeoMesh > > &)
 Write generic GeometricFields.
template<class Type >
void write (const volPointInterpolation &, const PtrList< GeometricField< Type, fvPatchField, volMesh > > &)
 Interpolate and write volFields.

Constructor & Destructor Documentation

internalWriter ( const vtkMesh ,
const bool  binary,
const fileName  
)

Construct from components.


Member Function Documentation

std::ofstream& os ( )
inline

Definition at line 82 of file internalWriter.H.

void writeCellIDs ( )

Write cellIDs.

void write ( const PtrList< GeometricField< Type, PatchField, GeoMesh > > &  )

Write generic GeometricFields.

void write ( const volPointInterpolation ,
const PtrList< GeometricField< Type, fvPatchField, volMesh > > &   
)

Interpolate and write volFields.


The documentation for this class was generated from the following file: