MFC
Exascale flow solver
Loading...
Searching...
No Matches
m_derived_types::qbmm_idx_info Type Reference

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.

Detailed Description

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.

Member Data Documentation

◆ fullmom

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.

◆ moms

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.

◆ ms

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.

◆ ps

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.

◆ rs

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.

◆ vs

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.


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