Skip to content

Commit 2a460de

Browse files
committed
fixing the 3Dlungwave case file
1 parent 67f2b31 commit 2a460de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/3D_lungwave/case.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
interface_amp = 0.03
7474

7575
# time stepping requirements
76-
#time_end = 50
76+
# time_end = 50
7777
time_end = 0.5
7878
cfl = 0.01
7979

@@ -131,10 +131,10 @@
131131
"bc_y%end": -1,
132132
"bc_z%beg": -1,
133133
"bc_z%end": -1,
134-
#"hypoelasticity" : 'T',
134+
# "hypoelasticity" : 'T',
135135
"hyperelasticity": "T",
136136
"hyper_model": 1,
137-
"fd_order":4,
137+
"fd_order": 4,
138138
# Formatted Database Files Structure Parameters
139139
"format": 1,
140140
"precision": 2,

0 commit comments

Comments
 (0)