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

Functions/Subroutines

program __m_body_forces_fpp_f90__
 
subroutine s_initialize_body_forces_module
 This subroutine inializes the module global array of mixture densities in each grid cell.
 
subroutine s_compute_acceleration (t)
 This subroutine computes the acceleration at time t.
 
subroutine s_compute_mixture_density (q_cons_vf)
 This subroutine calculates the mixture density at each cell center param q_cons_vf Conservative variable.
 
subroutine s_compute_body_forces_rhs (q_cons_vf, q_prim_vf, rhs_vf)
 This subroutine calculates the source term due to body forces so the system can be advanced in time.
 
subroutine s_finalize_body_forces_module
 

Function/Subroutine Documentation

◆ __m_body_forces_fpp_f90__()

program __m_body_forces_fpp_f90__
Here is the call graph for this function:

◆ s_compute_acceleration()

subroutine __m_body_forces_fpp_f90__::s_compute_acceleration ( real(wp), intent(in) t)
private

This subroutine computes the acceleration at time t.

Here is the caller graph for this function:

◆ s_compute_body_forces_rhs()

subroutine __m_body_forces_fpp_f90__::s_compute_body_forces_rhs ( type(scalar_field), dimension(sys_size), intent(in) q_cons_vf,
type(scalar_field), dimension(sys_size), intent(in) q_prim_vf,
type(scalar_field), dimension(sys_size), intent(inout) rhs_vf )
private

This subroutine calculates the source term due to body forces so the system can be advanced in time.

Parameters
q_cons_vfConservative variables
q_prim_vfPrimitive variables
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_compute_mixture_density()

subroutine __m_body_forces_fpp_f90__::s_compute_mixture_density ( type(scalar_field), dimension(sys_size), intent(in) q_cons_vf)
private

This subroutine calculates the mixture density at each cell center param q_cons_vf Conservative variable.

Here is the caller graph for this function:

◆ s_finalize_body_forces_module()

subroutine __m_body_forces_fpp_f90__::s_finalize_body_forces_module
private
Here is the caller graph for this function:

◆ s_initialize_body_forces_module()

subroutine __m_body_forces_fpp_f90__::s_initialize_body_forces_module

This subroutine inializes the module global array of mixture densities in each grid cell.

Here is the caller graph for this function: