Skip to content

Commit 3cec6f5

Browse files
committed
correcting models only in ns solver
Signed-off-by: jtneedels <[email protected]>
1 parent ffc4e12 commit 3cec6f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_docs_v7/Thermochemical-Nonequilibrium.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ where $\sigma_s$ is the effective collision~cross-section.
143143

144144
| Solver | Version |
145145
| --- | --- |
146-
| `NEMO_EULER`, `NEMO_NAVIER_STOKES` | 7.0.0 |
146+
| `NEMO_NAVIER_STOKES` | 7.0.0 |
147147

148148

149149
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:
@@ -344,9 +344,9 @@ If the Sutherland model is selected with a NEMO solver, species diffusion coeffi
344344

345345
| Solver | Version |
346346
| --- | --- |
347-
| `NEMO_EULER`, `NEMO_NAVIER_STOKES` | 7.0.0 |
347+
| `NEMO_NAVIER_STOKES` | 7.0.0 |
348348

349-
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
349+
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
350350
$$
351351
v_s = \frac{2 - \sigma}{\sigma} \lambda \frac{\partial v}{\partial n } + \\
352352
\frac{3}{4} \frac{\mu}{\rho T} \frac{\partial T}{\partial x},
@@ -371,7 +371,7 @@ The coefficients $\sigma$ and $\alpha$ are referred to as the Tangential Momentu
371371

372372
| Solver | Version |
373373
| --- | --- |
374-
| `NEMO_EULER`, `NEMO_NAVIER_STOKES` | 7.0.0 |
374+
| `NEMO_NAVIER_STOKES` | 7.0.0 |
375375

376376
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, $\dot{\omega}_s^{cat}$, that must be balanced by the normal diffusive and convective flux at the wall. For steady flow and a no-slip boundary, this can be expressed as
377377

0 commit comments

Comments
 (0)