Skip to content

Commit 6ded70a

Browse files
author
Cristopher-Morales
committed
Merge branch 'master' into feature_FLUID_MIXTURE
2 parents 3333700 + 3c55510 commit 6ded70a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

_docs_v7/Physical-Definition.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ SU2 offers different ways of setting and computing this definition. This documen
99

1010
---
1111

12+
- [Fluid Model](#fluid-model)
1213
- [Reference Values](#reference-values)
1314
- [Free-Stream Definition (Compressible)](#free-stream-definition-compressible)
1415
- [Thermodynamic State](#thermodynamic-state)
@@ -28,6 +29,28 @@ SU2 offers different ways of setting and computing this definition. This documen
2829

2930
---
3031

32+
## Fluid Model ##
33+
34+
| Solver | Version |
35+
| --- | --- |
36+
| `EULER`, `NAVIER_STOKES`, `RANS`, `NEMO_EULER`, `NEMO_NAVIER_STOKES`, `INC_EULER`, `INC_NAVIER_STOKES`, `INC_RANS`, `FEM_EULER`, `FEM_NAVIER_STOKES` | 7.0.0 |
37+
38+
For fluid simulations, a model defining the equation of state and thermodynamic properties of the fluid or mixture is required. This is selected using the `FLUID_MODEL` option in the config. Available fluid models in SU2 include:
39+
40+
| Option Value | Description |
41+
|---|---|
42+
|`STANDARD_AIR` | **Air model with ideal gas EOS** |
43+
|`IDEAL_GAS` | **Arbitrary fluid with ideal gas EOS** |
44+
|`VW_GAS` | **Arbitrary fluid with Vander-Waals EOS** |
45+
|`PR_GAS` | **Arbitrary fluid with Peng-Robinson EOS** |
46+
|`CONSTANT_DENSITY` | **Constant density** |
47+
|`INC_IDEAL_GAS` | **Incompressible fluid constant specific heat** |
48+
|`INC_IDEAL_GAS_POLY` | **Incompressible fluid polynomial specific heat** |
49+
|`SU2_NONEQ` | **SU2 nonequilibrium thermochemical library** |
50+
|`MUTATIONPP` | **Mutation++ nonequilibrium thermochemical library** |
51+
52+
Some fluid models require the specification of additional parameters, with the full set of required options available in the configuration file template.
53+
3154
## Reference Values ##
3255

3356
| Solver | Version |

_docs_v7/Solver-Setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ This is a basic introduction on how to set up a simulation using SU2. We disting
88
---
99

1010
- [Defining the Problem](#defining-the-problem)
11-
- [Specifying a Fluid Model](#specifying-a-fluid-model)
1211
- [Restarting the simulation](#restarting-the-simulation)
1312
- [Controlling the simulation](#controlling-the-simulation)
1413
- [Time-dependent Simulation](#time-dependent-simulation)

0 commit comments

Comments
 (0)