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 $\kappa^{k}$ is the thermal conductivity associated with energy mode $k$.
164
164
165
-
$D_s$, $\mu$, and $\kappa$ can be evaluated using either a Wilkes-Blottner-Eucken or Gupta-Yos transport models, with the implemntation details and reocmmendations on use given in the sections below.
165
+
$D_s$, $\mu$, and $\kappa$ can be evaluated using the models discussed below by selecting the appropriate options in the configuration file.
166
166
167
167
168
168
## Wilkes-Blottner-Eucken ##
@@ -307,6 +307,43 @@ $$
307
307
308
308
## Sutherland Viscosity Model ##
309
309
310
-
In addition to the
310
+
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.
where $T_0$ is a reference temperature (273.15 K), $\mu_0$ is a reference viscosity, and $S_{\mu}$ is the Sutherland constant.
319
+
320
+
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.
321
+
322
+
---
323
+
324
+
# Slip Flow #
325
+
326
+
| Solver | Version |
327
+
| --- | --- |
328
+
|`NEMO_EULER`, `NEMO_NAVIER_STOKES`| 7.0.0 |
329
+
330
+
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
respectively, where $\mu$ is the flow viscosity, $\rho$ is the mixture density, $Pr$ is the Prandtl number, $\gamma$ is the specific heat ratio, $T$ is the temperature of the gas, $T_w$ is the temperature of the surface, and~= $\lambda$ is the mean free path, calculated as
The coefficients $\sigma$ and $\alpha$ are referred to as the Tangential Momentum Accommodation Coefficient (TMAC) and the Thermal Accommodation Coefficient (TAC), respectively. The values of the accommodation coefficients depend on the physical characteristics of the surface, and are usually determined empirically.
0 commit comments