MFC
Exascale flow solver
Loading...
Searching...
No Matches
m_chemistry.fpp.f90 File Reference

Contains module m_chemistry. More...

Go to the source code of this file.

Modules

module  m_chemistry
 Multi-species chemistry interface for thermodynamic properties, reaction rates, and transport coefficients.

Functions/Subroutines

subroutine m_chemistry::compute_viscosity_and_inversion (t_l, ys_l, t_r, ys_r, re_l, re_r)
 Computes mixture viscosities for left and right states and inverts them for use as reciprocal Reynolds numbers.
subroutine m_chemistry::s_compute_q_t_sf (q_t_sf, q_cons_vf, bounds)
 Initializes the temperature field from conservative variables by inverting the energy equation.
subroutine m_chemistry::s_compute_t_from_primitives (q_t_sf, q_prim_vf, bounds)
 Computes the temperature field from primitive variables using the ideal gas law and mixture molecular weight.
subroutine m_chemistry::s_compute_chemistry_reaction_flux (rhs_vf, q_cons_qp, q_t_sf, q_prim_qp, bounds)
 Adds chemical reaction source terms to the species transport RHS using net production rates.
subroutine m_chemistry::s_compute_chemistry_diffusion_flux (idir, q_prim_qp, flux_src_vf, irx, iry, irz)
 Computes species mass diffusion fluxes at cell interfaces using mixture-averaged diffusivities.

Variables

type(int_bounds_infom_chemistry::isc1
type(int_bounds_infom_chemistry::isc2
type(int_bounds_infom_chemistry::isc3
integer, dimension(3) m_chemistry::offsets

Detailed Description

Contains module m_chemistry.

Author
Henry Le Berre hberr.nosp@m.e3@g.nosp@m.atech.nosp@m..edu

Definition in file m_chemistry.fpp.f90.