ensightOutputVolField.H File Reference

A collection of functions for writing volField content in ensight format. More...

Include dependency graph for ensightOutputVolField.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 
namespace  Foam::ensightOutput
 A collection of functions for writing ensight file content.
 

Functions

template<class Type >
bool writeVolField (ensightFile &os, const GeometricField< Type, fvPatchField, volMesh > &vf, const ensightMesh &ensMesh)
 Write volume field component-wise. More...
 
template<class Type >
bool writeVolField (ensightFile &os, const GeometricField< Type, fvPatchField, volMesh > &vf, const ensightMesh &ensMesh, const bool nodeValues)
 Write volume field component-wise, optionally forcing interpolation. More...
 
template<class Type >
bool writePointField (ensightFile &os, const GeometricField< Type, pointPatchField, pointMesh > &pf, const ensightMesh &ensMesh)
 Write point field component-wise. More...
 

Detailed Description

A collection of functions for writing volField content in ensight format.

Original source file ensightOutputVolField.H

InNamespace Foam::ensightOutput

Definition in file ensightOutputVolField.H.