From 560e9524d1b4dc631c32678fa2c306a9484f8e92 Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Tue, 26 Jan 2021 17:59:32 +0100 Subject: [PATCH] Fix typo --- _docs_v7/Theory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs_v7/Theory.md b/_docs_v7/Theory.md index 541dcdec..3b1ebfd6 100644 --- a/_docs_v7/Theory.md +++ b/_docs_v7/Theory.md @@ -68,7 +68,7 @@ Within the `NAVIER_STOKES` and `RANS` solvers, we discretize the equations in sp | --- | --- | | `EULER`, `FEM_EULER` | 7.0.0 | -SU2 solves the compressible Euler equations, which can be obtained as a simplification of the compressible Navier-Stokes equations in the absence of viscosty and thermal conductivity. They can be expressed in differential form as +SU2 solves the compressible Euler equations, which can be obtained as a simplification of the compressible Navier-Stokes equations in the absence of viscosity and thermal conductivity. They can be expressed in differential form as $$ \mathcal{R}(U) = \frac{\partial U}{\partial t} + \nabla \cdot \bar{F}^{c}(U) - S = 0 $$