|
MFC
Exascale flow solver
|
Integer bounds for variables. More...
Public Attributes | |
| integer | beg |
| integer | end |
| real(wp) | vb1 |
| real(wp) | vb2 |
| real(wp) | vb3 |
| real(wp) | ve1 |
| real(wp) | ve2 |
| real(wp) | ve3 |
| real(wp) | pres_in |
| real(wp) | pres_out |
| real(wp), dimension(3) | vel_in |
| real(wp), dimension(3) | vel_out |
| real(wp), dimension(num_fluids_max) | alpha_rho_in |
| real(wp), dimension(num_fluids_max) | alpha_in |
| logical | grcbc_in |
| logical | grcbc_out |
| logical | grcbc_vel_out |
Integer bounds for variables.
Definition at line 383 of file m_derived_types.fpp.f90.
| real(wp), dimension(num_fluids_max) m_derived_types::int_bounds_info::alpha_in |
Definition at line 395 of file m_derived_types.fpp.f90.
| real(wp), dimension(num_fluids_max) m_derived_types::int_bounds_info::alpha_rho_in |
Definition at line 395 of file m_derived_types.fpp.f90.
| integer m_derived_types::int_bounds_info::beg |
Definition at line 384 of file m_derived_types.fpp.f90.
| integer m_derived_types::int_bounds_info::end |
Definition at line 385 of file m_derived_types.fpp.f90.
| logical m_derived_types::int_bounds_info::grcbc_in |
Definition at line 396 of file m_derived_types.fpp.f90.
| logical m_derived_types::int_bounds_info::grcbc_out |
Definition at line 396 of file m_derived_types.fpp.f90.
| logical m_derived_types::int_bounds_info::grcbc_vel_out |
Definition at line 396 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::int_bounds_info::pres_in |
Definition at line 393 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::int_bounds_info::pres_out |
Definition at line 393 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::int_bounds_info::vb1 |
Definition at line 387 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::int_bounds_info::vb2 |
Definition at line 388 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::int_bounds_info::vb3 |
Definition at line 389 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::int_bounds_info::ve1 |
Definition at line 390 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::int_bounds_info::ve2 |
Definition at line 391 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::int_bounds_info::ve3 |
Definition at line 392 of file m_derived_types.fpp.f90.
| real(wp), dimension(3) m_derived_types::int_bounds_info::vel_in |
Definition at line 394 of file m_derived_types.fpp.f90.
| real(wp), dimension(3) m_derived_types::int_bounds_info::vel_out |
Definition at line 394 of file m_derived_types.fpp.f90.