Loading [MathJax]/extensions/tex2jax.js
MAIA bb96820c
Multiphysics at AIA
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
FvMbCartesianSolverXD< nDim, SysEqn >::polyCutCellBase Class Reference
Inheritance diagram for FvMbCartesianSolverXD< nDim, SysEqn >::polyCutCellBase:
[legend]

Public Member Functions

 polyCutCellBase (MInt cartCell, MFloat *_center)
 

Public Attributes

MInt cartesianCell
 
MFloat volume {}
 
MFloat center [nDim] {}
 

Detailed Description

template<MInt nDim, class SysEqn>
class FvMbCartesianSolverXD< nDim, SysEqn >::polyCutCellBase

Definition at line 1337 of file fvmbcartesiansolverxd.h.

Constructor & Destructor Documentation

◆ polyCutCellBase()

template<MInt nDim, class SysEqn >
FvMbCartesianSolverXD< nDim, SysEqn >::polyCutCellBase::polyCutCellBase ( MInt  cartCell,
MFloat _center 
)
inline

Definition at line 1342 of file fvmbcartesiansolverxd.h.

1342 : cartesianCell(cartCell) {
1343 std::copy(_center, _center + nDim, center);
1344 }

Member Data Documentation

◆ cartesianCell

template<MInt nDim, class SysEqn >
MInt FvMbCartesianSolverXD< nDim, SysEqn >::polyCutCellBase::cartesianCell

Definition at line 1339 of file fvmbcartesiansolverxd.h.

◆ center

template<MInt nDim, class SysEqn >
MFloat FvMbCartesianSolverXD< nDim, SysEqn >::polyCutCellBase::center[nDim] {}

Definition at line 1341 of file fvmbcartesiansolverxd.h.

◆ volume

template<MInt nDim, class SysEqn >
MFloat FvMbCartesianSolverXD< nDim, SysEqn >::polyCutCellBase::volume {}

Definition at line 1340 of file fvmbcartesiansolverxd.h.


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