|
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 405 of file m_derived_types.fpp.f90.
| real(wp), dimension(num_fluids_max) m_derived_types::int_bounds_info::alpha_in |
Definition at line 416 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 416 of file m_derived_types.fpp.f90.
| integer m_derived_types::int_bounds_info::beg |
Definition at line 406 of file m_derived_types.fpp.f90.
| integer m_derived_types::int_bounds_info::end |
Definition at line 407 of file m_derived_types.fpp.f90.
| logical m_derived_types::int_bounds_info::grcbc_in |
Definition at line 417 of file m_derived_types.fpp.f90.
| logical m_derived_types::int_bounds_info::grcbc_out |
Definition at line 417 of file m_derived_types.fpp.f90.
| logical m_derived_types::int_bounds_info::grcbc_vel_out |
Definition at line 417 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::int_bounds_info::pres_in |
Definition at line 414 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::int_bounds_info::pres_out |
Definition at line 414 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::int_bounds_info::vb1 |
Definition at line 408 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::int_bounds_info::vb2 |
Definition at line 409 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::int_bounds_info::vb3 |
Definition at line 410 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::int_bounds_info::ve1 |
Definition at line 411 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::int_bounds_info::ve2 |
Definition at line 412 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::int_bounds_info::ve3 |
Definition at line 413 of file m_derived_types.fpp.f90.
| real(wp), dimension(3) m_derived_types::int_bounds_info::vel_in |
Definition at line 415 of file m_derived_types.fpp.f90.
| real(wp), dimension(3) m_derived_types::int_bounds_info::vel_out |
Definition at line 415 of file m_derived_types.fpp.f90.