OpenFOAM logo
Open Source CFD Toolkit

geometricSurfacePatch Class Reference

Inheritance diagram for geometricSurfacePatch:

Inheritance graph
[legend]
Collaboration diagram for geometricSurfacePatch:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ClassName ("geometricSurfacePatch")
 Runtime type information.
 geometricSurfacePatch ()
 Construct null.
 geometricSurfacePatch (const word &geometricType, const word &name, const label index)
 Construct from components.
 geometricSurfacePatch (Istream &, const label index)
 Construct from Istream.
 geometricSurfacePatch (const word &name, const dictionary &dict, const label index)
 Construct from dictionary.
const wordname () const
 Return name.
wordname ()
 Return name.
const wordgeometricType () const
 Return the type of the patch.
wordgeometricType ()
 Return the type of the patch.
label index () const
 Return the index of this patch in the boundaryMesh.
void write (Ostream &) const
 Write.
void writeDict (Ostream &) const
 Write dictionary.
bool operator!= (const geometricSurfacePatch &) const
bool operator== (const geometricSurfacePatch &) const
 compare.

Friends

Ostreamoperator<< (Ostream &, const geometricSurfacePatch &)
Istreamoperator>> (Istream &, geometricSurfacePatch &)

Constructor & Destructor Documentation

geometricSurfacePatch  ) 
 

Construct null.

geometricSurfacePatch const word geometricType,
const word name,
const label  index
 

Construct from components.

geometricSurfacePatch Istream ,
const label  index
 

Construct from Istream.

geometricSurfacePatch const word name,
const dictionary dict,
const label  index
 

Construct from dictionary.


Member Function Documentation

ClassName "geometricSurfacePatch"   ) 
 

Runtime type information.

word& geometricType  )  [inline]
 

Return the type of the patch.

Definition at line 126 of file geometricSurfacePatch.H.

const word& geometricType  )  const [inline]
 

Return the type of the patch.

Definition at line 120 of file geometricSurfacePatch.H.

label index  )  const [inline]
 

Return the index of this patch in the boundaryMesh.

Definition at line 132 of file geometricSurfacePatch.H.

word& name  )  [inline]
 

Return name.

Definition at line 114 of file geometricSurfacePatch.H.

const word& name  )  const [inline]
 

Return name.

Definition at line 108 of file geometricSurfacePatch.H.

bool operator!= const geometricSurfacePatch  )  const
 

bool operator== const geometricSurfacePatch  )  const
 

compare.

void write Ostream  )  const
 

Write.

Reimplemented in surfacePatch.

void writeDict Ostream  )  const
 

Write dictionary.

Reimplemented in surfacePatch.


Friends And Related Function Documentation

Ostream& operator<< Ostream ,
const geometricSurfacePatch
[friend]
 

Istream& operator>> Istream ,
geometricSurfacePatch
[friend]
 


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org