Skip to content

Commit 2ccbc6d

Browse files
committed
...
1 parent 6988404 commit 2ccbc6d

File tree

5 files changed

+26
-134
lines changed

5 files changed

+26
-134
lines changed

examples/1D_MultiComponent_Diffusion/case.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python3
22
# References:
33
# + DOI: 10.2514/6.2020-1751: IV.B. Multi-component diffusion
44

@@ -15,7 +15,7 @@
1515

1616
args = parser.parse_args()
1717

18-
ctfile = "input/grigri.yaml"
18+
ctfile = "input/grigri.dat"
1919

2020
L = 0.05
2121
Nx = 100

examples/1D_MultiComponent_Diffusion/input/grigri.yaml

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

examples/1D_reactive_shocktube/case.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
# Logistics
5151
"run_time_info": "T",
5252
# Computational Domain Parameters
53-
"x_domain%beg": -L/2,
54-
"x_domain%end": L/2,
55-
"stretch_x": "T",
56-
"a_x": 20,
57-
"x_a":- L/8,
58-
"x_b": L/8,
53+
"x_domain%beg": -L / 2,
54+
"x_domain%end": L / 2,
55+
"stretch_x": "T",
56+
"a_x": 20,
57+
"x_a": -L / 8,
58+
"x_b": L / 8,
5959
"m": Nx,
6060
"n": 0,
6161
"p": 0,
@@ -93,14 +93,14 @@
9393
"prim_vars_wrt": "T",
9494
"chem_wrt_T": "T",
9595
"patch_icpp(1)%geometry": 1,
96-
"patch_icpp(1)%x_centroid": L/4,
97-
"patch_icpp(1)%length_x": L/2 ,
96+
"patch_icpp(1)%x_centroid": L / 4,
97+
"patch_icpp(1)%length_x": L / 2,
9898
"patch_icpp(1)%vel(1)": u_l,
9999
"patch_icpp(1)%pres": sol_L.P,
100100
"patch_icpp(1)%alpha(1)": 1,
101101
"patch_icpp(1)%alpha_rho(1)": sol_L.density,
102102
"patch_icpp(2)%geometry": 1,
103-
"patch_icpp(2)%x_centroid": - L / 4,
103+
"patch_icpp(2)%x_centroid": -L / 4,
104104
"patch_icpp(2)%length_x": L / 2,
105105
"patch_icpp(2)%vel(1)": u_r,
106106
"patch_icpp(2)%pres": sol_R.P,

tests/A745163D/golden-metadata.txt

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/A745163D/golden.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)