|
MFC
Exascale flow solver
|
Computes ensemble-averaged (Euler–Euler) bubble source terms for radius, velocity, pressure, and mass transfer. More...
Functions/Subroutines | |
| impure subroutine | s_initialize_bubbles_ee_module |
| Initialize the Euler-Euler bubble module. | |
| subroutine | s_comp_alpha_from_n (q_cons_vf) |
| Compute the bubble volume fraction alpha from the bubble number density. | |
| subroutine | s_compute_bubbles_ee_rhs (idir, q_prim_vf, divu_in) |
| Compute the right-hand side for Euler-Euler bubble transport. | |
| impure subroutine | s_compute_bubble_ee_source (q_cons_vf, q_prim_vf, rhs_vf, divu_in) |
| Compute the Euler-Euler bubble source terms. | |
Variables | |
| real(wp), dimension(:,:,:), allocatable | bub_adv_src |
| real(wp), dimension(:,:,:,:), allocatable | bub_r_src |
| real(wp), dimension(:,:,:,:), allocatable | bub_v_src |
| real(wp), dimension(:,:,:,:), allocatable | bub_p_src |
| real(wp), dimension(:,:,:,:), allocatable | bub_m_src |
| type(scalar_field) | divu |
| matrix for div(u) | |
| integer, dimension(:), allocatable | rs |
| integer, dimension(:), allocatable | vs |
| integer, dimension(:), allocatable | ms |
| integer, dimension(:), allocatable | ps |
Computes ensemble-averaged (Euler–Euler) bubble source terms for radius, velocity, pressure, and mass transfer.
| subroutine m_bubbles_ee::s_comp_alpha_from_n | ( | type(scalar_field), dimension(sys_size), intent(inout) | q_cons_vf | ) |
Compute the bubble volume fraction alpha from the bubble number density.
Definition at line 802 of file m_bubbles_EE.fpp.f90.
| impure subroutine m_bubbles_ee::s_compute_bubble_ee_source | ( | type(scalar_field), dimension(sys_size), intent(inout) | q_cons_vf, |
| type(scalar_field), dimension(sys_size), intent(in) | q_prim_vf, | ||
| type(scalar_field), dimension(sys_size), intent(inout) | rhs_vf, | ||
| type(scalar_field), intent(in) | divu_in ) |
Compute the Euler-Euler bubble source terms.
| [in] | divu_in | matrix for div(u) |
Definition at line 1004 of file m_bubbles_EE.fpp.f90.
| subroutine m_bubbles_ee::s_compute_bubbles_ee_rhs | ( | integer, intent(in) | idir, |
| type(scalar_field), dimension(sys_size), intent(in) | q_prim_vf, | ||
| type(scalar_field), intent(inout) | divu_in ) |
Compute the right-hand side for Euler-Euler bubble transport.
| [in,out] | divu_in | matrix for div(u) |
Definition at line 866 of file m_bubbles_EE.fpp.f90.
| impure subroutine m_bubbles_ee::s_initialize_bubbles_ee_module |
Initialize the Euler-Euler bubble module.
Definition at line 370 of file m_bubbles_EE.fpp.f90.
| real(wp), dimension(:,:,:), allocatable m_bubbles_ee::bub_adv_src |
Definition at line 327 of file m_bubbles_EE.fpp.f90.
| real(wp), dimension(:,:,:,:), allocatable m_bubbles_ee::bub_m_src |
Definition at line 328 of file m_bubbles_EE.fpp.f90.
| real(wp), dimension(:,:,:,:), allocatable m_bubbles_ee::bub_p_src |
Definition at line 328 of file m_bubbles_EE.fpp.f90.
| real(wp), dimension(:,:,:,:), allocatable m_bubbles_ee::bub_r_src |
Definition at line 328 of file m_bubbles_EE.fpp.f90.
| real(wp), dimension(:,:,:,:), allocatable m_bubbles_ee::bub_v_src |
Definition at line 328 of file m_bubbles_EE.fpp.f90.
| type(scalar_field) m_bubbles_ee::divu |
matrix for div(u)
Definition at line 341 of file m_bubbles_EE.fpp.f90.
| integer, dimension(:), allocatable m_bubbles_ee::ms |
Definition at line 354 of file m_bubbles_EE.fpp.f90.
| integer, dimension(:), allocatable m_bubbles_ee::ps |
Definition at line 354 of file m_bubbles_EE.fpp.f90.
| integer, dimension(:), allocatable m_bubbles_ee::rs |
Definition at line 354 of file m_bubbles_EE.fpp.f90.
| integer, dimension(:), allocatable m_bubbles_ee::vs |
Definition at line 354 of file m_bubbles_EE.fpp.f90.