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

ensightPartFaces Class Reference

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

Inheritance diagram for ensightPartFaces:
Collaboration diagram for ensightPartFaces:

List of all members.


Public Member Functions

 TypeName ("ensightFaces")
 Runtime type information.
 ensightPartFaces (label partNumber, const string &partDescription)
 Construct empty part with number and description.
 ensightPartFaces (label partNumber, const polyMesh &, const polyPatch &)
 Construct from polyMesh and polyPatch.
 ensightPartFaces (const ensightPartFaces &)
 Construct as copy.
 ensightPartFaces (Istream &)
 Construct from Istream.
virtual ~ensightPartFaces ()
 Destructor.
virtual List< word > const & elementTypes () const
 static listing of the element types

Static Public Member Functions

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

Protected Types

enum  elemType { tria3Elements, quad4Elements, nsidedElements }
 addressable ensight element types More...

Static Protected Attributes

static List< wordelemTypes_

Detailed Description

An implementation of ensightPart to hold volume mesh faces.

Source files

Definition at line 44 of file ensightPartFaces.H.


Member Enumeration Documentation

enum elemType [protected]

addressable ensight element types

Enumerator:
tria3Elements 
quad4Elements 
nsidedElements 

Definition at line 69 of file ensightPartFaces.H.


Constructor & Destructor Documentation

ensightPartFaces ( label  partNumber,
const string partDescription 
)

Construct empty part with number and description.

Definition at line 45 of file ensightPartFaces.C.

ensightPartFaces ( label  partNumber,
const polyMesh pMesh,
const polyPatch pPatch 
)

Construct from polyMesh and polyPatch.

Definition at line 57 of file ensightPartFaces.C.

References ensightPart::isCellData_.

ensightPartFaces ( const ensightPartFaces part  ) 

Construct as copy.

Definition at line 131 of file ensightPartFaces.C.

ensightPartFaces ( Istream is  ) 

Construct from Istream.

Definition at line 137 of file ensightPartFaces.C.

~ensightPartFaces (  )  [virtual]

Destructor.

Definition at line 148 of file ensightPartFaces.C.

References Foam::fvc::reconstruct().

Here is the call graph for this function:


Member Function Documentation

TypeName ( "ensightFaces"   ) 

Runtime type information.

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

Construct on freestore from Istream.

Reimplemented from ensightPart.

Definition at line 105 of file ensightPartFaces.H.

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

static listing of the element types

Reimplemented from ensightPart.

Definition at line 118 of file ensightPartFaces.H.


Member Data Documentation

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

Reimplemented from ensightPart.

Definition at line 77 of file ensightPartFaces.H.


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