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

ensightField.H File Reference


Detailed Description

InApplication foamToEnsight

Source files

Definition in file ensightField.H.

#include "applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H"
#include "src/OpenFOAM/containers/HashTables/HashSet/HashSet.H"
Include dependency graph for ensightField.H:

Go to the source code of this file.

Functions

template<class Type >
void  ensightField (const Foam::IOobject &fieldObject, const Foam::ensightMesh &eMesh, const Foam::fileName &postProcPath, const Foam::word &prepend, const Foam::label timeIndex, const bool binary, Foam::Ostream &ensightCaseFile)
template<class Type >
void  writePatchField (const Foam::word &fieldName, const Foam::Field< Type > &pf, const Foam::word &patchName, const Foam::ensightMesh &eMesh, const Foam::fileName &postProcPath, const Foam::word &prepend, const Foam::label timeIndex, Foam::Ostream &ensightCaseFile)

Function Documentation

void ensightField ( const Foam::IOobject &   fieldObject,
const Foam::ensightMesh &   eMesh,
const Foam::fileName &   postProcPath,
const Foam::word &   prepend,
const Foam::label   timeIndex,
const bool   binary,
Foam::Ostream &   ensightCaseFile  
)
void writePatchField ( const Foam::word &   fieldName,
const Foam::Field< Type > &   pf,
const Foam::word &   patchName,
const Foam::ensightMesh &   eMesh,
const Foam::fileName &   postProcPath,
const Foam::word &   prepend,
const Foam::label   timeIndex,
Foam::Ostream &   ensightCaseFile  
)