Skip to content

Commit a94858f

Browse files
committed
Updated testcase
1 parent 6ef8228 commit a94858f

4 files changed

Lines changed: 5 additions & 24 deletions

File tree

TestCases/hybrid_regression.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@ def main():
6262
naca0012.test_vals = [-4.766168, -4.287699, 0.326688, 0.022661]
6363
test_list.append(naca0012)
6464

65-
# NACA0012 w/ MUSCL ramp
66-
naca0012_MUSCL_ramp = TestCase('naca0012_MUSCL_ramp')
67-
naca0012_MUSCL_ramp.cfg_dir = "euler/naca0012"
68-
naca0012_MUSCL_ramp.cfg_file = "inv_NACA0012_Roe_MUSCL_ramp.cfg"
69-
naca0012_MUSCL_ramp.test_iter = 30
70-
naca0012_MUSCL_ramp.test_vals = [-4.766168, -4.287699, 0.326688, 0.022661]
71-
test_list.append(naca0012_MUSCL_ramp)
72-
7365
# Supersonic wedge
7466
wedge = TestCase('wedge')
7567
wedge.cfg_dir = "euler/wedge"

TestCases/parallel_regression.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,6 @@ def main():
231231
naca0012.test_vals = [-4.607257, -4.138750, 0.327682, 0.022685]
232232
test_list.append(naca0012)
233233

234-
# NACA0012 w/ MUSCL ramp
235-
naca0012_MUSCL_ramp = TestCase('naca0012_MUSCL_ramp')
236-
naca0012_MUSCL_ramp.cfg_dir = "euler/naca0012"
237-
naca0012_MUSCL_ramp.cfg_file = "inv_NACA0012_Roe_MUSCL_ramp.cfg"
238-
naca0012_MUSCL_ramp.test_iter = 30
239-
naca0012_MUSCL_ramp.test_vals = [-4.766168, -4.287699, 0.326688, 0.022661]
240-
test_list.append(naca0012_MUSCL_ramp)
241-
242234
# Supersonic wedge
243235
wedge = TestCase('wedge')
244236
wedge.cfg_dir = "euler/wedge"

TestCases/serial_regression.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,6 @@ def main():
104104
naca0012.test_vals = [-4.766184, -4.287722, 0.326688, 0.022661]
105105
test_list.append(naca0012)
106106

107-
# NACA0012 w/ MUSCL ramp
108-
naca0012_MUSCL_ramp = TestCase('naca0012_MUSCL_ramp')
109-
naca0012_MUSCL_ramp.cfg_dir = "euler/naca0012"
110-
naca0012_MUSCL_ramp.cfg_file = "inv_NACA0012_Roe_MUSCL_ramp.cfg"
111-
naca0012_MUSCL_ramp.test_iter = 30
112-
naca0012_MUSCL_ramp.test_vals = [-4.766168, -4.287699, 0.326688, 0.022661]
113-
test_list.append(naca0012_MUSCL_ramp)
114-
115107
# Supersonic wedge
116108
wedge = TestCase('wedge')
117109
wedge.cfg_dir = "euler/wedge"

TestCases/turbomachinery/axial_stage_2D/Axial_stage2D.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ LIMITER_ITER= 999999
118118
%
119119
CONV_NUM_METHOD_FLOW= ROE
120120
MUSCL_FLOW= YES
121+
MUSCL_FLOW= YES
122+
RAMP_MUSCL= YES
123+
% NOTE: These coefficients are not practical for real calculations, this is for the purpose of regression testing.
124+
RAMP_MUSCL_COEFF= (0.0, 1.0, 20.0)
125+
RAMP_MUSCL_POWER = 1
121126
SLOPE_LIMITER_FLOW= VAN_ALBADA_EDGE
122127
ENTROPY_FIX_COEFF= 0.01
123128
JST_SENSOR_COEFF= ( 0.5, 0.02 )

0 commit comments

Comments
 (0)