@@ -49,6 +49,7 @@ def test_solve_imf_semi_continuous_8_mm_pass_sequence(tmp_path: Path, caplog):
4949 ),
5050 velocity = 1 ,
5151 gap = 13.5e-3 ,
52+ coulomb_friction_coefficient = 0.4 ,
5253 ),
5354 Transport (
5455 label = "I -> II" ,
@@ -66,6 +67,7 @@ def test_solve_imf_semi_continuous_8_mm_pass_sequence(tmp_path: Path, caplog):
6667 ),
6768 velocity = 1 ,
6869 gap = 1.5e-3 ,
70+ coulomb_friction_coefficient = 0.4 ,
6971 ),
7072 Transport (
7173 label = "II -> III" ,
@@ -85,6 +87,7 @@ def test_solve_imf_semi_continuous_8_mm_pass_sequence(tmp_path: Path, caplog):
8587 ),
8688 velocity = 2 ,
8789 gap = 1.5e-3 ,
90+ coulomb_friction_coefficient = 0.4 ,
8891 ),
8992 Transport (
9093 label = "III -> IV" ,
@@ -102,6 +105,7 @@ def test_solve_imf_semi_continuous_8_mm_pass_sequence(tmp_path: Path, caplog):
102105 ),
103106 velocity = 2 ,
104107 gap = 1e-3 ,
108+ coulomb_friction_coefficient = 0.4 ,
105109 ),
106110 Transport (
107111 label = "IV -> V" ,
@@ -119,6 +123,7 @@ def test_solve_imf_semi_continuous_8_mm_pass_sequence(tmp_path: Path, caplog):
119123 ),
120124 velocity = 2 ,
121125 gap = 5.4e-3 ,
126+ coulomb_friction_coefficient = 0.4 ,
122127 ),
123128 Transport (
124129 label = "V -> VI" ,
@@ -136,6 +141,7 @@ def test_solve_imf_semi_continuous_8_mm_pass_sequence(tmp_path: Path, caplog):
136141 ),
137142 velocity = 2 ,
138143 gap = 1.8e-3 ,
144+ coulomb_friction_coefficient = 0.4 ,
139145 ),
140146 Transport (
141147 label = "VI -> VII" ,
@@ -153,6 +159,7 @@ def test_solve_imf_semi_continuous_8_mm_pass_sequence(tmp_path: Path, caplog):
153159 ),
154160 velocity = 2 ,
155161 gap = 0.8e-3 ,
162+ coulomb_friction_coefficient = 0.4 ,
156163 ),
157164 Transport (
158165 label = "VII -> IIX" ,
@@ -170,6 +177,7 @@ def test_solve_imf_semi_continuous_8_mm_pass_sequence(tmp_path: Path, caplog):
170177 ),
171178 velocity = 2 ,
172179 gap = 3.8e-3 ,
180+ coulomb_friction_coefficient = 0.4 ,
173181 ),
174182 Transport (
175183 label = "IIX -> IX" ,
@@ -187,6 +195,7 @@ def test_solve_imf_semi_continuous_8_mm_pass_sequence(tmp_path: Path, caplog):
187195 ),
188196 velocity = 2 ,
189197 gap = 3.5e-3 ,
198+ coulomb_friction_coefficient = 0.4 ,
190199 ),
191200 Transport (
192201 label = "IX -> X" ,
@@ -203,6 +212,7 @@ def test_solve_imf_semi_continuous_8_mm_pass_sequence(tmp_path: Path, caplog):
203212 ),
204213 velocity = 2 ,
205214 gap = 4e-3 ,
215+ coulomb_friction_coefficient = 0.4 ,
206216 ),
207217 Transport (
208218 label = "X -> XI" ,
@@ -221,6 +231,7 @@ def test_solve_imf_semi_continuous_8_mm_pass_sequence(tmp_path: Path, caplog):
221231 ),
222232 velocity = 4.89 ,
223233 gap = 1.2e-3 ,
234+ coulomb_friction_coefficient = 0.4 ,
224235 ),
225236 Transport (
226237 label = "XI -> XII" ,
@@ -239,6 +250,7 @@ def test_solve_imf_semi_continuous_8_mm_pass_sequence(tmp_path: Path, caplog):
239250 ),
240251 velocity = 6.1 ,
241252 gap = 0.9e-3 ,
253+ coulomb_friction_coefficient = 0.4 ,
242254 ),
243255 Transport (
244256 label = "XII -> XIII" ,
@@ -257,6 +269,7 @@ def test_solve_imf_semi_continuous_8_mm_pass_sequence(tmp_path: Path, caplog):
257269 ),
258270 velocity = 7.91 ,
259271 gap = 1.75e-3 ,
272+ coulomb_friction_coefficient = 0.4 ,
260273 ),
261274 Transport (
262275 label = "XIII -> XIV" ,
@@ -275,6 +288,7 @@ def test_solve_imf_semi_continuous_8_mm_pass_sequence(tmp_path: Path, caplog):
275288 ),
276289 velocity = 10 ,
277290 gap = 1.5e-3 ,
291+ coulomb_friction_coefficient = 0.4 ,
278292 ),
279293 ])
280294
0 commit comments