Skip to content

Commit dfdeef0

Browse files
authored
Merge pull request #104 from su2code/master
update develop
2 parents 7d91e34 + f5eef91 commit dfdeef0

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

_data/docs_v7.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
- Physical-Definition
4141
- Markers-and-BC
4242
- Convective-Schemes
43+
- Slope-Limiters-and-Shock-Resolution
4344
- Custom-Output
4445
- Linear-Solvers-and-Preconditioners
4546
- Multizone

_data/tutorials.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- Laminar_Cylinder
1313
- Turbulent_Flat_Plate
1414
- Transitional_Flat_Plate
15+
- Transitional_Flat_Plate_T3A
1516
- Turbulent_ONERAM6
1617
- Unsteady_NACA0012
1718
- UQ_NACA0012

_data/vandv.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
- Bump_Channel
1111
- 30p30n
1212
- swbli
13+
- LM_transition

_docs_v7/Physical-Definition.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ SU2 offers different ways of setting and computing this definition. This documen
2121
- [Turbulence Models](#turbulence-models)
2222
- [Spalart-Allmaras (SA)](#spalart-allmaras-model)
2323
- [Shear Stress Transport (SST)](#shear-stress-transport)
24+
- [Transition Models](#transition-models)
2425

2526
---
2627

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
22
title: Transitional Flat Plate for T3A and T3A-
3-
permalink: /tutorials/Transitional_Flat_Plate/
3+
permalink: /tutorials/Transitional_Flat_Plate_T3A/
44
written_by: Sunoh Kang
5-
for_version: 7.4.0
6-
revised_by: -
7-
revision_date: -
8-
revised_version: -
5+
for_version: 7.5.0
96
solver: RANS
107
requires: SU2_CFD
118
complexity: basic

_tutorials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Simulation of external, laminar flow around a 2D cylinder.
4040
Simulation of external, turbulent flow over a flat plate (classical RANS validation).
4141
* [Transitional Flat Plate(BC transition model)](/tutorials/Transitional_Flat_Plate/)
4242
Simulation of external, transitional flow over a flat plate (transitional latminar-turbulent case).
43-
* [Transitional Flat Plate(LM transition model)](/tutorials/Transitional_Flat_Plate/)
43+
* [Transitional Flat Plate(LM transition model)](/tutorials/Transitional_Flat_Plate_T3A/)
4444
Simulation of external, transitional flow over a flat plate(T3A & T3A-) (transitional latminar-turbulent case).
4545
* [Turbulent ONERAM6](/tutorials/Turbulent_ONERAM6/)
4646
Simulation of external, viscous flow around a 3D geometry (isolated wing) using a turbulence model.

_tutorials/multiphysics/steady_cht/Static_CHT.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ Uniform velocity boundary conditions are used for the farfield.
6969

7070
### Configuration File Options
7171

72-
Several of the key configuration file options for this simulation are highlighted here. First we show how we start a multiphysics simulation run incorporating CHT by choosing the following options in a main config file [cht_2d_3cylinders.cfg](https://github.com/su2code/Tutorials/tree/master/multiphysics/steady_cht/cht_2d_3cylinders.cfg) (see [https://su2code.github.io/docs/Multizone](https://su2code.github.io/docs/Multizone) how to setup a multiphysics simulation in general):
73-
72+
Several of the key configuration file options for this simulation are highlighted here. First we show how we start a multiphysics simulation run incorporating CHT by choosing the following options in a main config file [cht_2d_3cylinders.cfg](https://github.com/su2code/Tutorials/tree/master/multiphysics/steady_cht/cht_2d_3cylinders.cfg) (see [https://su2code.github.io/docs_v7/Multizone](https://su2code.github.io/docs_v7/Multizone) how to setup a multiphysics simulation in general):
7473
```
7574
MARKER_ZONE_INTERFACE= (cylinder_outer1, cylinder_inner1, cylinder_outer2, cylinder_inner2, cylinder_outer3, cylinder_inner3)
7675
%
@@ -246,4 +245,4 @@ magnitude | heatflux value | FD derivative | rel. error (%)
246245
1.0e-3 | -31.89682435269217 | 0.387001813 | 0.0906675
247246
1.0e-4 | -31.89717268560501 | 0.386688997 | 0.0097636
248247
1.0e-5 | -31.89720748792119 | 0.38665835 | 0.0018381
249-
1.0e-6 | -31.89721096784924 | 0.38665548 | 0.001095
248+
1.0e-6 | -31.89721096784924 | 0.38665548 | 0.001095

0 commit comments

Comments
 (0)