FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

internalWriter Class Reference

Write fields (internal). More...


Detailed Description

Write fields (internal).

Source files

Definition at line 57 of file internalWriter.H.

Collaboration diagram for internalWriter:

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:
  • applications/utilities/postProcessing/dataConversion/foamToVTK/internalWriter.H