#include <EBData.H>
◆ BoundaryData() [1/2]
BoundaryData::BoundaryData |
( |
| ) |
|
◆ BoundaryData() [2/2]
BoundaryData::BoundaryData |
( |
const Real & |
bndryArea, |
|
|
const RealVect & |
normal, |
|
|
const RealVect & |
bndryCentroid, |
|
|
int |
phase, |
|
|
const VolIndex & |
index |
|
) |
| |
|
inline |
◆ setToZero()
void BoundaryData::setToZero |
( |
| ) |
|
|
inline |
◆ operator=()
References linearIn(), linearOut(), linearSize(), m_bndryArea, m_bndryCentroid, m_bndryPhase, m_EBMoments, m_EBNormalMoments, m_normal, m_normalPartialDeriv, m_volIndex, and SpaceDim.
◆ m_bndryArea
Real BoundaryData::m_bndryArea |
◆ m_normal
◆ m_bndryCentroid
◆ m_bndryPhase
int BoundaryData::m_bndryPhase |
◆ m_volIndex
◆ m_EBMoments
the moment at the irregular face associated with the monomial with the input exponents
Given VoF variables x, y, z, p = mono(0), q = mono(1), r = mono(2), returns integral_over_irregular_area((x^p y^q z^r) dA)
Referenced by operator=().
◆ m_normalPartialDeriv
the derivatives of the normal
(d_p)(n_d)
Referenced by operator=().
◆ m_EBNormalMoments
ebmoments with the the normal integrated in
Given VoF variables x, y, z, p = mono(0), q = mono(1), r = mono(2), returns integral_over_irregular_area((x^p y^q z^r)n_i dA)
Referenced by operator=().
The documentation for this class was generated from the following file: