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

fvBoundaryMesh Class Reference

Foam::fvBoundaryMesh. More...

Inheritance diagram for fvBoundaryMesh:
Collaboration diagram for fvBoundaryMesh:

List of all members.


Public Member Functions

 fvBoundaryMesh (const fvMesh &)
 Construct with zero size.
 fvBoundaryMesh (const fvMesh &, const polyBoundaryMesh &)
 Construct from polyBoundaryMesh.
const fvMeshmesh () const
 Return the mesh reference.
lduInterfacePtrsList interfaces () const
 Return a list of pointers for each patch.
void movePoints ()
 Correct patches after moving points.

Protected Member Functions

void readUpdate (const polyBoundaryMesh &)
 Update boundary based on new polyBoundaryMesh.

Friends

class fvMesh

Detailed Description

Foam::fvBoundaryMesh.

Source files

Definition at line 48 of file fvBoundaryMesh.H.


Constructor & Destructor Documentation

fvBoundaryMesh ( const fvMesh m  ) 

Construct with zero size.

Definition at line 46 of file fvBoundaryMesh.C.

References fvPatch::New().

Here is the call graph for this function:

fvBoundaryMesh ( const fvMesh m,
const polyBoundaryMesh basicBdry 
)

Construct from polyBoundaryMesh.

Definition at line 56 of file fvBoundaryMesh.C.


Member Function Documentation

void readUpdate ( const polyBoundaryMesh basicBdry  )  [protected]

Update boundary based on new polyBoundaryMesh.

Definition at line 104 of file fvBoundaryMesh.C.

const fvMesh& mesh (  )  const [inline]

Return the mesh reference.

Definition at line 104 of file fvBoundaryMesh.H.

Referenced by fvPatchField< Type >::check(), and fvPatch::lookupPatchField().

Here is the caller graph for this function:

lduInterfacePtrsList interfaces (  )  const

Return a list of pointers for each patch.

with only those pointing to interfaces being set

Definition at line 84 of file fvBoundaryMesh.C.

void movePoints (  ) 

Correct patches after moving points.

Definition at line 70 of file fvBoundaryMesh.C.


Friends And Related Function Documentation

friend class fvMesh [friend]

Definition at line 80 of file fvBoundaryMesh.H.


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