Skip to content

Commit 6a05b8c

Browse files
committed
forgot change to remove
1 parent 8fe6ae4 commit 6a05b8c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/sparging/input_examples.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ def get_sim_input_LIBRA_Pi() -> SimulationInput:
110110
"""
111111
geom = ColumnGeometry(
112112
area=0.13 * ureg.m**2,
113-
# height=0.93 * ureg.m,
114-
height=0.43 * ureg.m,
113+
height=0.93 * ureg.m,
115114
nozzle_diameter=0.002 * ureg.m,
116115
nb_nozzle=4 * ureg.dimensionless,
117116
)

0 commit comments

Comments
 (0)