Skip to content

Commit 86ad2ab

Browse files
committed
More adjustments to V&V.
1 parent a00d640 commit 86ad2ab

5 files changed

Lines changed: 14 additions & 13 deletions

File tree

_vandv/Bump_Channel.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ title: 2D Bump-in-Channel RANS Verification Case
33
permalink: /vandv/Bump_Channel/
44
---
55

6+
| Solver | Version |
7+
| --- | --- |
8+
| `RANS` | 7.0.0 |
9+
610
<p align="center">
711
<img src="/vandv_files/Bump_Channel/images/bump_cf_0p75_gridconv_sst.png" alt="Skin Friction Grid Convergence SST x = 0.75" />
812
</p>
913

10-
| Solver | Version |
11-
| --- | --- |
12-
| `RANS` | 7.0.0 |
1314

1415
The details of the 2D Bump-in-Channel Verification case are taken from the [NASA TMR website](https://turbmodels.larc.nasa.gov/bump.html).
1516

_vandv/Flat_Plate.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: 2D Zero Pressure Gradient Flat Plate RANS Verification Case
33
permalink: /vandv/Flat_Plate/
44
---
55

6-
<p align="center">
7-
<img src="/vandv_files/Flat_Plate/images/flatplate_cf_0p97_gridconv_sa.png" alt="Skin Friction Grid Convergence SA" />
8-
</p>
9-
106
| Solver | Version |
117
| --- | --- |
128
| `RANS` | 7.0.0 |
139

10+
<p align="center">
11+
<img src="/vandv_files/Flat_Plate/images/flatplate_cf_0p97_gridconv_sa.png" alt="Skin Friction Grid Convergence SA" />
12+
</p>
13+
1414
The details of the Zero Pressure Gradient Flat Plate case are taken from the [NASA TMR website](https://turbmodels.larc.nasa.gov/flatplate.html).
1515

1616
By comparing the SU2 results of the flat plate case against CFL3D and FUN3D on a sequence of refined grids and seeing agreement of key quantities, we can build a high degree of confidence that the SA and SST models are implemented correctly. Therefore, the goal of this case is to verify the implementations of the SA and SST models in SU2.

_vandv/MMS_FVM_Navier_Stokes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Method of Manufactured Solutions for Compressible Navier-Stokes
33
permalink: /vandv/MMS_FVM_Navier_Stokes/
44
---
55

6-
<p align="center">
7-
<img src="/vandv_files/FVM_Navier_Stokes/images/accuracy_rms_rho.png" alt="Accuracy RMS Rho" />
8-
</p>
9-
106
| Solver | Version |
117
| --- | --- |
128
| `NAVIER_STOKES`| 7.0.0 |
139

10+
<p align="center">
11+
<img src="/vandv_files/FVM_Navier_Stokes/images/accuracy_rms_rho.png" alt="Accuracy RMS Rho" />
12+
</p>
13+
1414
This page contains the results of running MMS for the compressible Navier-Stokes system in order to formally verify the order-of-accuracy for the 2nd-order finite volume solver in SU2. These cases were completed with SU2 v7.0.0.
1515

1616
For more details, please see the presentation on the subject from the [4th Annual SU2 Developers Meeting](https://su2foundation.org/wp-content/uploads/2019/05/SU2_Verification_EdwinTom.pdf).

_vandv/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Contribute
3-
permalink: /tutorials/contribute/
3+
permalink: /vandv/Contribute/
44
---
55

66
Do you want to contribute to SU2 with a V&V case study? It's easy! Just create a fork of the [SU2 Project Website repository](https://github.com/su2code/su2code.github.io), write your case study and open a pull request.

_vandv/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When available, rigorous verification via formal order of accuracy assessment by
1010

1111
We will continue to add cases over time to demonstrate V&V of additional physical models in SU2, and we encourage contributions from the community! Please see the contribute page for instructions on how to contribute.
1212

13-
**NOTE**: The primary purpose of this section of the website is to demonstrate V&V of the SU2 suite, and as such, the case studies are not written as tutorials. However, you can typically find the files needed to run the cases yourself in the [project V&V repository](https://github.com/su2code/vandv).
13+
**NOTE**: The primary purpose of this section of the website is to demonstrate V&V of the SU2 suite, and as such, the case studies are not written as tutorials. However, you can typically find the files needed to run the cases yourself in the [project V&V repository](https://github.com/su2code/vandv) or here in the [project website repository](https://github.com/su2code/su2code.github.io) .
1414

1515

1616
## Summary of V&V case studies

0 commit comments

Comments
 (0)