Skip to content

Commit fa54704

Browse files
AnandAnand
authored andcommitted
format
1 parent 7a5903c commit fa54704

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

benchmarks/ibm/case.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
"bc_z%beg": -3,
7373
"bc_z%end": -3,
7474
# Turn on IBM
75-
"ib" : 'T',
76-
"num_ibs" : 1,
77-
"viscous" : "T",
75+
"ib": "T",
76+
"num_ibs": 1,
77+
"viscous": "T",
7878
# Formatted Database Files Structure Parameters
7979
"format": 1,
8080
"precision": 2,
@@ -104,10 +104,10 @@
104104
"patch_ib(1)%radius": 0.1,
105105
# Fluids Physical Parameters
106106
# Specify 2 fluids
107-
"fluid_pp(1)%gamma": 1.0e00 / (1.4 - 1.0e00),
107+
"fluid_pp(1)%gamma": 1.0e00 / (1.4 - 1.0e00),
108108
"fluid_pp(1)%pi_inf": 0,
109109
"fluid_pp(1)%Re(1)": 54000,
110-
"fluid_pp(2)%gamma": 1.0e00 / (1.4 - 1.0e00),
110+
"fluid_pp(2)%gamma": 1.0e00 / (1.4 - 1.0e00),
111111
"fluid_pp(2)%pi_inf": 0,
112112
"fluid_pp(2)%Re(1)": 54000,
113113
}

0 commit comments

Comments
 (0)