|
MFC
Exascale flow solver
|
Contains module m_sim_helpers. More...
Go to the source code of this file.
Modules | |
| module | m_sim_helpers |
| Simulation helper routines for enthalpy computation, CFL calculation, and stability checks. | |
Functions/Subroutines | |
| real(wp) function | m_sim_helpers::f_compute_filtered_dtheta (k, l) |
| Computes the modified dtheta for Fourier filtering in azimuthal direction. | |
| real(wp) function | m_sim_helpers::f_compute_multidim_cfl_terms (vel, c, j, k, l) |
| Computes inviscid CFL terms for multi-dimensional cases (2D/3D only). | |
| subroutine, public | m_sim_helpers::s_compute_enthalpy (q_prim_vf, pres, rho, gamma, pi_inf, re, h, alpha, vel, vel_sum, qv, 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. | |
Contains module m_sim_helpers.
Definition in file m_sim_helpers.fpp.f90.