FreeFOAM The Cross-Platform CFD Toolkit
writeFunctions.H File Reference

Detailed Description

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

Go to the source code of this file.

Functions

bool writeStr80 (std::ostream &os, const string &str)
bool writeInt (std::ostream &os, int val1)
bool writeFloat (std::ostream &os, scalar val1)
void writeBytes (char *start, int nBytes)
void writeWallFlags (Ostream &os, label cellI, const labelList &wallFlags)

Function Documentation

bool writeStr80 ( std::ostream &  os,
const string str 
)
bool writeInt ( std::ostream &  os,
int  val1 
)
bool writeFloat ( std::ostream &  os,
scalar  val1 
)
void writeBytes ( char *  start,
int  nBytes 
)
void writeWallFlags ( Ostream os,
label  cellI,
const labelList wallFlags 
)