Skip to content

Commit bb555b6

Browse files
committed
fix typo convective schemes
Signed-off-by: jtneedels <[email protected]>
1 parent a2f472c commit bb555b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_docs_v7/Convective-Schemes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Some of the schemes above have tunning parameters or accept extra options, the f
9797

9898
### Upwind Schemes ###
9999

100-
`FDS` - Flux Difference Splitting with low speed preconditioning, this scheme does not have tunning parameters.
100+
`FDS` - Flux Difference Splitting with low speed preconditioning, this scheme does not have tuning parameters.
101101

102102
## Turbulence Equations ##
103103

_docs_v7/Solver-Setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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-
- [Fluid Model](#fluid-model)
11+
- [Specifying a Fluid Model](#specifying-a-fluid-model)
1212
- [Restarting the simulation](#restarting-the-simulation)
1313
- [Controlling the simulation](#controlling-the-simulation)
1414
- [Time-dependent Simulation](#time-dependent-simulation)
@@ -45,7 +45,7 @@ SU2 is capable of dealing with different kinds of physical problems. The kind of
4545

4646
Every solver has its specific options and we refer to the tutorial cases for more information. However, the basic controls detailed in the remainder of this page are the same for all problems.
4747

48-
## Fluid Model ##
48+
## Specifying a Fluid Model ##
4949

5050
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:
5151

@@ -54,7 +54,7 @@ For fluid simulations, a model defining the equation of state and thermodynamic
5454
|`STANDARD_AIR` | **Air model with ideal gas EOS** |
5555
|`IDEAL_GAS` | **Arbitrary fluid with ideal gas EOS** |
5656
|`VW_GAS` | **Arbitrary fluid with Vander-Waals EOS** |
57-
|`PR_GAS` | **Arbitrary fluid with Peng-Robinson EOS** |
57+
|`PR_GAS` | **Arbitrary fluid with Peng-Robinson EOS** |
5858
|`CONSTANT_DENSITY` | **Constant density** |
5959
|`INC_IDEAL_GAS` | **Incompressible ideal gas** |
6060
|`INC_IDEAL_GAS_POLY` | **Incompressible ideal gas** |

0 commit comments

Comments
 (0)