ensightOutputFunctions.H File Reference

Miscellaneous collection of functions and template related to Ensight data. More...

Include dependency graph for ensightOutputFunctions.H:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

void ensightCaseEntry (OFstream &caseFile, const string &ensightType, const word &fieldName, const fileName &dataMask, const fileName &local=fileName::null, const label cloudNo=-1, const label timeSet=1)
 
void ensightParticlePositions (const polyMesh &mesh, const fileName &dataDir, const fileName &subDir, const word &cloudName, IOstream::streamFormat format)
 
template<class Type >
void ensightLagrangianField (const IOobject &fieldObject, const fileName &dataDir, const fileName &subDir, const word &cloudName, IOstream::streamFormat format)
 Write lagrangian parcels. More...
 
template<class Type >
void ensightVolField (const ensightParts &partsList, const IOobject &fieldObject, const fvMesh &mesh, const fileName &dataDir, const fileName &subDir, IOstream::streamFormat format)
 Write generalized field components. More...
 

Detailed Description

Miscellaneous collection of functions and template related to Ensight data.

Original source file ensightOutputFunctions.H

Source files

Definition in file ensightOutputFunctions.H.