Skip to content

Commit 3a5d70e

Browse files
hyeoksu-leeHyeoksu LeeHyeoksu LeeHyeoksu Lee
authored
remove adv_alphan (#551)
Co-authored-by: Hyeoksu Lee <[email protected]> Co-authored-by: Hyeoksu Lee <[email protected]> Co-authored-by: Hyeoksu Lee <[email protected]>
1 parent 2ba9617 commit 3a5d70e

File tree

81 files changed

+6
-123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+6
-123
lines changed

benchmarks/5eq_rk3_weno3_hllc/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
'model_eqns' : 2,
202202
'alt_soundspeed' : 'F',
203203
'num_fluids' : 2,
204-
'adv_alphan' : 'T',
205204
'mpp_lim' : 'T',
206205
'mixture_err' : 'T',
207206
'time_stepper' : 3,

benchmarks/hypo_hll/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
'model_eqns' : 2,
5555
'alt_soundspeed' : 'F',
5656
'num_fluids' : 2,
57-
'adv_alphan' : 'T',
5857
'mpp_lim' : 'F',
5958
'mixture_err' : 'F',
6059
'time_stepper' : 3,

benchmarks/ibm/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
'model_eqns' : 2,
5959
'alt_soundspeed' : 'F',
6060
'num_fluids' : 1,
61-
'adv_alphan' : 'T',
6261
'mpp_lim' : 'F',
6362
'mixture_err' : 'F',
6463
'time_stepper' : 3,

benchmarks/viscous_weno5_sgb_acoustic/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
'model_eqns' : 2,
121121
'alt_soundspeed' : 'F',
122122
'num_fluids' : 1,
123-
'adv_alphan' : 'T',
124123
'mpp_lim' : 'F',
125124
'mixture_err' : 'F',
126125
'time_stepper' : 3,

docs/documentation/case.md

Lines changed: 0 additions & 10 deletions

examples/0D_bubblecollapse_adap/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
'model_eqns' : 2,
7979
'alt_soundspeed' : 'F',
8080
'num_fluids' : 1,
81-
'adv_alphan' : 'T',
8281
'mpp_lim' : 'F',
8382
'mixture_err' : 'F',
8483
'time_stepper' : 3,

examples/0D_qbmm/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
'model_eqns' : 2,
8080
'alt_soundspeed' : 'F',
8181
'num_fluids' : 1,
82-
'adv_alphan' : 'T',
8382
'mpp_lim' : 'F',
8483
'mixture_err' : 'F',
8584
'time_stepper' : 1,

examples/1D_acoustic_dipole/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
'model_eqns' : 2,
2626
'alt_soundspeed' : 'F',
2727
'num_fluids' : 1,
28-
'adv_alphan' : 'T',
2928
'mpp_lim' : 'F',
3029
'mixture_err' : 'F',
3130
'time_stepper' : 3,

examples/1D_acoustic_gauss_sigmadist/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
'model_eqns' : 2,
2626
'alt_soundspeed' : 'F',
2727
'num_fluids' : 1,
28-
'adv_alphan' : 'T',
2928
'mpp_lim' : 'F',
3029
'mixture_err' : 'F',
3130
'time_stepper' : 3,

examples/1D_acoustic_gauss_sigmatime/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
'model_eqns' : 2,
2626
'alt_soundspeed' : 'F',
2727
'num_fluids' : 1,
28-
'adv_alphan' : 'T',
2928
'mpp_lim' : 'F',
3029
'mixture_err' : 'F',
3130
'time_stepper' : 3,

0 commit comments

Comments
 (0)