title | permalink |
---|---|
Thermochemical Nonequilibrium |
/docs_v7/Thermochemical-Nonequilibrium/ |
This page contains a summary of the physical models implemented in the NEMO solvers in SU2 designed ot simulate hypersonic flows in thermochemical nonequilibrium. This includes detials on thermodynamic and chemistry models, as well as transport properties and boundary conditions.
- Thermodynamic Model
- Finite Rate Chemistry
- Vibrational Relaxation
- Viscous Phenomena and Transport Coefficients
- Slip Flow
- Gas-surface Interaction
Solver | Version |
---|---|
NEMO_EULER , NEMO_NAVIER_STOKES |
7.0.0 |
A rigid-rotor harmonic oscillator (RRHO) two-temperature model is used to model the thermodynamic state of continuum hypersonic flows. Through the independence of the energy levels, the total energy and vibrational--electronic energy per unit volume can be expressed as $$ \rho e = \sum_s \rho_s \left(e_s^{tr} + e_s^{rot} + e_s^{vib} + e_s^{el} + e^{\circ}s + \frac{1}{2} \bar{v}^{\top} \bar{v}\right), $$ and $$ \rho e^{ve} = \sum_s \rho{s} \left(e_s^{vib} + e_s^{el}\right). $$
Considering a general gas mixture consisting of polyatomic, monatomic, and free electron species, expressions for the energy stored in the translational, rotational, vibrational, and electronic modes are given as
$$
e^{tr}_s =\begin{cases}
\frac{3}{2} \frac{R}{M_s} T & \text{for monatomic and polyatomic species,}\
0 & \text{for electrons,}
\end{cases}
$$
$$
e^{rot}_s =\begin{cases}
\frac{\xi }{2} \frac{R}{M_s} T & \text{for polyatomic species,}\
0 & \text{for monatomic species and electrons,}
\end{cases}
$$
where
$$ e^{el}s =\begin{cases} \frac{R}{M_s}\frac{\sum{i=1}^{\infty} g_{i,s}{\theta^{el}{i,s} \exp(-\theta^{el}{i,s}/T_{ve})}}{\sum_{i=0}^{\infty} g_{i,s} exp(-\theta^{el}{i,s}/T{ve})} & \text{for polyatomic and monatomic species,}\ \frac{3}{2} \frac{R}{M_s} T^{ve} & \text{for electrons,} \end{cases} $$
where
Solver | Version |
---|---|
NEMO_EULER , NEMO_NAVIER_STOKES |
7.0.0 |
The source terms in the species conservation equations are the volumetric mass production rates which are governed by the forward and backward reaction rates,
From kinetic theory, the forward and backward reaction rates are dependent on the molar concentrations of the reactants and products, as well as the forward and backward reaction rate coefficients,
For an Arrhenius reaction, the forward reaction rate coefficient can be computed as
$$
k_{r}^f = C_r(T_r)^{\eta_r} exp\left(- \frac{\epsilon_r}{k_B T_r}\right),
$$
where
The rate-controlling temperature of the reaction is calculated as a geometric average of the translation-rotational and vibrational-electronic temperatures, $$ T_r = (T)^{a_r}(T^{ve})^{b_r}. $$
The value of he equilibrium constant
where
Solver | Version |
---|---|
NEMO_EULER , NEMO_NAVIER_STOKES |
7.0.0 |
Vibrational relaxation is computed using a standard Landau-Teller relaxation time with a Park high-temperature correction
$$
\dot{\Theta}^{tr:ve} = \sum s \rho_s \frac{de^{ve}{s}}{dt} = \sum s \rho_s \frac{e^{ve*}{s} - e^{ve}{s}}{\tau_s},
$$
where $\tau_s$ is computed using a combination of the Landau-Teller relaxation time, $\langle \tau_s \rangle{L-T}$, and a limiting relaxation time from Park,
where
Solver | Version |
---|---|
NEMO_EULER , NEMO_NAVIER_STOKES |
7.0.0 |
Mass, momentum, and energy transport in fluids are all governed by molecular collisions, and expressions for these transport properties can be derived from the kinetic theory. The mass diffusion fluxes,
where
where
The mixture dynamic viscosity and thermal conductivity are computed using Wilke's semi-empirical mixing rule as
and
where
The species thermal conductivities are computed according to Eucken's formula as
$$ \kappa^{tr}s = \mu_s \left( \frac{5}{2} C{v_s}^{trans} + C_{v_s}^{rot} \right), $$
$$ \kappa^{ve}s = \mu_s C^{ve}{v_s}. $$
And the term
The effective species diffusion coefficeint is copmuted as a weighted sum of the species binary diffusion coefficients
where the binary diffusion coefficients are computed as
Collision integrals are computed using a four parameter curve fit for neutral-neutral, neutral-ion, and electron-ion collisions
where A-D are constants. Ion-ion, electron-ion, and electron-electron collisions modeled using a shielded Coulomb potential as
$$ \pi \Omega_{ij}^{(n,n)} = 5.0 \times 10^{15} \pi (\lambda_D / T)^2 \log {D_n T^{} \left[ 1 - C_n \exp\left( -c_n T^{} \right) \right] + 1 } $$
where
and the Debye length
The Wilkes-Blottner-Eucken model is generally efective up to temperatures of 10,000 K. Above these temperatures it is recommended to use the Gupta-Yos model.
Aother model develped by Gupta focuses on the transport properties of weakly ionized flows, and is generally more accurate than the Wilkes-Blottner-Eucken model at temperatures above 10,000 K.
The forumalae for the transport coefficients are dependent on the collision terms
and $$ \Delta_{s,r}^{(2)}(T) = \frac{16}{5} \left[ \frac{2M_s M_r}{\pi R T (M_s + M_r)} \right]^{1/2} \pi {\Omega_{s,r}^{(2,2)}}, $$
where the collision cross-sections are computed as described in the Wilkes-Blottner-Eucken section.
The mixutre viscoisty is computed as
where
Thermal conductivity is computed in terms of different energy modes. The contribution due to translation modes is expressed as
where
and where
with
The mixture translational/rotational thermal conductivity can then be expressed as
The vibrational/electronic mode thermal conductivity is
and the thermal conductivity for electrons is given by
Finally, the binary diffusion coefficient for heavy particles is given by
and for electrons,
In addition to the two models discussed above, there is the option to use a Sutherland model to calculate the flow viscosity. The Sutherland model is not applicable at high temperatures.
In this case the viscosity is computed as
where
If the Sutherland model is selected with a NEMO solver, species diffusion coefficients and thermal conductivity are computed using the models described in the Wilkes-Blottner-Eucken section.
Solver | Version |
---|---|
NEMO_EULER , NEMO_NAVIER_STOKES |
7.0.0 |
SU2-NEMO uses the Maxwell velocity and Smoluchowski temperature jump equations to compute the velocity and temperature of the gas in contact with the surface. The equations are given as $$ v_s = \frac{2 - \sigma}{\sigma} \lambda \frac{\partial v}{\partial n } + \ \frac{3}{4} \frac{\mu}{\rho T} \frac{\partial T}{\partial x}, $$
and $$ T - T_w = \frac{2 - \alpha}{\alpha} \lambda \frac{2\gamma}{(\gamma + 1 )Pr} \frac{\partial T}{\partial n}, $$
respectively, where
The coefficients
Solver | Version |
---|---|
NEMO_EULER , NEMO_NAVIER_STOKES |
7.0.0 |
Mechanisms of gas-surface interaction are implemented as specific boundary conditions within the SU2-NEMO computational suite. The net result of recombination reactions occurring on the surface is a production of chemical species due to catalytic reactions,
In SU2-NEMO, the chemical production of species due to catalytic processes is included in the computation of the viscous component of the residual, as an additional diffusive flux equivalent to the chemical source term computed due to catalytic reactions. Gradients of species density are then computed directly as part of the SU2-NEMO computational routine, which are used to compute gradients of species mass fraction at wall vertices.
Options in SU2-NEMO include a super-catalytic wall in which species concentrations are set to specify full recombination to a specified equilibrium concentration (typically the free-stream conditions)
as well as a partiall catalytic wall using a specified reaction efficiency model
where