|
MFC
Exascale flow solver
|
Contains module m_body_forces. More...
Go to the source code of this file.
Modules | |
| module | m_body_forces |
| Computes gravitational and user-defined body force source terms for the momentum equations. | |
Functions/Subroutines | |
| impure subroutine, public | m_body_forces::s_initialize_body_forces_module |
| Initialize the body forces module. | |
| subroutine | m_body_forces::s_compute_acceleration (t) |
| Compute the acceleration at time t. | |
| subroutine | m_body_forces::s_compute_mixture_density (q_cons_vf) |
| Compute the mixture density at each cell center. | |
| subroutine, public | m_body_forces::s_compute_body_forces_rhs (q_prim_vf, q_cons_vf, rhs_vf) |
| Compute the body force source terms for momentum and energy equations. | |
| impure subroutine, public | m_body_forces::s_finalize_body_forces_module |
| Finalize the body forces module. | |
Variables | |
| real(wp), dimension(:,:,:), allocatable | m_body_forces::rhom |
Contains module m_body_forces.
Definition in file m_body_forces.fpp.f90.