Skip to content

Commit f82458f

Browse files
authored
Merge pull request #51 from su2code/fix_error_unsteadyfsi
Update Dynamic_FSI_Python.md
2 parents 12af6f2 + 32a5fb3 commit f82458f

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

_docs_v7/Build-SU2-Linux-MacOS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Options can be passed to the script to enable or disable different features of S
132132
| `-Denable-mkl` | `false` | enable Intel MKL support |
133133
| `-Denable-openblas` | `false` | enable OpenBLAS support |
134134
| `-Denable-pastix` | `false` | enable PaStiX support |
135+
| `-Denable-mpp` | `false` | enable Mutation++ support |
135136
| `-Denable-mixedprec` | `false` | enable the use of single precision on linear solvers and preconditioners |
136137

137138
For example to enable AD support pass the option to the `meson.py` script along with a value:

_docs_v7/SU2-Linux-MacOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permalink: /docs_v7/SU2-Linux-MacOS/
1515
## Installation
1616

1717
### Download and unpack the archive
18-
[Download](/download/) the .zip for your operating system and unzip it where you want it to be installed.
18+
[Download](/download.html) the .zip for your operating system and unzip it where you want it to be installed.
1919

2020
### Setting Environment variables
2121

_docs_v7/Theory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Within the `NAVIER_STOKES` and `RANS` solvers, we discretize the equations in sp
6868
| --- | --- |
6969
| `EULER`, `FEM_EULER` | 7.0.0 |
7070

71-
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
71+
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
7272

7373
$$ \mathcal{R}(U) = \frac{\partial U}{\partial t} + \nabla \cdot \bar{F}^{c}(U) - S = 0 $$
7474

_tutorials/multiphysics/Unsteady_FSI_Python/Dynamic_FSI_Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $$
6363
\end{cases}
6464
$$
6565

66-
Where $$m$$ is the mass of the airfoil, $$I$$ the inertia around the center of mass, $$S$$ the static moment of inertia at the rotation axis, $$C$$ and $$K$$ the dampings and stiffnesses respectively. $$L$$ and $$M$$ are the lift and pitching up moment.
66+
Where $$m$$ is the mass of the airfoil, $$I$$ the inertia around the rotation axis, $$S$$ the static moment of inertia at the rotation axis, $$C$$ and $$K$$ the dampings and stiffnesses respectively. $$L$$ and $$M$$ are the lift and pitching up moment.
6767

6868
These equations are usually adimensionalised to obtain results independent from the free-stream density of the flow.
6969
Indeed, we can define the following parameters:

0 commit comments

Comments
 (0)