MFC: Simulation
High-fidelity multiphase flow simulation
|
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. | |
program __m_ibm_fpp_f90__ |
|
private |
Function that computes the image points for each ghost point.
ghost_points | Ghost Points |
levelset | Closest distance from each grid cell to IB |
levelset_norm | Vector pointing in the direction of the closest distance |
|
private |
Function that computes the interpolation coefficients of image points.
|
private |
Subroutine to deallocate memory reserved for the IBM module.
|
private |
Function that finds the ghost points.
|
private |
Function that finds the number of ghost points, used for allocating memory.
|
private |
Subroutine that updates the conservative variables at the ghost points.
q_cons_vf | Conservative Variables | |
q_prim_vf | Primitive variables | |
pb | Internal bubble pressure | |
mv | Mass of vapor in bubble | |
[in,out] | q_cons_vf | Primitive Variables |
[in,out] | q_prim_vf | Primitive Variables |
|
private |
Initializes the values of various IBM variables, such as ghost points and image points.
subroutine __m_ibm_fpp_f90__::s_initialize_ibm_module |
Allocates memory for the variables in the IBM module.
|
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.
[in] | q_prim_vf | Primitive Variables |