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

Functions/Subroutines

subroutine, public s_compute_enthalpy (q_prim_vf, pres, rho, gamma, pi_inf, re, h, alpha, vel, vel_sum, j, k, l)
 Computes enthalpy.
 
subroutine, public 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 s_compute_dt_from_cfl (vel, c, max_dt, rho, re_l, j, k, l)
 Computes dt for a specified CFL number.
 

Function/Subroutine Documentation

◆ s_compute_dt_from_cfl()

subroutine, public m_sim_helpers::s_compute_dt_from_cfl ( real(wp), dimension(num_dims), intent(in) vel,
real(wp), intent(in) c,
real(wp), dimension(0:m, 0:n, 0:p), intent(inout) max_dt,
real(wp), intent(in) rho,
real(wp), dimension(2), intent(in) re_l,
integer, intent(in) j,
integer, intent(in) k,
integer, intent(in) l )

Computes dt for a specified CFL number.

Parameters
veldirectional velocities
max_dtcell centered maximum dt
rhocell centered density
Re_lcell centered Reynolds number
jx coordinate
ky coordinate
lz coordinate

◆ s_compute_enthalpy()

subroutine, public m_sim_helpers::s_compute_enthalpy ( type(scalar_field), dimension(sys_size), intent(in) q_prim_vf,
real(wp), intent(inout) pres,
real(wp), intent(inout) rho,
real(wp), intent(inout) gamma,
real(wp), intent(inout) pi_inf,
real(wp), dimension(2), intent(inout) re,
real(wp), intent(inout) h,
real(wp), dimension(num_fluids), intent(inout) alpha,
real(wp), dimension(num_dims), intent(inout) vel,
real(wp), intent(inout) vel_sum,
integer, intent(in) j,
integer, intent(in) k,
integer, intent(in) l )

Computes enthalpy.

Parameters
q_prim_vfcell centered primitive variables
presmixture pressure
rhomixture density
gammamixture gamma
pi_infmixture pi_inf
Remixture reynolds number
Hmixture enthalpy
alphacomponent alphas
veldirectional velocities
vel_sumsquard sum of velocity components
jx index
ky index
lz index
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_compute_stability_from_dt()

subroutine, public m_sim_helpers::s_compute_stability_from_dt ( real(wp), dimension(num_dims), intent(in) vel,
real(wp), intent(in) c,
real(wp), intent(in) rho,
real(wp), dimension(2), intent(in) re_l,
integer, intent(in) j,
integer, intent(in) k,
integer, intent(in) l,
real(wp), dimension(0:m, 0:n, 0:p), intent(inout) icfl_sf,
real(wp), dimension(0:m, 0:n, 0:p), intent(inout), optional vcfl_sf,
real(wp), dimension(0:m, 0:n, 0:p), intent(inout), optional rc_sf )

Computes stability criterion for a specified dt.

Parameters
veldirectional velocities
cmixture speed of sound
Re_lmixture Reynolds number
jx index
ky index
lz index
icfl_sfcell centered inviscid cfl number
vcfl_sf(optional) cell centered viscous cfl number
Rc_sf(optional) cell centered Rc
Here is the caller graph for this function: