Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/publish_su2_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
# Process images with their relative path
find "${dir}" -type f \( -iname "*.png" -o -iname "*.jpg" -o -iname "*.jpeg" \) | sort | while read -r img; do
# Calculate relative path
rel_path="../${img#*/vandv_files/}"
rel_path="/${img#*/vandv_files/}"
echo "<img src=\"${rel_path}\" alt=\"${folder_name} - $(basename "${img}")\" style=\"width:80%; display: block; margin: 0 auto;\">" >> "${OUTPUT_FILE}"
echo "" >> "${OUTPUT_FILE}"
done
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
# Process images with their relative path
find "${dir}" -type f \( -iname "*.png" -o -iname "*.jpg" -o -iname "*.jpeg" \) | sort | while read -r img; do
# Calculate relative path
rel_path="../${img#*/vandv_files/}"
rel_path="/${img#*/vandv_files/}"
echo "<img src=\"${rel_path}\" alt=\"${folder_name} - $(basename "${img}")\" style=\"width:80%; display: block; margin: 0 auto;\">" >> "${OUTPUT_FILE}"
echo "" >> "${OUTPUT_FILE}"
done
Expand Down
27 changes: 15 additions & 12 deletions _data/vandv.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
- title: The SU2 V&V Collection
vandv:
- home
- Contribute

- home
- Contribute
- title: Compressible Flow
vandv:
- MMS_FVM_Navier_Stokes
- Flat_Plate
- Bump_Channel
- 30p30n
- swbli
- LM_transition
- dsma661

- MMS_FVM_Navier_Stokes
- Flat_Plate
- Bump_Channel
- 30p30n
- swbli
- LM_transition
- dsma661
- 2DML
- title: Incompressible Flow
vandv:
- SANDIA_jet
- SANDIA_jet
- 2DML
- title: All Validation Cases
vandv:
- All_Validation_Cases
22 changes: 22 additions & 0 deletions _vandv/2DML.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: 2D Mixing Layer
permalink: /vandv/2DML/
---

<!-- Relative links for all the images need to be here, one in each line -->

## Results Plots


### 2DML_SA_Configuration1

<img src="/vandv_files/2DML/2DML_SA_Configuration1/profile_x1mm.png" alt="2DML_SA_Configuration1 - profile_x1mm.png" style="width:80%; display: block; margin: 0 auto;">

<img src="/vandv_files/2DML/2DML_SA_Configuration1/profile_x200mm.png" alt="2DML_SA_Configuration1 - profile_x200mm.png" style="width:80%; display: block; margin: 0 auto;">

<img src="/vandv_files/2DML/2DML_SA_Configuration1/profile_x50mm.png" alt="2DML_SA_Configuration1 - profile_x50mm.png" style="width:80%; display: block; margin: 0 auto;">

<img src="/vandv_files/2DML/2DML_SA_Configuration1/profile_x650mm.png" alt="2DML_SA_Configuration1 - profile_x650mm.png" style="width:80%; display: block; margin: 0 auto;">

<img src="/vandv_files/2DML/2DML_SA_Configuration1/profile_x950mm.png" alt="2DML_SA_Configuration1 - profile_x950mm.png" style="width:80%; display: block; margin: 0 auto;">

9 changes: 9 additions & 0 deletions _vandv/All_Validation_Cases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: All Validation Cases
permalink: /vandv/All_Validation_Cases/
---

<!-- Relative links for all the images need to be here, one in each line -->

## Results Plots For swbli

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.