Skip to content

Commit 292d48b

Browse files
authored
Update parallel_regression.py
Added euler/ramp case details
1 parent 51c1370 commit 292d48b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

TestCases/parallel_regression.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,14 @@ def main():
257257
ea_naca64206.test_iter = 10
258258
ea_naca64206.test_vals = [-1.076215, -0.391987, -0.000701, 67775.0]
259259
test_list.append(ea_naca64206)
260+
261+
# SUPERSONIC FLOW PAST A RAMP IN A CHANNEL
262+
ramp = TestCase('ramp')
263+
ramp.cfg_dir = "euler/ramp"
264+
ramp.cfg_file = "inv_ramp.cfg"
265+
ramp.test_iter = 10
266+
ramp.test_vals = [-0.777734, 4.952001, -0.188418, 0.049145] #last 4 columns
267+
ramp.append(ramp)
260268

261269
##########################
262270
### Compressible N-S ###

0 commit comments

Comments
 (0)