|
MFC
Exascale flow solver
|
All conserved-variable equation indices, computed at startup from model_eqns and enabled features. Range indices (beg/end) use int_bounds_info; scalar indices are plain integers (0 = inactive). Contains no allocatable members - safe for GPU_DECLARE as a single struct. More...
Public Attributes | |
| type(idx_bounds_info) | cont |
| Partial densities (continuity equations). | |
| type(idx_bounds_info) | mom |
| Momentum components. | |
| type(idx_bounds_info) | adv |
| Volume fractions (advection equations). | |
| type(idx_bounds_info) | bub |
| Bubble equation range (beg/end only). | |
| type(idx_bounds_info) | stress |
| Stress tensor components. | |
| type(idx_bounds_info) | b |
| Magnetic field components. | |
| type(idx_bounds_info) | int_en |
| Internal energy equations. | |
| type(idx_bounds_info) | species |
| Chemistry species equations. | |
| integer | e |
| Energy/pressure equation. | |
| integer | n |
| Number density equation. | |
| integer | alf |
| Void fraction (scalar, model_eqns=4). | |
| integer | gamma |
| Specific heat ratio function (model_eqns=1). | |
| integer | pi_inf |
| Liquid stiffness function (model_eqns=1). | |
| integer | c |
| Color function equation. | |
| integer | damage |
| Damage variable equation. | |
| integer | psi |
| Psi variable equation. | |
All conserved-variable equation indices, computed at startup from model_eqns and enabled features. Range indices (beg/end) use int_bounds_info; scalar indices are plain integers (0 = inactive). Contains no allocatable members - safe for GPU_DECLARE as a single struct.
Definition at line 468 of file m_derived_types.fpp.f90.
| type(idx_bounds_info) m_derived_types::eqn_idx_info::adv |
Volume fractions (advection equations).
Definition at line 471 of file m_derived_types.fpp.f90.
| integer m_derived_types::eqn_idx_info::alf |
Void fraction (scalar, model_eqns=4).
Definition at line 479 of file m_derived_types.fpp.f90.
| type(idx_bounds_info) m_derived_types::eqn_idx_info::b |
Magnetic field components.
Definition at line 474 of file m_derived_types.fpp.f90.
| type(idx_bounds_info) m_derived_types::eqn_idx_info::bub |
Bubble equation range (beg/end only).
Definition at line 472 of file m_derived_types.fpp.f90.
| integer m_derived_types::eqn_idx_info::c |
Color function equation.
Definition at line 482 of file m_derived_types.fpp.f90.
| type(idx_bounds_info) m_derived_types::eqn_idx_info::cont |
Partial densities (continuity equations).
Definition at line 469 of file m_derived_types.fpp.f90.
| integer m_derived_types::eqn_idx_info::damage |
Damage variable equation.
Definition at line 483 of file m_derived_types.fpp.f90.
| integer m_derived_types::eqn_idx_info::e |
Energy/pressure equation.
Definition at line 477 of file m_derived_types.fpp.f90.
| integer m_derived_types::eqn_idx_info::gamma |
Specific heat ratio function (model_eqns=1).
Definition at line 480 of file m_derived_types.fpp.f90.
| type(idx_bounds_info) m_derived_types::eqn_idx_info::int_en |
Internal energy equations.
Definition at line 475 of file m_derived_types.fpp.f90.
| type(idx_bounds_info) m_derived_types::eqn_idx_info::mom |
Momentum components.
Definition at line 470 of file m_derived_types.fpp.f90.
| integer m_derived_types::eqn_idx_info::n |
Number density equation.
Definition at line 478 of file m_derived_types.fpp.f90.
| integer m_derived_types::eqn_idx_info::pi_inf |
Liquid stiffness function (model_eqns=1).
Definition at line 481 of file m_derived_types.fpp.f90.
| integer m_derived_types::eqn_idx_info::psi |
Psi variable equation.
Definition at line 484 of file m_derived_types.fpp.f90.
| type(idx_bounds_info) m_derived_types::eqn_idx_info::species |
Chemistry species equations.
Definition at line 476 of file m_derived_types.fpp.f90.
| type(idx_bounds_info) m_derived_types::eqn_idx_info::stress |
Stress tensor components.
Definition at line 473 of file m_derived_types.fpp.f90.