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

directions Class Reference

Set of directions for each cell in the mesh. Either uniform and size=1 or one set of directions per cell. More...

#include <dynamicMesh/directions.H>


Detailed Description

Set of directions for each cell in the mesh. Either uniform and size=1 or one set of directions per cell.

Used in splitting cells. Either all cells have similar refinement direction ('global') or direction is dependent on local cell geometry. Controlled by dictionary.

Source files

Definition at line 64 of file directions.H.

Inheritance diagram for directions:
Collaboration diagram for directions:

List of all members.

Public Types

enum  directionType { TAN1, TAN2, NORMAL }
 

Enumeration listing the possible coordinate directions.

More...

Public Member Functions

 directions (const polyMesh &mesh, const dictionary &dict, const twoDPointCorrector *correct2DPtr=NULL)
 Construct from mesh and dictionary and optional 2D corrector.

Member Enumeration Documentation

Enumeration listing the possible coordinate directions.

Enumerator:
TAN1 
TAN2 
NORMAL 

Definition at line 72 of file directions.H.


Constructor & Destructor Documentation


The documentation for this class was generated from the following files: