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

emptyPolyPatch Class Reference

Empty front and back plane patch. Used for 2-D geometries. More...

#include <OpenFOAM/emptyPolyPatch.H>


Detailed Description

Empty front and back plane patch. Used for 2-D geometries.

Source files

Definition at line 49 of file emptyPolyPatch.H.

Inheritance diagram for emptyPolyPatch:
Collaboration diagram for emptyPolyPatch:

List of all members.

Public Member Functions

 TypeName ("empty")
 Runtime type information.
 emptyPolyPatch (const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm)
 Construct from components.
 emptyPolyPatch (const word &name, const dictionary &dict, const label index, const polyBoundaryMesh &bm)
 Construct from dictionary.
 emptyPolyPatch (const emptyPolyPatch &, const polyBoundaryMesh &)
 Construct as copy, resetting the boundary mesh.
 emptyPolyPatch (const emptyPolyPatch &pp, const polyBoundaryMesh &bm, const label index, const label newSize, const label newStart)
 Construct given the original patch and resetting the.
virtual autoPtr< polyPatch >  clone (const polyBoundaryMesh &bm) const
 Construct and return a clone, resetting the boundary mesh.
virtual autoPtr< polyPatch >  clone (const polyBoundaryMesh &bm, const label index, const label newSize, const label newStart) const
 Construct and return a clone, resetting the face list.

Constructor & Destructor Documentation

emptyPolyPatch ( const word &   name,
const label   size,
const label   start,
const label   index,
const polyBoundaryMesh &   bm  
)

Construct from components.

Definition at line 42 of file emptyPolyPatch.C.

Referenced by emptyPolyPatch::clone().

emptyPolyPatch ( const word &   name,
const dictionary &   dict,
const label   index,
const polyBoundaryMesh &   bm  
)

Construct from dictionary.

Definition at line 55 of file emptyPolyPatch.C.

emptyPolyPatch ( const emptyPolyPatch &   pp,
const polyBoundaryMesh &   bm  
)

Construct as copy, resetting the boundary mesh.

Definition at line 67 of file emptyPolyPatch.C.

emptyPolyPatch ( const emptyPolyPatch &   pp,
const polyBoundaryMesh &   bm,
const label   index,
const label   newSize,
const label   newStart  
)

Construct given the original patch and resetting the.

face list and boundary mesh information

Definition at line 77 of file emptyPolyPatch.C.


Member Function Documentation

TypeName ( "empty"    )

Runtime type information.

virtual autoPtr<polyPatch> clone ( const polyBoundaryMesh &   bm  ) const [inline, virtual]

Construct and return a clone, resetting the boundary mesh.

Reimplemented from polyPatch.

Definition at line 95 of file emptyPolyPatch.H.

References emptyPolyPatch::emptyPolyPatch().

virtual autoPtr<polyPatch> clone ( const polyBoundaryMesh &   bm,
const label   index,
const label   newSize,
const label   newStart  
) const [inline, virtual]

Construct and return a clone, resetting the face list.

and boundary mesh

Reimplemented from polyPatch.

Definition at line 103 of file emptyPolyPatch.H.

References emptyPolyPatch::emptyPolyPatch().


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