|
MFC: Simulation
High-fidelity multiphase flow simulation
|
Lagrangian bubble parameters. More...
Public Attributes | |
| integer | solver_approach |
| 1: One-way coupling, 2: two-way coupling | |
| integer | cluster_type |
| Cluster model to find p_inf. | |
| logical | pressure_corrector |
| Cell pressure correction term. | |
| integer | smooth_type |
| Smoothing function. 1: Gaussian, 2:Delta 3x3. | |
| logical | heattransfer_model |
| Activate HEAT transfer model at the bubble-liquid interface. | |
| logical | masstransfer_model |
| Activate MASS transfer model at the bubble-liquid interface. | |
| logical | write_bubbles |
| Write files to track the bubble evolution each time step. | |
| logical | write_bubbles_stats |
| Write the maximum and minimum radius of each bubble. | |
| integer | nbubs_glb |
| Global number of bubbles. | |
| real(wp) | epsilonb |
| Standard deviation scaling for the gaussian function. | |
| real(wp) | charwidth |
| Domain virtual depth (z direction, for 2D simulations) | |
| real(wp) | valmaxvoid |
| Maximum void fraction permitted. | |
| real(wp) | c0 |
| Reference speed. | |
| real(wp) | rho0 |
| Reference density. | |
| real(wp) | t0 |
| real(wp) | thost |
| Reference temperature and host temperature. | |
| real(wp) | x0 |
| Reference length. | |
Lagrangian bubble parameters.
| real(wp) m_derived_types::bubbles_lagrange_parameters::c0 |
Reference speed.
| real(wp) m_derived_types::bubbles_lagrange_parameters::charwidth |
Domain virtual depth (z direction, for 2D simulations)
| integer m_derived_types::bubbles_lagrange_parameters::cluster_type |
Cluster model to find p_inf.
| real(wp) m_derived_types::bubbles_lagrange_parameters::epsilonb |
Standard deviation scaling for the gaussian function.
| logical m_derived_types::bubbles_lagrange_parameters::heattransfer_model |
Activate HEAT transfer model at the bubble-liquid interface.
| logical m_derived_types::bubbles_lagrange_parameters::masstransfer_model |
Activate MASS transfer model at the bubble-liquid interface.
| integer m_derived_types::bubbles_lagrange_parameters::nbubs_glb |
Global number of bubbles.
| logical m_derived_types::bubbles_lagrange_parameters::pressure_corrector |
Cell pressure correction term.
| real(wp) m_derived_types::bubbles_lagrange_parameters::rho0 |
Reference density.
| integer m_derived_types::bubbles_lagrange_parameters::smooth_type |
Smoothing function. 1: Gaussian, 2:Delta 3x3.
| integer m_derived_types::bubbles_lagrange_parameters::solver_approach |
1: One-way coupling, 2: two-way coupling
| real(wp) m_derived_types::bubbles_lagrange_parameters::t0 |
| real(wp) m_derived_types::bubbles_lagrange_parameters::thost |
Reference temperature and host temperature.
| real(wp) m_derived_types::bubbles_lagrange_parameters::valmaxvoid |
Maximum void fraction permitted.
| logical m_derived_types::bubbles_lagrange_parameters::write_bubbles |
Write files to track the bubble evolution each time step.
| logical m_derived_types::bubbles_lagrange_parameters::write_bubbles_stats |
Write the maximum and minimum radius of each bubble.
| real(wp) m_derived_types::bubbles_lagrange_parameters::x0 |
Reference length.