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

oppositeFace Class Reference

Class containing opposite face for a prismatic cell with addresing and a possibility of failure. More...

#include <OpenFOAM/oppositeFace.H>


Detailed Description

Class containing opposite face for a prismatic cell with addresing and a possibility of failure.

Source files

Definition at line 50 of file oppositeFace.H.

Inheritance diagram for oppositeFace:
Collaboration diagram for oppositeFace:

List of all members.

Public Member Functions

 oppositeFace (const face &f, const label masterIndex, const label oppositeIndex)
 Construct from components.
label  masterIndex () const
 Master face index.
label  oppositeIndex () const
 Slave face index.
bool  found () const
 Does the opposite face exist?

Constructor & Destructor Documentation

oppositeFace ( const face &   f,
const label   masterIndex,
const label   oppositeIndex  
) [inline]

Construct from components.

Definition at line 69 of file oppositeFace.H.


Member Function Documentation

label masterIndex (  ) const [inline]

Master face index.

Definition at line 85 of file oppositeFace.H.

label oppositeIndex (  ) const [inline]

Slave face index.

Definition at line 91 of file oppositeFace.H.

bool found (  ) const [inline]

Does the opposite face exist?

Definition at line 97 of file oppositeFace.H.


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