MFC: Pre-Process
High-fidelity multiphase flow simulation
|
Derived type annexing the physical parameters (PP) of the fluids. These include the specific heat ratio function and liquid stiffness function. More...
Public Attributes | |
real(wp) | gamma |
Sp. heat ratio. | |
real(wp) | pi_inf |
Liquid stiffness. | |
real(wp), dimension(2) | re |
Reynolds number. | |
real(wp) | cv |
heat capacity | |
real(wp) | qv |
reference energy per unit mass for SGEOS, q (see Le Metayer (2004)) | |
real(wp) | qvp |
reference entropy per unit mass for SGEOS, q' (see Le Metayer (2004)) | |
real(wp) | mul0 |
Bubble viscosity. | |
real(wp) | ss |
Bubble surface tension. | |
real(wp) | pv |
Bubble vapour pressure. | |
real(wp) | gamma_v |
Bubble constants (see Preston (2007), Ando (2010)) | |
real(wp) | m_v |
Bubble constants (see Preston (2007), Ando (2010)) | |
real(wp) | mu_v |
Bubble constants (see Preston (2007), Ando (2010)) | |
real(wp) | k_v |
Bubble constants (see Preston (2007), Ando (2010)) | |
real(wp) | cp_v |
real(wp) | g |
Derived type annexing the physical parameters (PP) of the fluids. These include the specific heat ratio function and liquid stiffness function.
real(wp) physical_parameters::cp_v |
real(wp) physical_parameters::cv |
heat capacity
real(wp) physical_parameters::g |
real(wp) physical_parameters::gamma |
Sp. heat ratio.
real(wp) physical_parameters::gamma_v |
Bubble constants (see Preston (2007), Ando (2010))
real(wp) physical_parameters::k_v |
Bubble constants (see Preston (2007), Ando (2010))
real(wp) physical_parameters::m_v |
Bubble constants (see Preston (2007), Ando (2010))
real(wp) physical_parameters::mu_v |
Bubble constants (see Preston (2007), Ando (2010))
real(wp) physical_parameters::mul0 |
Bubble viscosity.
real(wp) physical_parameters::pi_inf |
Liquid stiffness.
real(wp) physical_parameters::pv |
Bubble vapour pressure.
real(wp) physical_parameters::qv |
reference energy per unit mass for SGEOS, q (see Le Metayer (2004))
real(wp) physical_parameters::qvp |
reference entropy per unit mass for SGEOS, q' (see Le Metayer (2004))
real(wp), dimension(2) physical_parameters::re |
Reynolds number.
real(wp) physical_parameters::ss |
Bubble surface tension.