Go to the source code of this file.
Functions | |
template<class Type > | |
Foam::tmp< Foam::VolField< Type > > | volField (const Foam::fvMeshSubset &, const Foam::VolField< Type > &vf) |
Wrapper to get hold of the field or the subsetted field. More... | |
template<class Type > | |
void | ensightField (const Foam::VolField< Type > &vf, const Foam::ensightMesh &eMesh, const Foam::fileName &postProcPath, const Foam::word &prepend, const Foam::label timeIndex, const bool binary, const bool nodeValues, 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) |
Original source file ensightField.H
InApplication foamToEnsight
Definition in file ensightField.H.
Foam::tmp<Foam::VolField<Type> > volField | ( | const Foam::fvMeshSubset & | , |
const Foam::VolField< Type > & | vf | ||
) |
Wrapper to get hold of the field or the subsetted field.
void ensightField | ( | const Foam::VolField< Type > & | vf, |
const Foam::ensightMesh & | eMesh, | ||
const Foam::fileName & | postProcPath, | ||
const Foam::word & | prepend, | ||
const Foam::label | timeIndex, | ||
const bool | binary, | ||
const bool | nodeValues, | ||
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 | ||
) |