MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
FcGridBndryCell< nDim > Class Template Reference

#include <fcgridbndrycell.h>

Collaboration diagram for FcGridBndryCell< nDim >:
[legend]

Public Attributes

MInt m_cellId
 
std::vector< std::vector< MFloat > > m_cutFaces
 
std::vector< std::vector< MFloat > > m_faceNormals
 
std::vector< MIntm_segmentIdOfCutFace
 
MFloat m_avgFaceNormal [nDim]
 
MFloat m_directionOfAction [nDim]
 
MFloat m_displacement [nDim]
 
MFloat m_load [nDim]
 
std::vector< MIntm_segmentId
 
std::vector< MIntm_bndryCndId
 

Detailed Description

template<MInt nDim>
class FcGridBndryCell< nDim >

/brief This class contains the necessary data to define a boundary cell for the FC method

Definition at line 19 of file fcgridbndrycell.h.

Member Data Documentation

◆ m_avgFaceNormal

template<MInt nDim>
MFloat FcGridBndryCell< nDim >::m_avgFaceNormal[nDim]

Definition at line 27 of file fcgridbndrycell.h.

◆ m_bndryCndId

template<MInt nDim>
std::vector<MInt> FcGridBndryCell< nDim >::m_bndryCndId

Definition at line 33 of file fcgridbndrycell.h.

◆ m_cellId

template<MInt nDim>
MInt FcGridBndryCell< nDim >::m_cellId

Definition at line 21 of file fcgridbndrycell.h.

◆ m_cutFaces

template<MInt nDim>
std::vector<std::vector<MFloat> > FcGridBndryCell< nDim >::m_cutFaces

Definition at line 23 of file fcgridbndrycell.h.

◆ m_directionOfAction

template<MInt nDim>
MFloat FcGridBndryCell< nDim >::m_directionOfAction[nDim]

Definition at line 28 of file fcgridbndrycell.h.

◆ m_displacement

template<MInt nDim>
MFloat FcGridBndryCell< nDim >::m_displacement[nDim]

Definition at line 29 of file fcgridbndrycell.h.

◆ m_faceNormals

template<MInt nDim>
std::vector<std::vector<MFloat> > FcGridBndryCell< nDim >::m_faceNormals

Definition at line 24 of file fcgridbndrycell.h.

◆ m_load

template<MInt nDim>
MFloat FcGridBndryCell< nDim >::m_load[nDim]

Definition at line 30 of file fcgridbndrycell.h.

◆ m_segmentId

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

Definition at line 32 of file fcgridbndrycell.h.

◆ m_segmentIdOfCutFace

template<MInt nDim>
std::vector<MInt> FcGridBndryCell< nDim >::m_segmentIdOfCutFace

Definition at line 25 of file fcgridbndrycell.h.


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