|
MFC
Exascale flow solver
|
QBMM moment index mappings - separate from bub beg/end so eqn_idx contains no allocatables. More...
Public Attributes | |
| integer, dimension(:), allocatable | rs |
| R moment indices per bubble bin. | |
| integer, dimension(:), allocatable | vs |
| V moment indices per bubble bin. | |
| integer, dimension(:), allocatable | ps |
| Pressure moment indices per bubble bin. | |
| integer, dimension(:), allocatable | ms |
| Mass moment indices per bubble bin. | |
| integer, dimension(:,:), allocatable | moms |
| Moment indices for qbmm. | |
| integer, dimension(:,:,:), allocatable | fullmom |
| Full moment indices for qbmm. | |
QBMM moment index mappings - separate from bub beg/end so eqn_idx contains no allocatables.
Definition at line 432 of file m_derived_types.fpp.f90.
| integer, dimension(:,:,:), allocatable m_derived_types::qbmm_idx_info::fullmom |
Full moment indices for qbmm.
Definition at line 438 of file m_derived_types.fpp.f90.
| integer, dimension(:,:), allocatable m_derived_types::qbmm_idx_info::moms |
Moment indices for qbmm.
Definition at line 437 of file m_derived_types.fpp.f90.
| integer, dimension(:), allocatable m_derived_types::qbmm_idx_info::ms |
Mass moment indices per bubble bin.
Definition at line 436 of file m_derived_types.fpp.f90.
| integer, dimension(:), allocatable m_derived_types::qbmm_idx_info::ps |
Pressure moment indices per bubble bin.
Definition at line 435 of file m_derived_types.fpp.f90.
| integer, dimension(:), allocatable m_derived_types::qbmm_idx_info::rs |
R moment indices per bubble bin.
Definition at line 433 of file m_derived_types.fpp.f90.
| integer, dimension(:), allocatable m_derived_types::qbmm_idx_info::vs |
V moment indices per bubble bin.
Definition at line 434 of file m_derived_types.fpp.f90.