File size: 15,646 Bytes
ddf563d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
generated_at: '2026-06-29T01:13:45.647654+00:00'
generator: gen_init_conditions.py
global_seed: 42
num_trajs_per_case: 50
split:
  train: indices 0-34
  val: indices 35-42
  test: indices 43-49
references:
- OpenFOAM Foundation. OpenFOAM v9 User Guide, 2021.
- Hysing, S. et al. (2009). Int. J. Numer. Meth. Fluids, 60(11), 1259-1288.
- Pasandideh-Fard, M. et al. (1996). Phys. Fluids, 8(3), 650-659.
cases:
- traj_idx: 1
  traj_name: t01
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t01
  params:
    radius: 0.003332105278837626
    cx: 0.020286096154760448
    v_impact: 1.1907313294508972
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 2
  traj_name: t02
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t02
  params:
    radius: 0.002729554411920386
    cx: 0.0207570168501003
    v_impact: 1.1261565910197335
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 3
  traj_name: t03
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t03
  params:
    radius: 0.0021819845624841774
    cx: 0.018026512711276272
    v_impact: 0.502197050334542
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 4
  traj_name: t04
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t04
  params:
    radius: 0.003534245395196774
    cx: 0.027943805819222504
    v_impact: 1.65669757403518
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 5
  traj_name: t05
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t05
  params:
    radius: 0.003790910451128609
    cx: 0.0230003494766743
    v_impact: 1.7280854823168748
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 6
  traj_name: t06
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t06
  params:
    radius: 0.0024068947531202967
    cx: 0.016132600816316057
    v_impact: 1.3472573677974387
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 7
  traj_name: t07
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t07
  params:
    radius: 0.0025058189612748053
    cx: 0.030410548711217837
    v_impact: 1.5832063663603342
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 8
  traj_name: t08
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t08
  params:
    radius: 0.00396886466011705
    cx: 0.030329930065173295
    v_impact: 1.7759983698881892
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 9
  traj_name: t09
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t09
  params:
    radius: 0.002038247849368511
    cx: 0.027104455782855683
    v_impact: 1.9795085314027263
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 10
  traj_name: t10
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t10
  params:
    radius: 0.0031302095137636875
    cx: 0.021771696496323684
    v_impact: 0.5802252392558555
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 11
  traj_name: t11
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t11
  params:
    radius: 0.0038651816117586052
    cx: 0.02987095990794071
    v_impact: 1.5143158592274715
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 12
  traj_name: t12
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t12
  params:
    radius: 0.002674803139786581
    cx: 0.031668746226558665
    v_impact: 1.6931927195284735
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 13
  traj_name: t13
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t13
  params:
    radius: 0.0026132074402127
    cx: 0.018722625309205963
    v_impact: 0.955019654118265
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 14
  traj_name: t14
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t14
  params:
    radius: 0.00381198939591991
    cx: 0.016607548009102465
    v_impact: 1.615032205958144
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 15
  traj_name: t15
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t15
  params:
    radius: 0.003887809425700128
    cx: 0.02126050778354914
    v_impact: 1.9013501568820925
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 16
  traj_name: t16
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t16
  params:
    radius: 0.0036927001798410007
    cx: 0.01918968910590065
    v_impact: 0.7340027539257468
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 17
  traj_name: t17
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t17
  params:
    radius: 0.0029197055092099597
    cx: 0.02543670722409923
    v_impact: 0.750054474302239
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 18
  traj_name: t18
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t18
  params:
    radius: 0.0027717933848549463
    cx: 0.028678937548832092
    v_impact: 1.4462325267338496
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 19
  traj_name: t19
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t19
  params:
    radius: 0.002137250352161884
    cx: 0.024949673080674042
    v_impact: 1.8465640977939208
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 20
  traj_name: t20
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t20
  params:
    radius: 0.002333263881528381
    cx: 0.025910405365788473
    v_impact: 1.4730429168055643
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 21
  traj_name: t21
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t21
  params:
    radius: 0.002449400045703359
    cx: 0.01937150140479979
    v_impact: 1.8033926179802602
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 22
  traj_name: t22
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t22
  params:
    radius: 0.0028176317135701835
    cx: 0.02633057796469746
    v_impact: 1.8790754649629617
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 23
  traj_name: t23
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t23
  params:
    radius: 0.0033825313044307057
    cx: 0.02456274951778497
    v_impact: 1.147744140688261
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 24
  traj_name: t24
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t24
  params:
    radius: 0.0022858638770692735
    cx: 0.02743578178508848
    v_impact: 1.278250917749328
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 25
  traj_name: t25
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t25
  params:
    radius: 0.00222874464431912
    cx: 0.033174306247203994
    v_impact: 1.0501425045581931
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 26
  traj_name: t26
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t26
  params:
    radius: 0.0035777187139063487
    cx: 0.02219779664472169
    v_impact: 1.7400705937901786
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 27
  traj_name: t27
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t27
  params:
    radius: 0.0036237445255423973
    cx: 0.03082695266152023
    v_impact: 0.7949908124027689
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 28
  traj_name: t28
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t28
  params:
    radius: 0.003479091517074646
    cx: 0.03252758277012077
    v_impact: 0.5983292194821065
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 29
  traj_name: t29
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t29
  params:
    radius: 0.0034215249107899443
    cx: 0.017021942159547904
    v_impact: 1.174968656746899
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 30
  traj_name: t30
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t30
  params:
    radius: 0.0030739075158914735
    cx: 0.021509324664972018
    v_impact: 1.0266153117327792
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 31
  traj_name: t31
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t31
  params:
    radius: 0.002704759150956141
    cx: 0.019851455647906763
    v_impact: 1.3210915222064332
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 32
  traj_name: t32
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t32
  params:
    radius: 0.0023855274955778645
    cx: 0.027848446029046205
    v_impact: 1.2464598229363846
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 33
  traj_name: t33
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t33
  params:
    radius: 0.003001524093418019
    cx: 0.023952910951345264
    v_impact: 1.3790087859856774
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 34
  traj_name: t34
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t34
  params:
    radius: 0.0028693652015416194
    cx: 0.031131096504154823
    v_impact: 1.2866374728810261
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: train
- traj_idx: 35
  traj_name: t35
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t35
  params:
    radius: 0.00325132439243364
    cx: 0.02267822985922824
    v_impact: 1.5718327531446454
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: val
- traj_idx: 36
  traj_name: t36
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t36
  params:
    radius: 0.00227614436151386
    cx: 0.02503506313724422
    v_impact: 0.8463267113049917
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: val
- traj_idx: 37
  traj_name: t37
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t37
  params:
    radius: 0.0035119054654081908
    cx: 0.03388985561530577
    v_impact: 0.9326234129317431
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: val
- traj_idx: 38
  traj_name: t38
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t38
  params:
    radius: 0.002592929088682431
    cx: 0.02829161885772675
    v_impact: 0.6272444141049437
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: val
- traj_idx: 39
  traj_name: t39
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t39
  params:
    radius: 0.0020512214817619626
    cx: 0.03348444650568096
    v_impact: 0.6911807347789267
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: val
- traj_idx: 40
  traj_name: t40
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t40
  params:
    radius: 0.003096636081243491
    cx: 0.029446055223440265
    v_impact: 1.9674666703658032
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: val
- traj_idx: 41
  traj_name: t41
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t41
  params:
    radius: 0.003663367703913176
    cx: 0.01778501889740972
    v_impact: 0.8151802754226645
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: val
- traj_idx: 42
  traj_name: t42
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t42
  params:
    radius: 0.0025468055515066885
    cx: 0.026747971292008225
    v_impact: 0.8868979109683235
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: val
- traj_idx: 43
  traj_name: t43
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t43
  params:
    radius: 0.0032964942171128915
    cx: 0.01845858653132672
    v_impact: 0.6522463964486961
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: test
- traj_idx: 44
  traj_name: t44
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t44
  params:
    radius: 0.002096757554411984
    cx: 0.02055512687036746
    v_impact: 1.0822725352555573
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: test
- traj_idx: 45
  traj_name: t45
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t45
  params:
    radius: 0.003199087845158812
    cx: 0.017094918683233082
    v_impact: 1.535530896891713
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: test
- traj_idx: 46
  traj_name: t46
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t46
  params:
    radius: 0.003928690590909989
    cx: 0.032890217200027924
    v_impact: 0.9954002500748552
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: test
- traj_idx: 47
  traj_name: t47
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t47
  params:
    radius: 0.0037403717202258192
    cx: 0.03186238247620901
    v_impact: 0.5428481584287177
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: test
- traj_idx: 48
  traj_name: t48
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t48
  params:
    radius: 0.002941060423957722
    cx: 0.023463888761286918
    v_impact: 1.4200529300797236
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: test
- traj_idx: 49
  traj_name: t49
  case_type: droplet_impact
  case_dir: /mnt/f/agent-workspace/paper2/Exp/data/raw/droplet_impact/t49
  params:
    radius: 0.0032191731039011386
    cx: 0.023761991874290185
    v_impact: 1.9393516376035902
  mesh:
    nx: 256
    ny: 256
    Lx: 0.05
    Ly: 0.05
  split: test