Chombo + EB + MF
3.2
|
#include <Moments.H>
Public Member Functions | |
edgeMo () | |
void | define (const RealVect &a_loPt, const RealVect &a_hiPt, const bool &a_intersectLo, const int &a_direction, const bool &a_covered, const bool &a_regular, const bool &a_dontKnow) |
RealVect | getLo () const |
access member data More... | |
RealVect | getHi () const |
bool | getIntersectLo () const |
Real | getEdgeLength () const |
RealVect | getEdgeCentroid () const |
bool | isCovered () const |
bool | isRegular () const |
bool | dontKnow () const |
int | direction () const |
Real | moment (const IntVect &a_exponent) const |
integrate monomial More... | |
Private Attributes | |
RealVect | m_Lo |
RealVect | m_Hi |
bool | m_intersectLo |
Real | m_edgeLength |
RealVect | m_edgeCentroid |
bool | m_covered |
bool | m_regular |
bool | m_dontKnow |
int | m_varOfInt |
class edgeMo/////////////////////////////////// This class stores data about an edge of a control volume
|
inline |
References define(), direction(), dontKnow(), getEdgeCentroid(), getEdgeLength(), getHi(), getIntersectLo(), getLo(), isCovered(), isRegular(), and moment().
void edgeMo::define | ( | const RealVect & | a_loPt, |
const RealVect & | a_hiPt, | ||
const bool & | a_intersectLo, | ||
const int & | a_direction, | ||
const bool & | a_covered, | ||
const bool & | a_regular, | ||
const bool & | a_dontKnow | ||
) |
Referenced by edgeMo(), faceMo::faceMo(), and vofMo::vofMo().
bool edgeMo::getIntersectLo | ( | ) | const |
Referenced by edgeMo().
bool edgeMo::isCovered | ( | ) | const |
Referenced by edgeMo(), and faceMo::faceMo().
bool edgeMo::isRegular | ( | ) | const |
Referenced by edgeMo(), and faceMo::faceMo().
bool edgeMo::dontKnow | ( | ) | const |
Referenced by edgeMo(), and faceMo::faceMo().
int edgeMo::direction | ( | ) | const |
Referenced by edgeMo().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |