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

ensightWriteBinary.H File Reference

Collection of functions for binary write in EnSight files. More...


Detailed Description

Collection of functions for binary write in EnSight files.

InApplication foamToEnsight

Source files

Definition in file ensightWriteBinary.H.

#include "applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H"
Include dependency graph for ensightWriteBinary.H:

Go to the source code of this file.

Functions

void  writeEnsDataBinary (const char *val, std::ofstream &ensFile)
void  writeEnsDataBinary (const int val, std::ofstream &ensFile)
void  writeEnsDataBinary (const scalarField &sf, std::ofstream &ensightFile)

Function Documentation

void writeEnsDataBinary ( const char *   val,
std::ofstream &   ensFile  
)
void writeEnsDataBinary ( const int   val,
std::ofstream &   ensFile  
)
void writeEnsDataBinary ( const scalarField &   sf,
std::ofstream &   ensightFile  
)