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

emptyFvPatch Class Reference

A patch which will not exist in the fvMesh. Typical example is a front and back plane of a 2-D geometry. More...

#include <finiteVolume/emptyFvPatch.H>


Detailed Description

A patch which will not exist in the fvMesh. Typical example is a front and back plane of a 2-D geometry.

Source files

Definition at line 51 of file emptyFvPatch.H.

Inheritance diagram for emptyFvPatch:
Collaboration diagram for emptyFvPatch:

List of all members.

Public Member Functions

 TypeName (emptyPolyPatch::typeName_())
 Runtime type information.
 emptyFvPatch (const polyPatch &patch, const fvBoundaryMesh &bm)
 Construct from polyPatch.
virtual label  size () const
 Return size.
virtual const unallocLabelList &  faceCells () const
 Return faceCells.

Constructor & Destructor Documentation

emptyFvPatch ( const polyPatch &   patch,
const fvBoundaryMesh &   bm  
)

Construct from polyPatch.

Definition at line 44 of file emptyFvPatch.C.


Member Function Documentation

TypeName ( emptyPolyPatch::   typeName_()  )

Runtime type information.

virtual label size (  ) const [inline, virtual]

Return size.

Reimplemented from fvPatch.

Definition at line 77 of file emptyFvPatch.H.

const unallocLabelList & faceCells (  ) const [virtual]

Return faceCells.

Reimplemented from fvPatch.

Definition at line 59 of file emptyFvPatch.C.


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