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

readAC.C File Reference

Reader for .ac files generated by AC3D. More...


Detailed Description

Reader for .ac files generated by AC3D.

See http://www.ac3d.org/ac3d/man/ac3dfileformat.html

Definition in file readAC.C.

#include "src/triSurface/triSurface/triSurface.H"
#include "src/OpenFOAM/db/IOstreams/Fstreams/IFstream.H"
#include "src/OpenFOAM/db/IOstreams/StringStreams/IStringStream.H"
#include "src/OpenFOAM/primitives/transform/transform.H"
#include "src/OpenFOAM/primitives/Tensor/tensor/tensor.H"
Include dependency graph for readAC.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

static label  parseInt (const string &str)
static bool  readCmd (IFstream &ACfile, string &cmd, string &args)
static bool  readUpto (const string &cmd, IFstream &ACfile, string &args)
static void  readUpto (const string &cmd, IFstream &ACfile, string &args, const string errorMsg)