MAIA bb96820c
Multiphysics at AIA
|
This class contains the necessary data to define a boundary cell for the LB method. More...
#include <lbgridboundarycell.h>
Public Attributes | |
MInt | m_cellId |
std::vector< MFloat > | m_distances |
MFloat | m_multiplier |
MFloat | m_eta |
MBool | m_isFluid |
std::vector< MInt > | m_segmentId |
std::vector< MInt > | m_bndCndId |
Definition at line 18 of file lbgridboundarycell.h.
std::vector<MInt> LbGridBoundaryCell< nDim >::m_bndCndId |
Definition at line 25 of file lbgridboundarycell.h.
MInt LbGridBoundaryCell< nDim >::m_cellId |
Definition at line 19 of file lbgridboundarycell.h.
std::vector<MFloat> LbGridBoundaryCell< nDim >::m_distances |
Definition at line 20 of file lbgridboundarycell.h.
MFloat LbGridBoundaryCell< nDim >::m_eta |
Definition at line 22 of file lbgridboundarycell.h.
MBool LbGridBoundaryCell< nDim >::m_isFluid |
Definition at line 23 of file lbgridboundarycell.h.
MFloat LbGridBoundaryCell< nDim >::m_multiplier |
Definition at line 21 of file lbgridboundarycell.h.
std::vector<MInt> LbGridBoundaryCell< nDim >::m_segmentId |
Definition at line 24 of file lbgridboundarycell.h.