You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where $T_m$ is a modified temperature and $A_1 - A_4$ are constants dependent on the reaction. These reaction constants, the rate constrolling temperature and Arrhenius parameters are stored within the fluid model class in SU2 NEMO.
104
+
where $T^c$ is a controlling temperature and $A_0 - A_4$ are constants dependent on the reaction. These reaction constants, the rate constrolling temperature and Arrhenius parameters are stored within the fluid model class in SU2 NEMO.
105
105
106
106
---
107
107
@@ -145,7 +145,7 @@ where $\sigma_s$ is the effective collision~cross-section.
145
145
146
146
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, $\mathbf{J}_s$, are computed using Fick's Law of Diffusion:
where $c_s$ is the species mass fraction and $D_s$ is the species multi-component diffusion coefficient. The values of $D_s$ are computed as a weighted sum of binary diffusion coefficients between all species in the mixture. These are obtained by solving the Stefan--Maxwell equations under the Ramshaw approximations. The viscous stress tensor is written as
and the collision integral for the mass diffusion coefficient is computed as
213
+
214
+
$$
215
+
\pi \Omega_{ij}^{(1,1)} = D T^{A(\log(T))^2 + B \log(T) + C},
216
+
$$
217
+
218
+
where A-D are constants.
219
+
220
+
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.
0 commit comments