|
MFC
Exascale flow solver
|
Derived type annexing the physical parameters required for sub-grid bubble models. More...
Public Attributes | |
| real(wp) | r0ref |
| reference bubble radius | |
| real(wp) | p0ref |
| reference pressure | |
| real(wp) | rho0ref |
| reference density | |
| real(wp) | t0ref |
| reference temperature | |
| real(wp) | ss |
| surface tension between host and gas (bubble) | |
| real(wp) | pv |
| vapor pressure of host | |
| real(wp) | vd |
| vapor diffusivity in gas (bubble) | |
| real(wp) | mu_l |
| viscosity of host in liquid state | |
| real(wp) | mu_v |
| viscosity of host in vapor state | |
| real(wp) | mu_g |
| viscosity of gas (bubble) | |
| real(wp) | gam_v |
| specific heat ratio of host in vapor state | |
| real(wp) | gam_g |
| specific heat ratio of gas (bubble) | |
| real(wp) | m_v |
| Molecular weight of host. | |
| real(wp) | m_g |
| Molecular weight of gas (bubble). | |
| real(wp) | k_v |
| thermal conductivity of host in vapor state | |
| real(wp) | k_g |
| thermal conductivity of gas (bubble) | |
| real(wp) | cp_v |
| specific heat capacity in constant pressure of host in vapor state | |
| real(wp) | cp_g |
| specific heat capacity in constant pressure of gas (bubble) | |
| real(wp) | r_v |
| gas constant of host in vapor state | |
| real(wp) | r_g |
| gas constant of gas (bubble) | |
Derived type annexing the physical parameters required for sub-grid bubble models.
Definition at line 668 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::cp_g |
specific heat capacity in constant pressure of gas (bubble)
Definition at line 686 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::cp_v |
specific heat capacity in constant pressure of host in vapor state
Definition at line 685 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::gam_g |
specific heat ratio of gas (bubble)
Definition at line 680 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::gam_v |
specific heat ratio of host in vapor state
Definition at line 679 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::k_g |
thermal conductivity of gas (bubble)
Definition at line 684 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::k_v |
thermal conductivity of host in vapor state
Definition at line 683 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::m_g |
Molecular weight of gas (bubble).
Definition at line 682 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::m_v |
Molecular weight of host.
Definition at line 681 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::mu_g |
viscosity of gas (bubble)
Definition at line 678 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::mu_l |
viscosity of host in liquid state
Definition at line 676 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::mu_v |
viscosity of host in vapor state
Definition at line 677 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::p0ref |
reference pressure
Definition at line 670 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::pv |
vapor pressure of host
Definition at line 674 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::r0ref |
reference bubble radius
Definition at line 669 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::r_g |
gas constant of gas (bubble)
Definition at line 688 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::r_v |
gas constant of host in vapor state
Definition at line 687 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::rho0ref |
reference density
Definition at line 671 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::ss |
surface tension between host and gas (bubble)
Definition at line 673 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::t0ref |
reference temperature
Definition at line 672 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::subgrid_bubble_physical_parameters::vd |
vapor diffusivity in gas (bubble)
Definition at line 675 of file m_derived_types.fpp.f90.