|
MFC: Simulation
High-fidelity multiphase flow simulation
|
This module is used to compute source terms for surface tension model. More...
Functions/Subroutines | |
| impure subroutine, public | s_initialize_surface_tension_module |
| subroutine, public | s_compute_capillary_source_flux (vsrc_rsx_vf, vsrc_rsy_vf, vsrc_rsz_vf, flux_src_vf, id, isx, isy, isz) |
| impure subroutine, public | s_get_capillary (q_prim_vf, bc_type) |
| subroutine | s_reconstruct_cell_boundary_values_capillary (v_vf, vl_x, vl_y, vl_z, vr_x, vr_y, vr_z, norm_dir) |
| impure subroutine, public | s_finalize_surface_tension_module |
Variables | |
| type(int_bounds_info) | is1 |
| type(int_bounds_info) | is2 |
| type(int_bounds_info) | is3 |
| type(int_bounds_info) | iv |
color function gradient components and magnitude | |
| type(scalar_field), dimension(:), allocatable | c_divs |
cell boundary reconstructed gradient components and magnitude | |
@) | |
| real(wp), dimension(:, :, :, :), allocatable | gl_x |
| real(wp), dimension(:, :, :, :), allocatable | gr_x |
| real(wp), dimension(:, :, :, :), allocatable | gl_y |
| real(wp), dimension(:, :, :, :), allocatable | gr_y |
| real(wp), dimension(:, :, :, :), allocatable | gl_z |
| real(wp), dimension(:, :, :, :), allocatable | gr_z |
This module is used to compute source terms for surface tension model.
| subroutine, public m_surface_tension::s_compute_capillary_source_flux | ( | real(wp), dimension(-1:, 0:, 0:, 1:), intent(in) | vsrc_rsx_vf, |
| real(wp), dimension(-1:, 0:, 0:, 1:), intent(in) | vsrc_rsy_vf, | ||
| real(wp), dimension(-1:, 0:, 0:, 1:), intent(in) | vsrc_rsz_vf, | ||
| type(scalar_field), dimension(sys_size), intent(inout) | flux_src_vf, | ||
| integer, intent(in) | id, | ||
| type(int_bounds_info), intent(in) | isx, | ||
| type(int_bounds_info), intent(in) | isy, | ||
| type(int_bounds_info), intent(in) | isz ) |
| impure subroutine, public m_surface_tension::s_finalize_surface_tension_module |
| impure subroutine, public m_surface_tension::s_get_capillary | ( | type(scalar_field), dimension(sys_size), intent(in) | q_prim_vf, |
| type(integer_field), dimension(1:num_dims, 1:2), intent(in) | bc_type ) |
| impure subroutine, public m_surface_tension::s_initialize_surface_tension_module |
| subroutine m_surface_tension::s_reconstruct_cell_boundary_values_capillary | ( | type(scalar_field), dimension(iv%beg:iv%end), intent(in) | v_vf, |
| real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, iv%beg:), intent(out) | vl_x, | ||
| real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, iv%beg:), intent(out) | vl_y, | ||
| real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, iv%beg:), intent(out) | vl_z, | ||
| real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, iv%beg:), intent(out) | vr_x, | ||
| real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, iv%beg:), intent(out) | vr_y, | ||
| real(wp), dimension(idwbuff(1)%beg:, idwbuff(2)%beg:, idwbuff(3)%beg:, iv%beg:), intent(out) | vr_z, | ||
| integer, intent(in) | norm_dir ) |
| type(scalar_field), dimension(:), allocatable m_surface_tension::c_divs |
| real(wp), dimension(:, :, :, :), allocatable m_surface_tension::gl_x |
| real(wp), dimension(:, :, :, :), allocatable m_surface_tension::gl_y |
| real(wp), dimension(:, :, :, :), allocatable m_surface_tension::gl_z |
| real(wp), dimension(:, :, :, :), allocatable m_surface_tension::gr_x |
| real(wp), dimension(:, :, :, :), allocatable m_surface_tension::gr_y |
| real(wp), dimension(:, :, :, :), allocatable m_surface_tension::gr_z |
| type(int_bounds_info) m_surface_tension::is1 |
| type(int_bounds_info) m_surface_tension::is2 |
| type(int_bounds_info) m_surface_tension::is3 |
| type(int_bounds_info) m_surface_tension::iv |