COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Classes | |
class | MeshReader |
class | MeshWriter |
struct | TecZone |
Enumerations | |
enum | ZoneColor { AUTO =-1, BLACK =0, RED, GREEN, BLUE, CYAN, YELLOW, PURPLE, WHITE } |
enum | ZoneType { ORDERED =0, FELINESEG =1, FETRIANGLE =2, FEQUADRILATERAL =3, FETETRAHEDRON =4, FEBRICK =5, FEPOLYGON =6, FEPOLYHEDRON =7 } |
enum | ZonePack { BLOCK, POINT } |
enum | DataType { RESERVED, FLOAT, DOUBLE } |
Functions | |
template<typename T > | |
void | bwrite (FILE *F, T v, bool reverse) |
template<> | |
void | bwrite< string > (FILE *F, string v, bool reverse) |
template<typename T > | |
T | bread (ifstream &F) |
template<> | |
string | bread (ifstream &F) |
enum ZoneColor |
enum ZoneType |
void SmURF::bwrite< string > | ( | FILE * | F, |
string | v, | ||
bool | reverse | ||
) |
Send comments to: COOLFluiD Web Admin |