Skip to content

Commit 7b37288

Browse files
committed
move cases to tutorials
1 parent e881a6c commit 7b37288

8 files changed

Lines changed: 19 additions & 648 deletions

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
uses: docker://ghcr.io/su2code/su2/test-su2:220614-1237
129129
with:
130130
# -t <Tutorials-branch> -c <Testcases-branch>
131-
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}}
131+
args: -b ${{github.ref}} -t feature_LM2015 -c develop -s ${{matrix.testscript}}
132132
- name: Cleanup
133133
uses: docker://ghcr.io/su2code/su2/test-su2:220614-1237
134134
with:

TestCases/parallel_regression.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -646,14 +646,6 @@ def main():
646646
schubauer_klebanoff_transition.test_vals = [-7.994740, -13.240225, 0.000046, 0.007987]
647647
test_list.append(schubauer_klebanoff_transition)
648648

649-
# Eppler E387 Transition Case
650-
eppler_e387_transition = TestCase('Eppler_E387')
651-
eppler_e387_transition.cfg_dir = "transition/E387_Airfoil"
652-
eppler_e387_transition.cfg_file = "transitional_SA_LM_model_ConfigFile.cfg"
653-
eppler_e387_transition.test_iter = 10
654-
eppler_e387_transition.test_vals = [-6.674782, -4.987298, -1.544803, 2.297538, 1.542486, 2, -9.258345]
655-
test_list.append(eppler_e387_transition)
656-
657649
#####################################
658650
### Cont. adj. compressible Euler ###
659651
#####################################

TestCases/serial_regression.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -593,14 +593,6 @@ def main():
593593
schubauer_klebanoff_transition.test_vals = [-8.029786, -13.240213, 0.000053, 0.007986] #last 4 columns
594594
test_list.append(schubauer_klebanoff_transition)
595595

596-
# Eppler E387 Transition Case
597-
eppler_e387_transition = TestCase('Eppler_E387')
598-
eppler_e387_transition.cfg_dir = "transition/E387_Airfoil"
599-
eppler_e387_transition.cfg_file = "transitional_SA_LM_model_ConfigFile.cfg"
600-
eppler_e387_transition.test_iter = 10
601-
eppler_e387_transition.test_vals = [-6.665097, -4.986983, -1.559560, 2.355792, 1.563815, 3, -7.644175]
602-
test_list.append(eppler_e387_transition)
603-
604596
#####################################
605597
### Cont. adj. compressible Euler ###
606598
#####################################

TestCases/transition/E387_Airfoil/transitional_SA_LM_model_ConfigFile.cfg

Lines changed: 0 additions & 151 deletions
This file was deleted.

TestCases/transition/E387_Airfoil/transitional_SST_LM_model_ConfigFile.cfg

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)