Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix page indices #103

Merged
merged 1 commit into from
Dec 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _data/docs_v7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- Physical-Definition
- Markers-and-BC
- Convective-Schemes
- Slope-Limiters-and-Shock-Resolution
- Custom-Output
- Linear-Solvers-and-Preconditioners
- Multizone
Expand Down
1 change: 1 addition & 0 deletions _data/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Laminar_Cylinder
- Turbulent_Flat_Plate
- Transitional_Flat_Plate
- Transitional_Flat_Plate_T3A_and_T3A-
- Turbulent_ONERAM6
- Unsteady_NACA0012
- UQ_NACA0012
Expand Down
1 change: 1 addition & 0 deletions _data/vandv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
- Bump_Channel
- 30p30n
- swbli
- LM_transition
1 change: 1 addition & 0 deletions _docs_v7/Physical-Definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ SU2 offers different ways of setting and computing this definition. This documen
- [Turbulence Models](#turbulence-models)
- [Spalart-Allmaras (SA)](#spalart-allmaras-model)
- [Shear Stress Transport (SST)](#shear-stress-transport)
- [Transition Models](#transition-models)

---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Transitional Flat Plate
permalink: /tutorials/Transitional_Flat_Plate/
permalink: /tutorials/Transitional_Flat_Plate/Transitional_Flat_Plate
written_by: sametcaka
for_version: 7.0.0
revised_by: talbring
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Transitional Flat Plate for T3A and T3A-
permalink: /tutorials/Transitional_Flat_Plate/
permalink: /tutorials/Transitional_Flat_Plate/Transitional_Flat_Plate_T3A_and_T3A-
written_by: Sunoh Kang
for_version: 7.4.0
for_version: 7.5.0
revised_by: -
revision_date: -
revised_version: -
Expand Down