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

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

Functions

bool writeCloudPositions (const fvMesh &mesh, const word &cloudName, bool exists, autoPtr< ensightFile > &output, Pstream::commsTypes comm=Pstream::commsTypes::blocking)
 Write cloud positions. More...
 
template<class Type >
bool writeCloudField (const IOField< Type > &field, ensightFile &os, Pstream::commsTypes comm=Pstream::commsTypes::blocking)
 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, Pstream::commsTypes comm=Pstream::commsTypes::blocking)
 

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.