Loading [MathJax]/extensions/tex2jax.js
MFC: Simulation
High-fidelity multiphase flow simulation
All Classes Namespaces Files Functions Variables Pages
m_ibm.fpp.f90 File Reference

Functions/Subroutines

program __m_ibm_fpp_f90__
 
subroutine s_initialize_ibm_module ()
 Allocates memory for the variables in the IBM module.
 
subroutine s_ibm_setup ()
 Initializes the values of various IBM variables, such as ghost points and image points.
 
subroutine s_ibm_correct_state (q_cons_vf, q_prim_vf, pb, mv)
 Subroutine that updates the conservative variables at the ghost points.
 
subroutine s_compute_image_points (ghost_points, levelset, levelset_norm)
 Function that computes the image points for each ghost point.
 
subroutine s_find_num_ghost_points ()
 Function that finds the number of ghost points, used for allocating memory.
 
subroutine s_find_ghost_points (ghost_points, inner_points)
 Function that finds the ghost points.
 
subroutine s_compute_interpolation_coeffs (ghost_points)
 Function that computes the interpolation coefficients of image points.
 
subroutine s_interpolate_image_point (q_prim_vf, gp, alpha_rho_ip, alpha_ip, pres_ip, vel_ip, r_ip, v_ip, pb_ip, mv_ip, nmom_ip, pb, mv, presb_ip, massv_ip)
 Function that uses the interpolation coefficients and the current state at the cell centers in order to estimate the state at the image point.
 
subroutine s_finalize_ibm_module ()
 Subroutine to deallocate memory reserved for the IBM module.
 

Function/Subroutine Documentation

◆ __m_ibm_fpp_f90__()

program __m_ibm_fpp_f90__
Here is the call graph for this function:

◆ s_compute_image_points()

subroutine __m_ibm_fpp_f90__::s_compute_image_points ( type(ghost_point), dimension(num_gps), intent(inout) ghost_points,
type(levelset_field), intent(in) levelset,
type(levelset_norm_field), intent(in) levelset_norm )
private

Function that computes the image points for each ghost point.

Parameters
ghost_pointsGhost Points
levelsetClosest distance from each grid cell to IB
levelset_normVector pointing in the direction of the closest distance
Here is the caller graph for this function:

◆ s_compute_interpolation_coeffs()

subroutine __m_ibm_fpp_f90__::s_compute_interpolation_coeffs ( type(ghost_point), dimension(num_gps), intent(inout) ghost_points)
private

Function that computes the interpolation coefficients of image points.

Here is the caller graph for this function:

◆ s_finalize_ibm_module()

subroutine __m_ibm_fpp_f90__::s_finalize_ibm_module
private

Subroutine to deallocate memory reserved for the IBM module.

Here is the caller graph for this function:

◆ s_find_ghost_points()

subroutine __m_ibm_fpp_f90__::s_find_ghost_points ( type(ghost_point), dimension(num_gps), intent(inout) ghost_points,
type(ghost_point), dimension(num_inner_gps), intent(inout) inner_points )
private

Function that finds the ghost points.

Here is the caller graph for this function:

◆ s_find_num_ghost_points()

subroutine __m_ibm_fpp_f90__::s_find_num_ghost_points
private

Function that finds the number of ghost points, used for allocating memory.

Here is the caller graph for this function:

◆ s_ibm_correct_state()

subroutine __m_ibm_fpp_f90__::s_ibm_correct_state ( type(scalar_field), dimension(sys_size), intent(inout) q_cons_vf,
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 )
private

Subroutine that updates the conservative variables at the ghost points.

Parameters
q_cons_vfConservative Variables
q_prim_vfPrimitive variables
pbInternal bubble pressure
mvMass of vapor in bubble
[in,out]q_cons_vfPrimitive Variables
[in,out]q_prim_vfPrimitive Variables
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_ibm_setup()

subroutine __m_ibm_fpp_f90__::s_ibm_setup
private

Initializes the values of various IBM variables, such as ghost points and image points.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_initialize_ibm_module()

subroutine __m_ibm_fpp_f90__::s_initialize_ibm_module

Allocates memory for the variables in the IBM module.

Here is the caller graph for this function:

◆ s_interpolate_image_point()

subroutine __m_ibm_fpp_f90__::s_interpolate_image_point ( type(scalar_field), dimension(sys_size), intent(in) q_prim_vf,
type(ghost_point), intent(in) gp,
real(wp), dimension(num_fluids), intent(inout) alpha_rho_ip,
real(wp), dimension(num_fluids), intent(inout) alpha_ip,
real(wp), intent(inout) pres_ip,
real(wp), dimension(3), intent(inout) vel_ip,
real(wp), dimension(:), intent(inout), optional r_ip,
real(wp), dimension(:), intent(inout), optional v_ip,
real(wp), dimension(:), intent(inout), optional pb_ip,
real(wp), dimension(:), intent(inout), optional mv_ip,
real(wp), dimension(:), intent(inout), optional nmom_ip,
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,
real(wp), dimension(:), intent(inout), optional presb_ip,
real(wp), dimension(:), intent(inout), optional massv_ip )
private

Function that uses the interpolation coefficients and the current state at the cell centers in order to estimate the state at the image point.

Parameters
[in]q_prim_vfPrimitive Variables
Here is the caller graph for this function: