OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

ensightPartCells Class Reference

An implementation of ensightPart to hold volume mesh cells. More...

Inheritance diagram for ensightPartCells:
Collaboration diagram for ensightPartCells:

List of all members.


Public Member Functions

 TypeName ("ensightCells")
 Runtime type information.
 ensightPartCells (label partNumber, const string &partDescription)
 Construct empty part with number and description.
 ensightPartCells (label partNumber, const polyMesh &)
 Construct from polyMesh without zones.
 ensightPartCells (label partNumber, const polyMesh &, const labelList &)
 Construct from polyMesh and list of (non-zoned) cells.
 ensightPartCells (label partNumber, const polyMesh &, const cellZone &)
 Construct from polyMesh and cellZone.
 ensightPartCells (const ensightPartCells &)
 Construct as copy.
 ensightPartCells (Istream &)
 Construct from Istream.
virtual ~ensightPartCells ()
 Destructor.
virtual List< word > const & elementTypes () const
 static listing of the element types

Static Public Member Functions

static autoPtr< ensightPartCellsNew (Istream &is)
 Construct on freestore from Istream.

Protected Types

enum  elemType {
  tetra4Elements, pyramid5Elements, penta6Elements, hexa8Elements,
  nfacedElements
}
 addressable Ensight element types More...

Static Protected Attributes

static List< wordelemTypes_

Detailed Description

An implementation of ensightPart to hold volume mesh cells.

Source files

Definition at line 45 of file ensightPartCells.H.


Member Enumeration Documentation

enum elemType [protected]

addressable Ensight element types

Enumerator:
tetra4Elements 
pyramid5Elements 
penta6Elements 
hexa8Elements 
nfacedElements 

Definition at line 78 of file ensightPartCells.H.


Constructor & Destructor Documentation

ensightPartCells ( label  partNumber,
const string partDescription 
)

Construct empty part with number and description.

Definition at line 219 of file ensightPartCells.C.

ensightPartCells ( label  partNumber,
const polyMesh pMesh 
)

Construct from polyMesh without zones.

Definition at line 229 of file ensightPartCells.C.

ensightPartCells ( label  partNumber,
const polyMesh pMesh,
const labelList idList 
)

Construct from polyMesh and list of (non-zoned) cells.

Definition at line 241 of file ensightPartCells.C.

ensightPartCells ( label  partNumber,
const polyMesh pMesh,
const cellZone cZone 
)

Construct from polyMesh and cellZone.

Definition at line 254 of file ensightPartCells.C.

ensightPartCells ( const ensightPartCells part  ) 

Construct as copy.

Definition at line 266 of file ensightPartCells.C.

ensightPartCells ( Istream is  ) 

Construct from Istream.

Definition at line 272 of file ensightPartCells.C.

~ensightPartCells (  )  [virtual]

Destructor.

Definition at line 282 of file ensightPartCells.C.

References Foam::fvc::reconstruct().

Here is the call graph for this function:


Member Function Documentation

TypeName ( "ensightCells"   ) 

Runtime type information.

static autoPtr<ensightPartCells> New ( Istream is  )  [inline, static]

Construct on freestore from Istream.

Reimplemented from ensightPart.

Definition at line 127 of file ensightPartCells.H.

virtual List<word> const& elementTypes (  )  const [inline, virtual]

static listing of the element types

Reimplemented from ensightPart.

Definition at line 140 of file ensightPartCells.H.

References ensightPartCells::elemTypes_.


Member Data Documentation

Foam::List< Foam::word > elemTypes_ [static, protected]

Reimplemented from ensightPart.

Definition at line 88 of file ensightPartCells.H.

Referenced by ensightPartCells::elementTypes().


The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd