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

Modules

module  m_sim_helpers
 

Functions/Subroutines

subroutine, public m_sim_helpers::s_compute_enthalpy (q_prim_vf, pres, rho, gamma, pi_inf, re, h, alpha, vel, vel_sum, j, k, l)
 Computes enthalpy.
 
subroutine, public m_sim_helpers::s_compute_stability_from_dt (vel, c, rho, re_l, j, k, l, icfl_sf, vcfl_sf, rc_sf)
 Computes stability criterion for a specified dt.
 
subroutine, public m_sim_helpers::s_compute_dt_from_cfl (vel, c, max_dt, rho, re_l, j, k, l)
 Computes dt for a specified CFL number.