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 the binary diffusion coefficients are computed as
@@ -223,8 +223,16 @@ The Wilkes-Blottner-Eucken model is generally efective up to temperatures of 10,
223
223
224
224
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.
225
225
226
+
The forumalae for the transport coefficients are dependent on the collision terms
226
227
228
+
$$
229
+
\Delta_{s,r}^{(1)}(T) = \frac{8}{3} \left[ \frac{2M_s M_r}{\pi R T (M_s + M_r)} \right]^{1/2} \pi {\Omega_{s,r}^{(1,1)}}
230
+
$$
227
231
232
+
and
233
+
$$
234
+
\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)}}.
235
+
$$
228
236
The mixutre viscoisty is computed as
229
237
230
238
$$
@@ -234,6 +242,64 @@ $$
234
242
where
235
243
236
244
$$
237
-
\gamma_s = \frac{\rho_s}{\rho M_s}
245
+
\gamma_s = \frac{\rho_s}{\rho M_s}.
246
+
$$
247
+
248
+
Thermal conductivity is computed in terms of different energy modes. The contribution due to translation modes is expressed as
0 commit comments