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

cellModel.H File Reference


Detailed Description

Definition in file cellModel.H.

#include "src/OpenFOAM/meshes/primitiveShapes/point/pointField.H"
#include "src/OpenFOAM/meshes/meshShapes/edge/edgeList.H"
#include "src/OpenFOAM/meshes/meshShapes/face/faceList.H"
#include "src/OpenFOAM/db/IOstreams/IOstreams/InfoProxy.H"
#include "src/OpenFOAM/memory/autoPtr/autoPtr.H"
#include "src/OpenFOAM/meshes/meshShapes/cellModel/cellModelI.H"
Include dependency graph for cellModel.H:

Go to the source code of this file.

Classes

class  cellModel
 Maps a geometry to a set of cell primitives, which enables geometric cell data to be calculated without access to the primitive geometric level. This means mapping a 3D geometry to a set of pyramids which are each described by a cell face and the cell centre point. More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

bool  operator== (const cellModel &, const cellModel &)
bool  operator!= (const cellModel &, const cellModel &)
Ostream &  operator<< (Ostream &, const cellModel &)