|
MFC: Simulation
High-fidelity multiphase flow simulation
|
This module is used to compute moment inversion via qbmm. More...
Functions/Subroutines | |
| impure subroutine, public | s_initialize_qbmm_module |
| subroutine, public | s_compute_qbmm_rhs (idir, q_cons_vf, q_prim_vf, rhs_vf, flux_n_vf, pb, rhs_pb) |
| subroutine | s_coeff_nonpoly (pres, rho, c, coeffs) |
| subroutine, public | s_coeff (pres, rho, c, coeffs) |
| subroutine, public | s_mom_inv (q_cons_vf, q_prim_vf, momsp, moms3d, pb, rhs_pb, mv, rhs_mv, ix, iy, iz) |
Variables | |
| real(wp), dimension(:, :, :, :, :), allocatable | momrhs |
| integer | nterms |
| type(int_bounds_info) | is1_qbmm |
| type(int_bounds_info) | is2_qbmm |
| type(int_bounds_info) | is3_qbmm |
| integer, dimension(:), allocatable | bubrs_qbmm |
| integer, dimension(:, :), allocatable | bubmoms |
This module is used to compute moment inversion via qbmm.
| subroutine, public m_qbmm::s_coeff | ( | real(wp), intent(in) | pres, |
| real(wp), intent(in) | rho, | ||
| real(wp), intent(in) | c, | ||
| real(wp), dimension(nterms, 0:2, 0:2), intent(out) | coeffs ) |
| subroutine m_qbmm::s_coeff_nonpoly | ( | real(wp), intent(in) | pres, |
| real(wp), intent(in) | rho, | ||
| real(wp), intent(in) | c, | ||
| real(wp), dimension(nterms, 0:2, 0:2), intent(out) | coeffs ) |
| subroutine, public m_qbmm::s_compute_qbmm_rhs | ( | integer, intent(in) | idir, |
| type(scalar_field), dimension(sys_size), intent(in) | 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), dimension(sys_size), intent(in) | flux_n_vf, | ||
| real(stp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout) | pb, | ||
| real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout) | rhs_pb ) |
| impure subroutine, public m_qbmm::s_initialize_qbmm_module |
| subroutine, public m_qbmm::s_mom_inv | ( | type(scalar_field), dimension(:), intent(inout) | q_cons_vf, |
| type(scalar_field), dimension(:), intent(inout) | q_prim_vf, | ||
| type(scalar_field), dimension(:), intent(inout) | momsp, | ||
| type(scalar_field), dimension(0:, 0:, :), intent(inout) | moms3d, | ||
| real(stp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout) | pb, | ||
| real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout) | rhs_pb, | ||
| real(stp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout) | mv, | ||
| real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout) | rhs_mv, | ||
| type(int_bounds_info), intent(in) | ix, | ||
| type(int_bounds_info), intent(in) | iy, | ||
| type(int_bounds_info), intent(in) | iz ) |
| integer, dimension(:, :), allocatable m_qbmm::bubmoms |
| integer, dimension(:), allocatable m_qbmm::bubrs_qbmm |
| type(int_bounds_info) m_qbmm::is1_qbmm |
| type(int_bounds_info) m_qbmm::is2_qbmm |
| type(int_bounds_info) m_qbmm::is3_qbmm |
| real(wp), dimension(:, :, :, :, :), allocatable m_qbmm::momrhs |
| integer m_qbmm::nterms |