-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDDA_result_MAGNETITE_rpp40nm.dat
11879 lines (10032 loc) · 266 KB
/
DDA_result_MAGNETITE_rpp40nm.dat
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
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
####################### Start of result section #######################
wl0_index 0
target_index 0
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_0_agg_N8_kf1.0_Df2.8.out
is_homogeneous 1
eper_particle (3.88492,4.0195)
mper_particle (1,0)
volume_particle 0.00214466
mass_particle 1.10879e-14
density_particle 5.17
ve_radius_particle 0.08
----------------- Computed optical properties -----------------
mean_Csca 0.0315186
std_Csca 0.00218211
mean_MAC 3.60883
std_MAC 0.176446
mean_SSA 0.44054
std_SSA 0.0284462
------------------- Computational info --------------------
f 6
nx 5
ny 4
nz 5
num_element_cuboid 100
num_element_occupy 8
DDA_solver_time 0
DDA_solver_time_per_Ninc 0
************************ End of result section ***********************
MAC_mie 2.98733
####################### Start of result section #######################
wl0_index 0
target_index 1
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_0_agg_N16_kf1.0_Df2.8.out
is_homogeneous 1
eper_particle (3.88492,4.0195)
mper_particle (1,0)
volume_particle 0.00402124
mass_particle 2.07898e-14
density_particle 5.17
ve_radius_particle 0.0986485
----------------- Computed optical properties -----------------
mean_Csca 0.0542547
std_Csca 0.00276722
mean_MAC 2.95836
std_MAC 0.0773952
mean_SSA 0.46853
std_SSA 0.0147615
------------------- Computational info --------------------
f 6
nx 6
ny 6
nz 7
num_element_cuboid 252
num_element_occupy 15
DDA_solver_time 0
DDA_solver_time_per_Ninc 0
************************ End of result section ***********************
MAC_mie 2.33622
####################### Start of result section #######################
wl0_index 0
target_index 2
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_0_agg_N32_kf1.0_Df2.8.out
is_homogeneous 1
eper_particle (3.88492,4.0195)
mper_particle (1,0)
volume_particle 0.00804248
mass_particle 4.15796e-14
density_particle 5.17
ve_radius_particle 0.124289
----------------- Computed optical properties -----------------
mean_Csca 0.0824606
std_Csca 0.00614524
mean_MAC 2.33929
std_MAC 0.0336823
mean_SSA 0.458349
std_SSA 0.0187195
------------------- Computational info --------------------
f 6
nx 11
ny 9
nz 7
num_element_cuboid 693
num_element_occupy 30
DDA_solver_time 0
DDA_solver_time_per_Ninc 0
************************ End of result section ***********************
MAC_mie 1.74958
####################### Start of result section #######################
wl0_index 0
target_index 3
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_0_agg_N64_kf1.0_Df2.8.out
is_homogeneous 1
eper_particle (3.88492,4.0195)
mper_particle (1,0)
volume_particle 0.0166211
mass_particle 8.59312e-14
density_particle 5.17
ve_radius_particle 0.158316
----------------- Computed optical properties -----------------
mean_Csca 0.136504
std_Csca 0.00148446
mean_MAC 1.9601
std_MAC 0.0846063
mean_SSA 0.447839
std_SSA 0.0135092
------------------- Computational info --------------------
f 6
nx 17
ny 9
nz 8
num_element_cuboid 1224
num_element_occupy 62
DDA_solver_time 1
DDA_solver_time_per_Ninc 0.25
************************ End of result section ***********************
MAC_mie 1.27386
####################### Start of result section #######################
wl0_index 0
target_index 4
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_0_agg_N128_kf1.0_Df2.8.out
is_homogeneous 1
eper_particle (3.88492,4.0195)
mper_particle (1,0)
volume_particle 0.0327061
mass_particle 1.6909e-13
density_particle 5.17
ve_radius_particle 0.198387
----------------- Computed optical properties -----------------
mean_Csca 0.2359
std_Csca 0.0318498
mean_MAC 1.54651
std_MAC 0.15867
mean_SSA 0.473425
std_SSA 0.0128646
------------------- Computational info --------------------
f 6
nx 18
ny 18
nz 13
num_element_cuboid 4212
num_element_occupy 122
DDA_solver_time 6
DDA_solver_time_per_Ninc 1.5
************************ End of result section ***********************
MAC_mie 0.952212
####################### Start of result section #######################
wl0_index 0
target_index 5
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_0_agg_N256_kf1.0_Df2.8.out
is_homogeneous 1
eper_particle (3.88492,4.0195)
mper_particle (1,0)
volume_particle 0.0662164
mass_particle 3.42339e-13
density_particle 5.17
ve_radius_particle 0.250972
----------------- Computed optical properties -----------------
mean_Csca 0.421681
std_Csca 0.0173409
mean_MAC 1.32285
std_MAC 0.0520013
mean_SSA 0.482159
std_SSA 0.00188347
------------------- Computational info --------------------
f 6
nx 24
ny 19
nz 17
num_element_cuboid 7752
num_element_occupy 247
DDA_solver_time 23
DDA_solver_time_per_Ninc 5.75
************************ End of result section ***********************
MAC_mie 0.706454
####################### Start of result section #######################
wl0_index 0
target_index 6
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_0_agg_N512_kf1.0_Df2.8.out
is_homogeneous 1
eper_particle (3.88492,4.0195)
mper_particle (1,0)
volume_particle 0.127607
mass_particle 6.5973e-13
density_particle 5.17
ve_radius_particle 0.312317
----------------- Computed optical properties -----------------
mean_Csca 0.741547
std_Csca 0.0452682
mean_MAC 1.18121
std_MAC 0.0751139
mean_SSA 0.487623
std_SSA 0.00207021
------------------- Computational info --------------------
f 6
nx 28
ny 32
nz 20
num_element_cuboid 17920
num_element_occupy 476
DDA_solver_time 46
DDA_solver_time_per_Ninc 11.5
************************ End of result section ***********************
MAC_mie 0.537145
####################### Start of result section #######################
wl0_index 0
target_index 7
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_0_agg_N1024_kf1.0_Df2.8.out
is_homogeneous 1
eper_particle (3.88492,4.0195)
mper_particle (1,0)
volume_particle 0.256555
mass_particle 1.32639e-12
density_particle 5.17
ve_radius_particle 0.394182
----------------- Computed optical properties -----------------
mean_Csca 1.19596
std_Csca 0.0345587
mean_MAC 0.929841
std_MAC 0.0106526
mean_SSA 0.492243
std_SSA 0.00773714
------------------- Computational info --------------------
f 6
nx 26
ny 40
nz 30
num_element_cuboid 31200
num_element_occupy 957
DDA_solver_time 159
DDA_solver_time_per_Ninc 39.75
************************ End of result section ***********************
MAC_mie 0.403296
####################### Start of result section #######################
wl0_index 0
target_index 8
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_0_agg_N2048_kf1.0_Df2.8.out
is_homogeneous 1
eper_particle (3.88492,4.0195)
mper_particle (1,0)
volume_particle 0.507748
mass_particle 2.62506e-12
density_particle 5.17
ve_radius_particle 0.494903
----------------- Computed optical properties -----------------
mean_Csca 1.4569
std_Csca 0.2753
mean_MAC 0.538466
std_MAC 0.116225
mean_SSA 0.508664
std_SSA 0.0111009
------------------- Computational info --------------------
f 6
nx 32
ny 34
nz 61
num_element_cuboid 66368
num_element_occupy 1894
DDA_solver_time 347
DDA_solver_time_per_Ninc 86.75
************************ End of result section ***********************
MAC_mie 0.306242
####################### Start of result section #######################
wl0_index 0
target_index 9
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_0_agg_N4096_kf1.0_Df2.8.out
is_homogeneous 1
eper_particle (3.88492,4.0195)
mper_particle (1,0)
volume_particle 1.01496
mass_particle 5.24735e-12
density_particle 5.17
ve_radius_particle 0.623429
----------------- Computed optical properties -----------------
mean_Csca 2.91889
std_Csca 0.230496
mean_MAC 0.539843
std_MAC 0.0495858
mean_SSA 0.507698
std_SSA 0.00330576
------------------- Computational info --------------------
f 6
nx 60
ny 48
nz 59
num_element_cuboid 169920
num_element_occupy 3786
DDA_solver_time 758
DDA_solver_time_per_Ninc 189.5
************************ End of result section ***********************
MAC_mie 0.232743
####################### Start of result section #######################
wl0_index 0
target_index 10
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_0_agg_N8192_kf1.0_Df2.8.out
is_homogeneous 1
eper_particle (3.88492,4.0195)
mper_particle (1,0)
volume_particle 2.0385
mass_particle 1.0539e-11
density_particle 5.17
ve_radius_particle 0.786576
----------------- Computed optical properties -----------------
mean_Csca 5.17896
std_Csca 0.0452778
mean_MAC 0.484627
std_MAC 0.00847262
mean_SSA 0.503495
std_SSA 0.00221061
------------------- Computational info --------------------
f 6
nx 80
ny 91
nz 61
num_element_cuboid 444080
num_element_occupy 7604
DDA_solver_time 3245
DDA_solver_time_per_Ninc 811.25
************************ End of result section ***********************
MAC_mie 0.177383
####################### Start of result section #######################
wl0_index 0
target_index 11
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_0_agg_N16384_kf1.0_Df2.8.out
is_homogeneous 1
eper_particle (3.88492,4.0195)
mper_particle (1,0)
volume_particle 4.04242
mass_particle 2.08993e-11
density_particle 5.17
ve_radius_particle 0.988214
----------------- Computed optical properties -----------------
mean_Csca 7.94325
std_Csca 0.43439
mean_MAC 0.365422
std_MAC 0.0261022
mean_SSA 0.510021
std_SSA 0.00474418
------------------- Computational info --------------------
f 6
nx 91
ny 88
nz 113
num_element_cuboid 904904
num_element_occupy 15079
DDA_solver_time 7707
DDA_solver_time_per_Ninc 1926.75
************************ End of result section ***********************
MAC_mie 0.136452
####################### Start of result section #######################
wl0_index 0
target_index 12
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_2_agg_N8_kf1.0_Df2.8.out
is_homogeneous 0
eper_core (3.88492,4.0195)
mper_core (1,0)
volume_core 0.00214466
mass_core 1.10879e-14
density_core 5.17
ve_radius_core 0.08
eper_coat (2.25,0)
mper_coat (1,0)
volume_coat 0.002624
coat_to_core_vratio 1.2235
----------------- Computed optical properties -----------------
mean_Csca 0.0509507
std_Csca 0.00411253
mean_MAC 4.18451
std_MAC 0.451912
mean_SSA 0.52372
std_SSA 0.0454713
------------------- Computational info --------------------
f 6
nx 5
ny 4
nz 5
num_element_cuboid 100
num_element_occupy 49
DDA_solver_time 0
DDA_solver_time_per_Ninc 0
************************ End of result section ***********************
MAC_mie 2.98733
####################### Start of result section #######################
wl0_index 0
target_index 13
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_2_agg_N16_kf1.0_Df2.8.out
is_homogeneous 0
eper_core (3.88492,4.0195)
mper_core (1,0)
volume_core 0.00402124
mass_core 2.07898e-14
density_core 5.17
ve_radius_core 0.0986485
eper_coat (2.25,0)
mper_coat (1,0)
volume_coat 0.00832
coat_to_core_vratio 2.06901
----------------- Computed optical properties -----------------
mean_Csca 0.113961
std_Csca 0.0157331
mean_MAC 3.70799
std_MAC 0.405575
mean_SSA 0.595308
std_SSA 0.0473625
------------------- Computational info --------------------
f 6
nx 6
ny 6
nz 7
num_element_cuboid 252
num_element_occupy 145
DDA_solver_time 0
DDA_solver_time_per_Ninc 0
************************ End of result section ***********************
MAC_mie 2.33622
####################### Start of result section #######################
wl0_index 0
target_index 14
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_2_agg_N32_kf1.0_Df2.8.out
is_homogeneous 0
eper_core (3.88492,4.0195)
mper_core (1,0)
volume_core 0.00804248
mass_core 4.15796e-14
density_core 5.17
ve_radius_core 0.124289
eper_coat (2.25,0)
mper_coat (1,0)
volume_coat 0.03488
coat_to_core_vratio 4.33697
----------------- Computed optical properties -----------------
mean_Csca 0.283924
std_Csca 0.0419276
mean_MAC 4.32138
std_MAC 0.372862
mean_SSA 0.611047
std_SSA 0.016412
------------------- Computational info --------------------
f 6
nx 11
ny 9
nz 7
num_element_cuboid 693
num_element_occupy 575
DDA_solver_time 1
DDA_solver_time_per_Ninc 0.25
************************ End of result section ***********************
MAC_mie 1.74958
####################### Start of result section #######################
wl0_index 0
target_index 15
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_2_agg_N64_kf1.0_Df2.8.out
is_homogeneous 0
eper_core (3.88492,4.0195)
mper_core (1,0)
volume_core 0.0166211
mass_core 8.59312e-14
density_core 5.17
ve_radius_core 0.158316
eper_coat (2.25,0)
mper_coat (1,0)
volume_coat 0.05536
coat_to_core_vratio 3.3307
----------------- Computed optical properties -----------------
mean_Csca 0.367995
std_Csca 0.0936583
mean_MAC 2.95782
std_MAC 0.0186322
mean_SSA 0.584371
std_SSA 0.0630917
------------------- Computational info --------------------
f 6
nx 17
ny 9
nz 8
num_element_cuboid 1224
num_element_occupy 927
DDA_solver_time 2
DDA_solver_time_per_Ninc 0.5
************************ End of result section ***********************
MAC_mie 1.27386
####################### Start of result section #######################
wl0_index 0
target_index 16
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_2_agg_N128_kf1.0_Df2.8.out
is_homogeneous 0
eper_core (3.88492,4.0195)
mper_core (1,0)
volume_core 0.0327061
mass_core 1.6909e-13
density_core 5.17
ve_radius_core 0.198387
eper_coat (2.25,0)
mper_coat (1,0)
volume_coat 0.150656
coat_to_core_vratio 4.60636
----------------- Computed optical properties -----------------
mean_Csca 0.672671
std_Csca 0.148394
mean_MAC 2.99133
std_MAC 0.0661351
mean_SSA 0.565417
std_SSA 0.0557326
------------------- Computational info --------------------
f 6
nx 18
ny 18
nz 13
num_element_cuboid 4212
num_element_occupy 2476
DDA_solver_time 13
DDA_solver_time_per_Ninc 3.25
************************ End of result section ***********************
MAC_mie 0.952212
####################### Start of result section #######################
wl0_index 0
target_index 17
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_2_agg_N256_kf1.0_Df2.8.out
is_homogeneous 0
eper_core (3.88492,4.0195)
mper_core (1,0)
volume_core 0.0662164
mass_core 3.42339e-13
density_core 5.17
ve_radius_core 0.250972
eper_coat (2.25,0)
mper_coat (1,0)
volume_coat 0.277312
coat_to_core_vratio 4.18797
----------------- Computed optical properties -----------------
mean_Csca 0.776364
std_Csca 0.123732
mean_MAC 2.40582
std_MAC 0.0985401
mean_SSA 0.482884
std_SSA 0.0322288
------------------- Computational info --------------------
f 6
nx 24
ny 19
nz 17
num_element_cuboid 7752
num_element_occupy 4580
DDA_solver_time 52
DDA_solver_time_per_Ninc 13
************************ End of result section ***********************
MAC_mie 0.706454
####################### Start of result section #######################
wl0_index 0
target_index 18
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_2_agg_N512_kf1.0_Df2.8.out
is_homogeneous 0
eper_core (3.88492,4.0195)
mper_core (1,0)
volume_core 0.127607
mass_core 6.5973e-13
density_core 5.17
ve_radius_core 0.312317
eper_coat (2.25,0)
mper_coat (1,0)
volume_coat 0.48576
coat_to_core_vratio 3.80668
----------------- Computed optical properties -----------------
mean_Csca 1.2376
std_Csca 0.215979
mean_MAC 2.04813
std_MAC 0.0615182
mean_SSA 0.475359
std_SSA 0.0408879
------------------- Computational info --------------------
f 6
nx 28
ny 32
nz 20
num_element_cuboid 17920
num_element_occupy 8066
DDA_solver_time 121
DDA_solver_time_per_Ninc 30.25
************************ End of result section ***********************
MAC_mie 0.537145
####################### Start of result section #######################
wl0_index 0
target_index 19
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_2_agg_N1024_kf1.0_Df2.8.out
is_homogeneous 0
eper_core (3.88492,4.0195)
mper_core (1,0)
volume_core 0.256555
mass_core 1.32639e-12
density_core 5.17
ve_radius_core 0.394182
eper_coat (2.25,0)
mper_coat (1,0)
volume_coat 0.725824
coat_to_core_vratio 2.82912
----------------- Computed optical properties -----------------
mean_Csca 1.4751
std_Csca 0.114371
mean_MAC 1.37702
std_MAC 0.0351867
mean_SSA 0.44634
std_SSA 0.014224
------------------- Computational info --------------------
f 6
nx 26
ny 40
nz 30
num_element_cuboid 31200
num_element_occupy 12298
DDA_solver_time 333
DDA_solver_time_per_Ninc 83.25
************************ End of result section ***********************
MAC_mie 0.403296
####################### Start of result section #######################
wl0_index 0
target_index 20
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_2_agg_N2048_kf1.0_Df2.8.out
is_homogeneous 0
eper_core (3.88492,4.0195)
mper_core (1,0)
volume_core 0.507748
mass_core 2.62506e-12
density_core 5.17
ve_radius_core 0.494903
eper_coat (2.25,0)
mper_coat (1,0)
volume_coat 1.46528
coat_to_core_vratio 2.88584
----------------- Computed optical properties -----------------
mean_Csca 1.78301
std_Csca 0.218425
mean_MAC 0.985015
std_MAC 0.0973444
mean_SSA 0.407662
std_SSA 0.00581736
------------------- Computational info --------------------
f 6
nx 32
ny 34
nz 61
num_element_cuboid 66368
num_element_occupy 24789
DDA_solver_time 758
DDA_solver_time_per_Ninc 189.5
************************ End of result section ***********************
MAC_mie 0.306242
####################### Start of result section #######################
wl0_index 0
target_index 21
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_2_agg_N4096_kf1.0_Df2.8.out
is_homogeneous 0
eper_core (3.88492,4.0195)
mper_core (1,0)
volume_core 1.01496
mass_core 5.24735e-12
density_core 5.17
ve_radius_core 0.623429
eper_coat (2.25,0)
mper_coat (1,0)
volume_coat 3.10272
coat_to_core_vratio 3.05699
----------------- Computed optical properties -----------------
mean_Csca 3.24203
std_Csca 0.197209
mean_MAC 0.899574
std_MAC 0.0703206
mean_SSA 0.407386
std_SSA 0.00661244
------------------- Computational info --------------------
f 6
nx 60
ny 48
nz 59
num_element_cuboid 169920
num_element_occupy 52266
DDA_solver_time 2406
DDA_solver_time_per_Ninc 601.5
************************ End of result section ***********************
MAC_mie 0.232743
####################### Start of result section #######################
wl0_index 0
target_index 22
----------------- Incident wave properties -------------------
wl0 0.3
N_inc 4
-------------------- Medium properties -----------------------
eper_medium (1,0)
mper_medium (1,0)
-------------------- Target properties ----------------------
target_fname DDA_target_2_agg_N8192_kf1.0_Df2.8.out