MFC: Simulation
High-fidelity multiphase flow simulation
Loading...
Searching...
No Matches
m_surface_tension Module Reference

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_infois1
 
type(int_bounds_infois2
 
type(int_bounds_infois3
 
type(int_bounds_infoiv
 
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
 

Detailed Description

This module is used to compute source terms for surface tension model.

Function/Subroutine Documentation

◆ s_compute_capillary_source_flux()

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 )
Here is the caller graph for this function:

◆ s_finalize_surface_tension_module()

impure subroutine, public m_surface_tension::s_finalize_surface_tension_module
Here is the caller graph for this function:

◆ s_get_capillary()

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 )
Here is the call graph for this function:

◆ s_initialize_surface_tension_module()

impure subroutine, public m_surface_tension::s_initialize_surface_tension_module
Here is the caller graph for this function:

◆ s_reconstruct_cell_boundary_values_capillary()

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 )
Here is the caller graph for this function:

Variable Documentation

◆ c_divs

type(scalar_field), dimension(:), allocatable m_surface_tension::c_divs

◆ gl_x

real(wp), dimension(:, :, :, :), allocatable m_surface_tension::gl_x

◆ gl_y

real(wp), dimension(:, :, :, :), allocatable m_surface_tension::gl_y

◆ gl_z

real(wp), dimension(:, :, :, :), allocatable m_surface_tension::gl_z

◆ gr_x

real(wp), dimension(:, :, :, :), allocatable m_surface_tension::gr_x

◆ gr_y

real(wp), dimension(:, :, :, :), allocatable m_surface_tension::gr_y

◆ gr_z

real(wp), dimension(:, :, :, :), allocatable m_surface_tension::gr_z

◆ is1

type(int_bounds_info) m_surface_tension::is1

◆ is2

type(int_bounds_info) m_surface_tension::is2

◆ is3

type(int_bounds_info) m_surface_tension::is3

◆ iv

type(int_bounds_info) m_surface_tension::iv