|
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) | xi |
| Reference map equations. | |
| 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 444 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 447 of file m_derived_types.fpp.f90.
| integer m_derived_types::eqn_idx_info::alf |
Void fraction (scalar, model_eqns=4).
Definition at line 456 of file m_derived_types.fpp.f90.
| type(idx_bounds_info) m_derived_types::eqn_idx_info::b |
Magnetic field components.
Definition at line 451 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 448 of file m_derived_types.fpp.f90.
| integer m_derived_types::eqn_idx_info::c |
Color function equation.
Definition at line 459 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 445 of file m_derived_types.fpp.f90.
| integer m_derived_types::eqn_idx_info::damage |
Damage variable equation.
Definition at line 460 of file m_derived_types.fpp.f90.
| integer m_derived_types::eqn_idx_info::e |
Energy/pressure equation.
Definition at line 454 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 457 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 452 of file m_derived_types.fpp.f90.
| type(idx_bounds_info) m_derived_types::eqn_idx_info::mom |
Momentum components.
Definition at line 446 of file m_derived_types.fpp.f90.
| integer m_derived_types::eqn_idx_info::n |
Number density equation.
Definition at line 455 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 458 of file m_derived_types.fpp.f90.
| integer m_derived_types::eqn_idx_info::psi |
Psi variable equation.
Definition at line 461 of file m_derived_types.fpp.f90.
| type(idx_bounds_info) m_derived_types::eqn_idx_info::species |
Chemistry species equations.
Definition at line 453 of file m_derived_types.fpp.f90.
| type(idx_bounds_info) m_derived_types::eqn_idx_info::stress |
Stress tensor components.
Definition at line 449 of file m_derived_types.fpp.f90.
| type(idx_bounds_info) m_derived_types::eqn_idx_info::xi |
Reference map equations.
Definition at line 450 of file m_derived_types.fpp.f90.