MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
LbGridBoundaryCell< nDim > Struct Template Reference

This class contains the necessary data to define a boundary cell for the LB method. More...

#include <lbgridboundarycell.h>

Collaboration diagram for LbGridBoundaryCell< nDim >:
[legend]

Public Attributes

MInt m_cellId
 
std::vector< MFloatm_distances
 
MFloat m_multiplier
 
MFloat m_eta
 
MBool m_isFluid
 
std::vector< MIntm_segmentId
 
std::vector< MIntm_bndCndId
 

Detailed Description

template<MInt nDim>
struct LbGridBoundaryCell< nDim >

Definition at line 18 of file lbgridboundarycell.h.

Member Data Documentation

◆ m_bndCndId

template<MInt nDim>
std::vector<MInt> LbGridBoundaryCell< nDim >::m_bndCndId

Definition at line 25 of file lbgridboundarycell.h.

◆ m_cellId

template<MInt nDim>
MInt LbGridBoundaryCell< nDim >::m_cellId

Definition at line 19 of file lbgridboundarycell.h.

◆ m_distances

template<MInt nDim>
std::vector<MFloat> LbGridBoundaryCell< nDim >::m_distances

Definition at line 20 of file lbgridboundarycell.h.

◆ m_eta

template<MInt nDim>
MFloat LbGridBoundaryCell< nDim >::m_eta

Definition at line 22 of file lbgridboundarycell.h.

◆ m_isFluid

template<MInt nDim>
MBool LbGridBoundaryCell< nDim >::m_isFluid

Definition at line 23 of file lbgridboundarycell.h.

◆ m_multiplier

template<MInt nDim>
MFloat LbGridBoundaryCell< nDim >::m_multiplier

Definition at line 21 of file lbgridboundarycell.h.

◆ m_segmentId

template<MInt nDim>
std::vector<MInt> LbGridBoundaryCell< nDim >::m_segmentId

Definition at line 24 of file lbgridboundarycell.h.


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