OpenFOAM logo
Open Source CFD Toolkit

boundaryPatch Class Reference

Inheritance diagram for boundaryPatch:

Inheritance graph
[legend]
Collaboration diagram for boundaryPatch:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 boundaryPatch (const word &name, const label index, const label size, const label start, const word &physicalType=word::null)
 Construct from components.
 boundaryPatch (Istream &, const label index)
 Construct from Istream.
 boundaryPatch (const word &name, const dictionary &dict, const label index)
 Construct from dictionary.
 boundaryPatch (const boundaryPatch &)
 Construct as copy.
autoPtr< boundaryPatchclone () const
 Clone.
 ~boundaryPatch ()
label size () const
labelsize ()
label start () const
labelstart ()
void write (Ostream &) const
 Write.
void writeDict (Ostream &) const
 Write dictionary.

Friends

Ostreamoperator<< (Ostream &, const boundaryPatch &)

Constructor & Destructor Documentation

boundaryPatch const word name,
const label  index,
const label  size,
const label  start,
const word physicalType = word::null
 

Construct from components.

boundaryPatch Istream ,
const label  index
 

Construct from Istream.

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

Construct from dictionary.

boundaryPatch const boundaryPatch  ) 
 

Construct as copy.

~boundaryPatch  ) 
 


Member Function Documentation

autoPtr<boundaryPatch> clone  )  const
 

Clone.

label& size  )  [inline]
 

Definition at line 115 of file boundaryPatch.H.

label size  )  const [inline]
 

Definition at line 110 of file boundaryPatch.H.

label& start  )  [inline]
 

Definition at line 125 of file boundaryPatch.H.

label start  )  const [inline]
 

Definition at line 120 of file boundaryPatch.H.

void write Ostream  )  const
 

Write.

Reimplemented from patchIdentifier.

void writeDict Ostream  )  const
 

Write dictionary.

Reimplemented from patchIdentifier.


Friends And Related Function Documentation

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


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