Skip to content

Commit e34197d

Browse files
committed
added 3D_lungwave golden file
1 parent ddfdf26 commit e34197d

File tree

3 files changed

+84
-59
lines changed

3 files changed

+84
-59
lines changed

examples/3D_lungwave/case.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
"a_x": 4.0e00,
103103
"x_a": -5.0,
104104
"x_b": 5.0,
105-
#"loops_x": 0,
106105
"dt": dt,
107106
"t_step_start": tstart,
108107
"t_step_stop": tstop,
@@ -112,7 +111,6 @@
112111
"model_eqns": 3,
113112
"alt_soundspeed": "F",
114113
"num_fluids": 2,
115-
#'adv_alphan' : 'T',
116114
"mpp_lim": "T",
117115
"mixture_err": "T",
118116
"time_stepper": 3,
@@ -148,9 +146,11 @@
148146
#'acoustic(1)%loc(3)' : dlengz/2,
149147
"acoustic(1)%pulse": 3,
150148
"acoustic(1)%npulse": 1,
151-
"acoustic(1)%wavelength": P_len, # wavelength of the signal
149+
# wavelength of the signal
150+
"acoustic(1)%wavelength": P_len,
152151
"acoustic(1)%mag": P_amp_n,
153-
"acoustic(1)%length": dlengy, # length of the place ???
152+
# length of the place
153+
"acoustic(1)%length": dlengy,
154154
"acoustic(1)%height": dlengz,
155155
"acoustic(1)%dir": -math.pi,
156156
# Patch 1: Background

tests/A1480A64/golden-metadata.txt

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

tests/A1480A64/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)