MFC: Simulation
High-fidelity multiphase flow simulation
|
The purpose of the module is to apply noncharacteristic and processor boundary condiitons. More...
Functions/Subroutines | |
subroutine, public | s_populate_variables_buffers (q_prim_vf, pb, mv) |
The purpose of this procedure is to populate the buffers of the primitive variables, depending on the selected boundary conditions. | |
subroutine | s_ghost_cell_extrapolation (q_prim_vf, pb, mv, bc_dir, bc_loc) |
subroutine | s_symmetry (q_prim_vf, pb, mv, bc_dir, bc_loc) |
subroutine | s_periodic (q_prim_vf, pb, mv, bc_dir, bc_loc) |
subroutine | s_axis (q_prim_vf, pb, mv, bc_dir, bc_loc) |
subroutine | s_slip_wall (q_prim_vf, pb, mv, bc_dir, bc_loc) |
subroutine | s_no_slip_wall (q_prim_vf, pb, mv, bc_dir, bc_loc) |
subroutine | s_qbmm_extrapolation (pb, mv, bc_dir, bc_loc) |
subroutine, public | s_populate_capillary_buffers (c_divs) |
The purpose of the module is to apply noncharacteristic and processor boundary condiitons.
subroutine m_boundary_conditions::s_axis | ( | type(scalar_field), dimension(sys_size), intent(inout) | q_prim_vf, |
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout), optional | pb, | ||
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout), optional | mv, | ||
integer, intent(in) | bc_dir, | ||
integer, intent(in) | bc_loc ) |
subroutine m_boundary_conditions::s_ghost_cell_extrapolation | ( | type(scalar_field), dimension(sys_size), intent(inout) | q_prim_vf, |
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout), optional | pb, | ||
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout), optional | mv, | ||
integer, intent(in) | bc_dir, | ||
integer, intent(in) | bc_loc ) |
subroutine m_boundary_conditions::s_no_slip_wall | ( | type(scalar_field), dimension(sys_size), intent(inout) | q_prim_vf, |
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout), optional | pb, | ||
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout), optional | mv, | ||
integer, intent(in) | bc_dir, | ||
integer, intent(in) | bc_loc ) |
subroutine m_boundary_conditions::s_periodic | ( | type(scalar_field), dimension(sys_size), intent(inout) | q_prim_vf, |
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout), optional | pb, | ||
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout), optional | mv, | ||
integer, intent(in) | bc_dir, | ||
integer, intent(in) | bc_loc ) |
subroutine, public m_boundary_conditions::s_populate_capillary_buffers | ( | type(scalar_field), dimension(num_dims + 1), intent(inout) | c_divs | ) |
subroutine, public m_boundary_conditions::s_populate_variables_buffers | ( | type(scalar_field), dimension(sys_size), intent(inout) | q_prim_vf, |
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout), optional | pb, | ||
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout), optional | mv ) |
The purpose of this procedure is to populate the buffers of the primitive variables, depending on the selected boundary conditions.
subroutine m_boundary_conditions::s_qbmm_extrapolation | ( | real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout), optional | pb, |
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout), optional | mv, | ||
integer, intent(in) | bc_dir, | ||
integer, intent(in) | bc_loc ) |
subroutine m_boundary_conditions::s_slip_wall | ( | type(scalar_field), dimension(sys_size), intent(inout) | q_prim_vf, |
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout), optional | pb, | ||
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout), optional | mv, | ||
integer, intent(in) | bc_dir, | ||
integer, intent(in) | bc_loc ) |
subroutine m_boundary_conditions::s_symmetry | ( | type(scalar_field), dimension(sys_size), intent(inout) | q_prim_vf, |
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout), optional | pb, | ||
real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, 1:, 1:), intent(inout), optional | mv, | ||
integer, intent(in) | bc_dir, | ||
integer, intent(in) | bc_loc ) |