Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ChannelBL Class Reference

#include <ChannelBL.H>

Inheritance diagram for ChannelBL:

Inheritance graph
[legend]
Collaboration diagram for ChannelBL:

Collaboration graph
[legend]
List of all members.

Public Methods

 ChannelBL (const RealVect &a_centerPlaneNormal, const Real &a_radius)
virtual ~ChannelBL ()
virtual bool isRegular (const Box &region, const Box &domain, const RealVect &origin, const Real &dx) const
virtual bool isCovered (const Box &region, const Box &domain, const RealVect &origin, const Real &dx) const
pair< int, Side::LoHiSideupDirection (const RealVect &a_midpt, const IntVect &a_iv) const
virtual Real localFuncValue (const RealVect &a_independentCoords, const int &a_upDirection, const IntVect &a_iv, const Box &a_domain, const RealVect &a_origin, const Real &a_dx) const
virtual BaseLevelSetnew_baseLevelSet () const
virtual Real LevelSurface (const RealVect &a_vec) const
Real getCenterPlanePt (const RealVect &a_indCoords) const

Protected Attributes

int m_upDir
RealVect m_centerPlaneNormal
Real m_radius
Real m_upDirDistance

Private Methods

 ChannelBL ()
 ChannelBL (const ChannelBL &a_ramplg)
void operator= (const ChannelBL &a_ramplg)

Detailed Description

This is the workshop class for a channel whose center place has an alpha = 0. nx*x + ny*y + nz*z = 0 It follows the BaseLevelSet base class.


Constructor & Destructor Documentation

ChannelBL::ChannelBL const RealVect   a_centerPlaneNormal,
const Real   a_radius
 

Returns nx*x + ny*y + nz*z = 0

virtual ChannelBL::~ChannelBL   [virtual]
 

ChannelBL::ChannelBL   [inline, private]
 

ChannelBL::ChannelBL const ChannelBL &    a_ramplg [inline, private]
 


Member Function Documentation

Real ChannelBL::getCenterPlanePt const RealVect   a_indCoords const
 

virtual bool ChannelBL::isCovered const Box   region,
const Box   domain,
const RealVect   origin,
const Real   dx
const [virtual]
 

Return true if every cell in region is covered at the refinement described by dx.

Implements BaseLevelSet.

virtual bool ChannelBL::isRegular const Box   region,
const Box   domain,
const RealVect   origin,
const Real   dx
const [virtual]
 

Return true if every cell in region is regular at the refinement described by dx.

Implements BaseLevelSet.

virtual Real ChannelBL::LevelSurface const RealVect   a_vec const [virtual]
 

virtual Real ChannelBL::localFuncValue const RealVect   a_independentCoords,
const int &    a_upDirection,
const IntVect   a_iv,
const Box   a_domain,
const RealVect   a_origin,
const Real   a_dx
const [virtual]
 

Return the value at the dependent coordinate given the independent coordinates. \ Returns rampSlope*(independentCoord[indepVar] - startVal);

Implements BaseLevelSet.

virtual BaseLevelSet* ChannelBL::new_baseLevelSet   const [virtual]
 

Return a newly allocated derived class. The responsibility for deleting the memory is left to the calling function.

Implements BaseLevelSet.

void ChannelBL::operator= const ChannelBL &    a_ramplg [inline, private]
 

pair<int, Side::LoHiSide> ChannelBL::upDirection const RealVect   a_midpt,
const IntVect   a_iv
const [virtual]
 

This returns the signed integer which most closely represents the normal direction. The first integer of the pair is of the interface at an irregular cell (which coordinate direction has the largest normal component). This will only be called if the cell is irregular.

Implements BaseLevelSet.


Member Data Documentation

RealVect ChannelBL::m_centerPlaneNormal [protected]
 

Real ChannelBL::m_radius [protected]
 

int ChannelBL::m_upDir [protected]
 

Real ChannelBL::m_upDirDistance [protected]
 


The documentation for this class was generated from the following file:
Generated on Wed Apr 16 14:35:04 2003 for EBChombo by doxygen1.2.16