ensightOutputCloud.H File Reference

A collection of functions for writing clouds as ensight file content. More...

Include dependency graph for ensightOutputCloud.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.
 
namespace  Foam::ensightOutput::Detail
 Implementation details and output backends that would not normally be called directly by a user.
 

Functions

bool writeCloudPositions (const fvMesh &mesh, const word &cloudName, bool exists, autoPtr< ensightFile > &output)
 Write cloud positions. More...
 
template<class Type >
bool writeCloudField (const IOField< Type > &field, ensightFile &os)
 Write cloud field, returning true if the field is non-empty. More...
 
template<class Type >
bool writeCloudField (const IOobject &io, bool exists, autoPtr< ensightFile > &output)
 
template<class Type >
label writeCloudFieldContent (ensightFile &os, const UList< Type > &fld, label count=0)
 Write cloud field data (serial) with rounding and newlines. More...
 

Detailed Description

A collection of functions for writing clouds as ensight file content.

Original source file ensightOutputCloud.H

InNamespace Foam::ensightOutput

Source files

Definition in file ensightOutputCloud.H.