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

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...

Collaboration diagram for m_derived_types::eqn_idx_info:
[legend]

Public Attributes

type(idx_bounds_infocont
 Partial densities (continuity equations).
type(idx_bounds_infomom
 Momentum components.
type(idx_bounds_infoadv
 Volume fractions (advection equations).
type(idx_bounds_infobub
 Bubble equation range (beg/end only).
type(idx_bounds_infostress
 Stress tensor components.
type(idx_bounds_infoxi
 Reference map equations.
type(idx_bounds_infob
 Magnetic field components.
type(idx_bounds_infoint_en
 Internal energy equations.
type(idx_bounds_infospecies
 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.

Detailed Description

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.

Member Data Documentation

◆ adv

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.

◆ alf

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.

◆ b

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.

◆ bub

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.

◆ c

integer m_derived_types::eqn_idx_info::c

Color function equation.

Definition at line 459 of file m_derived_types.fpp.f90.

◆ cont

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.

◆ damage

integer m_derived_types::eqn_idx_info::damage

Damage variable equation.

Definition at line 460 of file m_derived_types.fpp.f90.

◆ e

integer m_derived_types::eqn_idx_info::e

Energy/pressure equation.

Definition at line 454 of file m_derived_types.fpp.f90.

◆ gamma

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.

◆ int_en

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.

◆ mom

type(idx_bounds_info) m_derived_types::eqn_idx_info::mom

Momentum components.

Definition at line 446 of file m_derived_types.fpp.f90.

◆ n

integer m_derived_types::eqn_idx_info::n

Number density equation.

Definition at line 455 of file m_derived_types.fpp.f90.

◆ pi_inf

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.

◆ psi

integer m_derived_types::eqn_idx_info::psi

Psi variable equation.

Definition at line 461 of file m_derived_types.fpp.f90.

◆ species

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.

◆ stress

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.

◆ xi

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.


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