Skip to content

Commit 0757770

Browse files
committed
formatting 3D lung example
1 parent 813ee75 commit 0757770

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

examples/3D_lungwave/case.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535

3636
# non-dim
3737

38-
# define characteristic density, length, time, stress material
39-
#make it liquid
38+
# define characteristic density, length, time, stress material
39+
# make it liquid
4040
rho_char = rhol
4141
length_char = lambda_wave
4242
c_char = c_l # should be liquid
@@ -139,7 +139,7 @@
139139
"precision": 2,
140140
"prim_vars_wrt": "T",
141141
"parallel_io": "T",
142-
# acoustics setting
142+
# acoustics setting
143143
"acoustic_source": "T",
144144
"num_source": 1,
145145
"acoustic(1)%support": 3,
@@ -153,7 +153,7 @@
153153
"acoustic(1)%length": dlengy, # length of the place ???
154154
"acoustic(1)%height": dlengz,
155155
"acoustic(1)%dir": -math.pi,
156-
# Patch 1: Background
156+
# Patch 1: Background
157157
"patch_icpp(1)%geometry": 9,
158158
"patch_icpp(1)%x_centroid": 0.0,
159159
"patch_icpp(1)%y_centroid": dlengy / 2.0,
@@ -170,7 +170,7 @@
170170
"patch_icpp(1)%alpha(1)": alphal_back,
171171
"patch_icpp(1)%alpha(2)": alphag_back,
172172
#'patch_icpp(1)%tau_e(1)' : 0.0,
173-
# Patch 2: Lung
173+
# Patch 2: Lung
174174
"patch_icpp(2)%geometry": 13,
175175
"patch_icpp(2)%hcid": 301,
176176
#'patch_icpp(2)%geometry' : 9,
@@ -190,7 +190,7 @@
190190
"patch_icpp(2)%alpha_rho(2)": rhog_n * alphag_lung,
191191
"patch_icpp(2)%alpha(1)": alphal_lung,
192192
"patch_icpp(2)%alpha(2)": alphag_lung,
193-
# Fluids Physical Parameters
193+
# Fluids Physical Parameters
194194
"fluid_pp(1)%gamma": 1.0e00 / (gammal - 1.0e00),
195195
"fluid_pp(1)%pi_inf": gammal * Bl_n / (gammal - 1.0e00),
196196
"fluid_pp(1)%G": G_l_n,
@@ -200,4 +200,3 @@
200200
}
201201
)
202202
)
203-

0 commit comments

Comments
 (0)