Skip to content

Commit 2ab5573

Browse files
committed
SU2 v6.1 updates.
1 parent fa866a7 commit 2ab5573

File tree

12 files changed

+335
-4
lines changed

12 files changed

+335
-4
lines changed

_data/tutorials.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- home
44
- contribute
55

6-
- title: Analysis Features
6+
- title: Compressible Flow
77
tutorials:
88
- Inviscid_Bump
99
- Inviscid_Wedge
@@ -14,6 +14,15 @@
1414
- Transitional_Flat_Plate
1515
- Turbulent_ONERAM6
1616

17+
- title: Incompressible Flow
18+
tutorials:
19+
- Inc_Inviscid_Hydrofoil
20+
- Inc_Laminar_Flat_plate
21+
- Inc_Turbulent_Flat_Plate
22+
- Inc_Turbulent_NACA0012
23+
- Inc_Laminar_Step
24+
- Inc_Laminar_Cavity
25+
1726
- title: Design Features
1827
tutorials:
1928
- Inviscid_2D_Unconstrained_NACA0012
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

_tutorials/index.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can get all the mesh and config files either by cloning or downloading the [
1717
## Summary of tutorials
1818
------
1919

20-
#### Analysis Features
20+
#### Compressible Flow
2121

2222
* [Inviscid Bump in a Channel](/tutorials/Inviscid_Bump/)
2323
A simulation of internal, inviscid flow through a 2D geometry.
@@ -26,16 +26,31 @@ Get familiar with a basic supersonic flows with analytical solution.
2626
* [Inviscid ONERAM6](/tutorials/Inviscid_ONERAM6/)
2727
Simulation of external, inviscid flow around a 3D geometry (isolated wing).
2828
* [Laminar Flat Plate](/tutorials/Laminar_Flat_Plate/)
29-
Simulation of external, laminar flow over a flat plate (clasical Navier-Stokes validation).
29+
Simulation of external, laminar flow over a flat plate (classical Navier-Stokes validation).
3030
* [Laminar Cylinder](/tutorials/Laminar_Cylinder/)
3131
Simulation of external, laminar flow around a 2D cylinder.
3232
* [Turbulent Flat Plate](/tutorials/Turbulent_Flat_Plate/)
33-
Simulation of external, turbulent flow over a flat plate (clasical RANS validation).
33+
Simulation of external, turbulent flow over a flat plate (classical RANS validation).
3434
* [Transitional Flat Plate](/tutorials/Transitional_Flat_Plate/)
3535
Simulation of external, transitional flow over a flat plate (transitional latminar-turbulent case)
3636
* [Turbulent ONERAM6](/tutorials/Turbulent_ONERAM6/)
3737
Simulation of external, viscous flow around a 3D geometry (isolated wing) using a turbulence model.
3838

39+
#### Incompressible Flow
40+
41+
* [Inviscid Hydrofoil](/tutorials/Inc_Inviscid_Hydrofoil/)
42+
A simulation of internal, inviscid, incompressible flow around a NACA 0012 hydrofoil.
43+
* [Laminar Flat Plate](/tutorials/Inc_Laminar_Flat_Plate/)
44+
Simulation of external, laminar, incompressible flow over a flat plate (classical Navier-Stokes case).
45+
* [Turbulent Flat Plate](/tutorials/Inc_Turbulent_Flat_Plate/)
46+
Simulation of external, turbulentm incompressible flow over a flat plate (classical RANS case).
47+
* [Turbulent NACA 0012](/tutorials/Inc_Turbulent_NACA0012/)
48+
Simulation of external, viscous, incompressible flow around the NACA 0012 using a turbulence model.
49+
* [Laminar Backward-facing Step](/tutorials/Inc_Laminar_Step/)
50+
Simulation of internal, laminar, incompressible flow over a backward-facing step with an inlet velocity profile input from file.
51+
* [Laminar Buoyancy-driven Cavity](/tutorials/Inc_Laminar_Cavity/)
52+
Simulation of internal, laminar, incompressible flow in a differentially-heated cavity under the influence of gravity (classical natural convection case).
53+
3954
#### Shape Design Features
4055

4156
* [Unconstrained shape design of an transonic inviscid airfoil at a cte. AoA](/tutorials/Inviscid_2D_Unconstrained_NACA0012/)

0 commit comments

Comments
 (0)