Chombo + EB  3.0
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
IrregNode Class Reference

#include <IrregNode.H>

Public Member Functions

 IrregNode ()
 
 ~IrregNode ()
 
void makeRegular (const IntVect &iv)
 
void faceReserve (int location, int size)
 

Static Public Member Functions

static int index (int a_idir, Side::LoHiSide a_side)
 return the index into the arc vectors More...
 

Public Attributes

IntVect m_cell
 
Real m_volFrac
 data for irregular nodes More...
 
int m_cellIndex
 
RealVect m_volCentroid
 
RealVect m_bndryCentroid
 
Vector< int > m_arc [2 *SpaceDim]
 
Vector< Realm_areaFrac [2 *SpaceDim]
 
Vector< RealVectm_faceCentroid [2 *SpaceDim]
 

Detailed Description

Node for construction of geometric information.

Constructor & Destructor Documentation

◆ IrregNode()

IrregNode::IrregNode ( )

◆ ~IrregNode()

IrregNode::~IrregNode ( )

Member Function Documentation

◆ index()

static int IrregNode::index ( int  a_idir,
Side::LoHiSide  a_side 
)
static

return the index into the arc vectors

◆ makeRegular()

void IrregNode::makeRegular ( const IntVect iv)

helper function for construction. makes irregular cell that has connectivitity and values like a regular cell, this a person can modify as the irregular cell requires. saves some coding in some cases

◆ faceReserve()

void IrregNode::faceReserve ( int  location,
int  size 
)

Member Data Documentation

◆ m_cell

IntVect IrregNode::m_cell

◆ m_volFrac

Real IrregNode::m_volFrac

data for irregular nodes

◆ m_cellIndex

int IrregNode::m_cellIndex

each vof has a unique index in the cell

◆ m_volCentroid

RealVect IrregNode::m_volCentroid

◆ m_bndryCentroid

RealVect IrregNode::m_bndryCentroid

◆ m_arc

Vector<int> IrregNode::m_arc[2 *SpaceDim]

Indicies into a_nodes to show connectivity. If the arc is to an irregular cell, the index is the unique index of the vof in the cell. For arcs to regular cells, the arc = -2 If the arc is to the domain boundary, arc = -1.

◆ m_areaFrac

Vector<Real> IrregNode::m_areaFrac[2 *SpaceDim]

◆ m_faceCentroid

Vector<RealVect> IrregNode::m_faceCentroid[2 *SpaceDim]

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