forked from valdal/latex-template-dissertation-ucm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEY_thesis.bib
2628 lines (2474 loc) · 255 KB
/
EY_thesis.bib
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
@article{gurel_studies_1955,
title = {Studies of the viscosity and sedimentation of suspensions: {Part} 3. - {The} sedimentation of isometric and compact particles},
volume = {6},
issn = {0508-3443},
shorttitle = {Studies of the viscosity and sedimentation of suspensions},
url = {https://doi.org/10.1088/0508-3443/6/3/304},
doi = {10.1088/0508-3443/6/3/304},
abstract = {Series of experiments on the sedimentation of a variety of isometrically-shaped bodies are described and it is shown that the resistance to motion R, of a body moving with velocity v, in an infinite extent of fluid in the region of streamline flow is given by R = vηK√(surface area of body), where η is the viscosity of the fluid and K a shape factor of the particle which varies from 3√π for spheres to 3√2.92 for tetrahedra. By using a value of 3√3 for K the equation may be applied to isometric and other compact shapes, where the axial ratio does not exceed about 1.4 to 1, with an error not greater than ±2\%. A more accurate, but less easily applied, empirical relationship for the settling rate of compact bodies is also given and an equation which satisfies the interference effects of the walls of a sedimentation vessel upon a falling body is developed experimentally.},
language = {en},
number = {3},
urldate = {2021-01-13},
journal = {British Journal of Applied Physics},
author = {Gurel, S. and Ward, S. G. and Whitmore, R. L.},
month = mar,
year = {1955},
note = {Publisher: IOP Publishing},
pages = {83--87},
}
@book{trefethen_spectral_2000,
series = {Software, {Environments} and {Tools}},
title = {Spectral {Methods} in {MATLAB}},
isbn = {978-0-89871-465-4},
url = {https://epubs.siam.org/doi/book/10.1137/1.9780898719598},
abstract = {The aim of this book is to teach you the essentials of spectral collocation methods with the aid of 40 short MATLAB® programs, or “M-files.”* The programs are available online at http://www.comlab.ox.ac.uk/oucl/work/nick.trefethen, and you will run them and modify them to solve all kinds of ordinary and partial differential equations (ODEs and PDEs) connected with problems in fluid mechanics, quantum mechanics, vibrations, linear and nonlinear waves, complex analysis, and other fields. Concerning prerequisites, it is assumed that the words just written have meaning for you, that you have some knowledge of numerical methods, and that you already know MATLAB. If you like computing and numerical mathematics, you will enjoy working through this book, whether alone or in the classroom—and if you learn a few new tricks of MATLAB along the way, that's OK too!},
urldate = {2019-09-18},
publisher = {Society for Industrial and Applied Mathematics},
author = {Trefethen, L.},
month = jan,
year = {2000},
doi = {10.1137/1.9780898719598},
file = {Snapshot:/Users/eunji/Zotero/storage/KQIBY52P/1.html:text/html;Snapshot:/Users/eunji/Zotero/storage/4VL2RGBP/1.html:text/html},
}
@article{ying_kernel-independent_2004,
title = {A kernel-independent adaptive fast multipole algorithm in two and three dimensions},
volume = {196},
issn = {0021-9991},
url = {http://www.sciencedirect.com/science/article/pii/S0021999103006090},
doi = {10.1016/j.jcp.2003.11.021},
abstract = {We present a new fast multipole method for particle simulations. The main feature of our algorithm is that it does not require the implementation of multipole expansions of the underlying kernel, and it is based only on kernel evaluations. Instead of using analytic expansions to represent the potential generated by sources inside a box of the hierarchical FMM tree, we use a continuous distribution of an equivalent density on a surface enclosing the box. To find this equivalent density, we match its potential to the potential of the original sources at a surface, in the far field, by solving local Dirichlet-type boundary value problems. The far-field evaluations are sparsified with singular value decomposition in 2D or fast Fourier transforms in 3D. We have tested the new method on the single and double layer operators for the Laplacian, the modified Laplacian, the Stokes, the modified Stokes, the Navier, and the modified Navier operators in two and three dimensions. Our numerical results indicate that our method compares very well with the best known implementations of the analytic FMM method for both the Laplacian and modified Laplacian kernels. Its advantage is the (relative) simplicity of the implementation and its immediate extension to more general kernels.},
language = {en},
number = {2},
urldate = {2021-01-31},
journal = {Journal of Computational Physics},
author = {Ying, Lexing and Biros, George and Zorin, Denis},
month = may,
year = {2004},
keywords = {-body problems, Double-layer potential, Fast multipole methods, Fast solvers, Integral equations, Particle methods, Single-layer potential},
pages = {591--626},
file = {ScienceDirect Full Text PDF:/Users/eunji/Zotero/storage/Y2VRC5HG/Ying et al. - 2004 - A kernel-independent adaptive fast multipole algor.pdf:application/pdf},
}
@article{tornberg_fast_2008,
title = {A fast multipole method for the three-dimensional {Stokes} equations},
volume = {227},
issn = {0021-9991},
url = {http://www.sciencedirect.com/science/article/pii/S0021999107002744},
doi = {10.1016/j.jcp.2007.06.029},
abstract = {Many problems in Stokes flow (and linear elasticity) require the evaluation of vector fields defined in terms of sums involving large numbers of fundamental solutions. In the fluid mechanics setting, these are typically the Stokeslet (the kernel of the single layer potential) or the Stresslet (the kernel of the double layer potential). In this paper, we present a simple and efficient method for the rapid evaluation of such fields, using a decomposition into a small number of Coulombic N-body problems, following an approach similar to that of Fu and Rodin [Y. Fu, G.J. Rodin, Fast solution methods for three-dimensional Stokesian many-particle problems, Commun. Numer. Meth. En. 16 (2000) 145–149]. While any fast summation algorithm for Coulombic interactions can be employed, we present numerical results from a scheme based on the most modern version of the fast multipole method [H. Cheng, L. Greengard, V. Rokhlin, A fast adaptive multipole algorithm in three dimensions, J. Comput. Phys. 155 (1999) 468–498]. This approach should be of value in both the solution of boundary integral equations and multiparticle dynamics.},
language = {en},
number = {3},
urldate = {2021-01-27},
journal = {Journal of Computational Physics},
author = {Tornberg, Anna-Karin and Greengard, Leslie},
month = jan,
year = {2008},
pages = {1613--1619},
file = {ScienceDirect Full Text PDF:/Users/eunji/Zotero/storage/ZDVXJXMS/Tornberg and Greengard - 2008 - A fast multipole method for the three-dimensional .pdf:application/pdf;ScienceDirect Snapshot:/Users/eunji/Zotero/storage/ZHECCUF8/S0021999107002744.html:text/html;ScienceDirect Snapshot:/Users/eunji/Zotero/storage/YECWG2GY/S0021999107002744.html:text/html},
}
@article{king_yeung_yick_enhanced_2009,
title = {Enhanced drag of a sphere settling in a stratified fluid at small {Reynolds} numbers},
doi = {10.1017/s0022112009007332},
abstract = {We present a combined experimental and numerical investigation of a sphere settling in a linearly stratified fluid at small Reynolds numbers. Using time-lapse photography and numerical modelling, we observed and quantified an increase in drag due to stratification. For a salt stratification, the normalized added drag coefficient scales as Ri 0.51 , where Ri=a 3 N 2 /(νU) is the viscous Richardson number, a the particle radius, U its speed, ν the kinematic fluid viscosity and N the buoyancy frequency. Microscale synthetic schlieren revealed that a settling sphere draws lighter fluid downwards, resulting in a density wake extending tens of particle radii. Analysis of the flow and density fields shows that the added drag results from the buoyancy of the fluid in a region of size (ν/N) 1/2 surrounding the sphere, while the bulk of the wake does not influence drag. A scaling argument is provided to rationalize the observations. The enhanced drag can increase settling times in natural aquatic environments, affecting retention of particles at density interfaces and vertical fluxes of organic matter.},
journal = {Journal of Fluid Mechanics},
author = {{King Yeung Yick} and {Carlos R. Torres} and {Thomas Peacock} and {Roman Stocker}},
year = {2009},
doi = {10.1017/s0022112009007332},
note = {MAG ID: 1978200303},
}
@article{magdalena_m_mrokowska_influence_2020,
title = {Influence of pycnocline on settling behaviour of non-spherical particle and wake evolution},
doi = {10.1038/s41598-020-77682-y},
abstract = {Settling of non-spherical particles in a stratified fluid exhibits complex dynamics in a low-to-moderate inertia regime. Although this process is involved in a wide variety of phenomena in natural fluid systems, its fundamental mechanisms are still unexplored. Understanding of particle settling in microscale is particularly important to explain challenging problems associated with ecological and biogeochemical processes in the ocean due to the delayed settling of particulate matter at pycnoclines. Here, I explore interactions between disk-shaped particles and a stratified fluid with a density transition. By laboratory experiments, I demonstrate that the settling dynamics of the disk crossing a density transition are tightly coupled with the wake structure evolution, and I observe for the first time in a two-layer ambient configuration a bell-shaped structure that forms on a jet after the wake has detached from the particle. Furthermore, I identify hydrodynamic conditions for the variations of settling velocity and particle orientation instabilities. These findings shed light on particle settling mechanisms necessary to explain dynamics of marine particles such as plankton, faecal pellets, and microplastics and may improve the estimation methods of sedimentation processes in various areas of earth sciences and engineering.},
journal = {Scientific Reports},
author = {{Magdalena M. Mrokowska}},
year = {2020},
doi = {10.1038/s41598-020-77682-y},
pmcid = {7692520},
pmid = {33244108},
note = {MAG ID: 3109985030},
}
@article{arezoo_m_ardekani_stratlets_2010,
title = {Stratlets: low {Reynolds} number point-force solutions in a stratified fluid.},
doi = {10.1103/physrevlett.105.084502},
abstract = {We present fundamental solutions of low Reynolds number flows in a stratified fluid, including the case of a point force (Stokeslet) and a doublet. Stratification dramatically alters the flow by creating toroidal eddies, and velocity decays much faster than in a homogeneous fluid. The fundamental length scale is set by the competition of buoyancy, diffusion and viscosity, and is O(100 μm―1 mm) in aquatic environments. Stratification can therefore affect the swimming of small organisms and the sinking of marine snow particles, and diminish the effectiveness of mechanosensing in the ocean.},
journal = {Physical Review Letters},
author = {{Arezoo M. Ardekani} and {Roman Stocker}},
year = {2010},
doi = {10.1103/physrevlett.105.084502},
pmid = {20868101},
note = {MAG ID: 2995510073},
}
@inproceedings{grengard_rapid_1988,
address = {Berlin, Heidelberg},
series = {Lecture {Notes} in {Mathematics}},
title = {The rapid evaluation of potential fields in three dimensions},
isbn = {978-3-540-46034-3},
doi = {10.1007/BFb0089775},
language = {en},
booktitle = {Vortex {Methods}},
publisher = {Springer},
author = {Grengard, L. and Rokhlin, V.},
editor = {Anderson, Christopher and Greengard, Claude},
year = {1988},
keywords = {Error Bound, Legendre Polynomial, Multipole Expansion, Potential Field, Translation Operator},
pages = {121--141},
file = {Springer Full Text PDF:/Users/eunji/Zotero/storage/VWXFLC6P/Grengard and Rokhlin - 1988 - The rapid evaluation of potential fields in three .pdf:application/pdf},
}
@book{guazzelli_physical_2011,
address = {Cambridge},
series = {Cambridge {Texts} in {Applied} {Mathematics}},
title = {A {Physical} {Introduction} to {Suspension} {Dynamics}},
isbn = {978-0-521-19319-1},
url = {https://www.cambridge.org/core/books/physical-introduction-to-suspension-dynamics/B8EB2B34C3D3893D7E22884710AA7E7A},
abstract = {Understanding the behaviour of particles suspended in a fluid has many important applications across a range of fields, including engineering and geophysics. Comprising two main parts, this book begins with the well-developed theory of particles in viscous fluids, i.e. microhydrodynamics, particularly for single- and pair-body dynamics. Part II considers many-body dynamics, covering shear flows and sedimentation, bulk flow properties and collective phenomena. An interlude between the two parts provides the basic statistical techniques needed to employ the results of the first (microscopic) in the second (macroscopic). The authors introduce theoretical, mathematical concepts through concrete examples, making the material accessible to non-mathematicians. They also include some of the many open questions in the field to encourage further study. Consequently, this is an ideal introduction for students and researchers from other disciplines who are approaching suspension dynamics for the first time.},
urldate = {2021-08-31},
publisher = {Cambridge University Press},
author = {Guazzelli, Élisabeth and Morris, Jeffrey F.},
year = {2011},
doi = {10.1017/CBO9780511894671},
file = {Snapshot:/Users/eunji/Zotero/storage/SKFW3U57/B8EB2B34C3D3893D7E22884710AA7E7A.html:text/html},
}
@article{smithies_integral_1959,
title = {Integral equations and their applications to certain problems in mechanics, mathematical physics and technology. {By} {S}. {G}. {Mikhlin}. {Translated} from the {Russian} by {A}. {H}. {Armstrong}. {Pp}. xii, 338. 80s. 1957. ({Pergamon} {Press})},
volume = {43},
issn = {0025-5572, 2056-6328},
url = {https://www.cambridge.org/core/journals/mathematical-gazette/article/abs/integral-equations-and-their-applications-to-certain-problems-in-mechanics-mathematical-physics-and-technology-by-s-g-mikhlin-translated-from-the-russian-by-a-h-armstrong-pp-xii-338-80s-1957-pergamon-press/4790BC73CCD508CBE7A21A630536BE74},
doi = {10.2307/3610248},
abstract = {//static.cambridge.org/content/id/urn\%3Acambridge.org\%3Aid\%3Aarticle\%3AS0025557200040717/resource/name/firstPage-S0025557200040717a.jpg},
language = {en},
number = {344},
urldate = {2021-05-15},
journal = {The Mathematical Gazette},
author = {Smithies, F.},
month = may,
year = {1959},
note = {Publisher: Cambridge University Press},
pages = {156--156},
file = {Snapshot:/Users/eunji/Zotero/storage/WX7NXMF4/4790BC73CCD508CBE7A21A630536BE74.html:text/html},
}
@article{mrokowska_dynamics_2020,
title = {Dynamics of thin disk settling in two-layered fluid with density transition},
volume = {68},
issn = {1895-7455},
url = {https://doi.org/10.1007/s11600-020-00455-8},
doi = {10.1007/s11600-020-00455-8},
abstract = {Settling of solid particles in a stratified ambient fluid is a process widely encountered in geophysical flows. A set of experiments demonstrating the settling behaviour (the pattern of trajectory, variation of particle orientation, and settling velocity with depth) of thin disks descending through a nonlinear density transition was performed. The results showed complex hydrodynamic interactions between a particle and a liquid causing settling orientation instabilities and unsteady particle descent in low to moderate Reynolds number regime. Five phases of settling were observed: two phases with stable horizontal, one with stable vertical disk position, and two reorientation phases; moreover, two local minima of settling velocity were identified. It was demonstrated that thresholds for local minima and the first reorientation depend on the settling dynamics in an upper layer, stratification conditions, and disk geometry. The comparison of settling behaviour of thin disks varying in diameter revealed that settling dynamics is sensitive to particle geometry mainly in the upper part of density transition with a non-obvious result that the first minimum velocity is smaller for a disk with a larger diameter than for a disk with a smaller diameter. The analysis of settling trajectory showed that two reorientations are accompanied with a horizontal drift, which may be important in the context of interactions between particles settling in a group.},
language = {en},
number = {4},
urldate = {2021-04-20},
journal = {Acta Geophysica},
author = {Mrokowska, Magdalena M.},
month = aug,
year = {2020},
pages = {1145--1160},
file = {Springer Full Text PDF:/Users/eunji/Zotero/storage/MK53YGBM/Mrokowska - 2020 - Dynamics of thin disk settling in two-layered flui.pdf:application/pdf},
}
@book{kress_linear_2014,
address = {New York},
edition = {3},
series = {Applied {Mathematical} {Sciences}},
title = {Linear {Integral} {Equations}},
isbn = {978-1-4614-9592-5},
url = {https://www.springer.com/gp/book/9781461495925},
abstract = {This book combines theory, applications, and numerical methods, and covers each of these fields with the same weight. In order to make the book accessible to mathematicians, physicists, and engineers alike, the author has made it as self-contained as possible, requiring only a solid foundation in differential and integral calculus. The functional analysis which is necessary for an adequate treatment of the theory and the numerical solution of integral equations is developed within the book itself. Problems are included at the end of each chapter. For this third edition in order to make the introduction to the basic functional analytic tools more complete the Hahn–Banach extension theorem and the Banach open mapping theorem are now included in the text. The treatment of boundary value problems in potential theory has been extended by a more complete discussion of integral equations of the first kind in the classical Holder space setting and of both integral equations of the first and second kind in the contemporary Sobolev space setting. In the numerical solution part of the book, the author included a new collocation method for two-dimensional hypersingular boundary integral equations and a collocation method for the three-dimensional Lippmann-Schwinger equation. The final chapter of the book on inverse boundary value problems for the Laplace equation has been largely rewritten with special attention to the trilogy of decomposition, iterative and sampling methodsReviews of earlier editions:"This book is an excellent introductory text for students, scientists, and engineers who want to learn the basic theory of linear integral equations and their numerical solution."(Math. Reviews, 2000)"This is a good introductory text book on linear integral equations. It contains almost all the topics necessary for a student. The presentation of the subject matter is lucid, clear and in the proper modern framework without being too abstract." (ZbMath, 1999)},
language = {en},
urldate = {2021-03-23},
publisher = {Springer-Verlag},
author = {Kress, Rainer},
year = {2014},
doi = {10.1007/978-1-4614-9593-2},
file = {Snapshot:/Users/eunji/Zotero/storage/T8FNU2GB/9781461495925.html:text/html},
}
@book{greengard_rapid_1988,
title = {The {Rapid} {Evaluation} of {Potential} {Fields} in {Particle} {Systems}},
isbn = {978-0-262-07110-9},
abstract = {"The Rapid Evaluation of Potential Fields in Particle Systems" presents a group of algorithms for the computation of the potential and force fields in large-scale systems of particles that are likely to revolutionize a whole class of computer applications in science and engineering.In many areas of scientific computing, from studying the evolution of galaxies, to simulating the behavior of plasmas and fluids, to modeling chemical systems, a numerical scheme is used to follow the trajectories of a collection of particles moving in accordance with Newton's second law of motion in a field generated by the whole ensemble. Extending the earlier work of Rokhlin, Greengard has developed general, numerically stable methods for evaluating all pairwise interactions in linear time, a great improvement over the quadratic time required by the naive approach, and significantly better than any other proposed alternative.The "Rokhlin-Greengard" algorithm promises to make previously prohibitive simulations feasible, with speedups of three to four orders of magnitude in a system of a million particles. Moreover, the algorithm is well-suited for vector and parallel machines, and should make full use of their capabilities. The author presents his work with great clarity, and demonstrates the superiority of his methods both by mathematical analysis and by the results of numerical experiments."1987 ACM Distinguished Dissertation"},
language = {en},
publisher = {MIT Press},
author = {Greengard, Leslie},
year = {1988},
note = {Google-Books-ID: pXjke29Ptc8C},
}
@article{cheng_fast_1999,
title = {A {Fast} {Adaptive} {Multipole} {Algorithm} in {Three} {Dimensions}},
volume = {155},
issn = {0021-9991},
url = {http://www.sciencedirect.com/science/article/pii/S0021999199963556},
doi = {10.1006/jcph.1999.6355},
abstract = {We present an adaptive fast multipole method for the Laplace equation in three dimensions. It uses both new compression techniques and diagonal forms for translation operators to achieve high accuracy at a reasonable cost.},
language = {en},
number = {2},
urldate = {2021-01-27},
journal = {Journal of Computational Physics},
author = {Cheng, H. and Greengard, L. and Rokhlin, V.},
month = nov,
year = {1999},
keywords = {adaptive algorithms, fast multipole method, Laplace equation, translation operators},
pages = {468--498},
file = {ScienceDirect Full Text PDF:/Users/eunji/Zotero/storage/E4QMW5BF/Cheng et al. - 1999 - A Fast Adaptive Multipole Algorithm in Three Dimen.pdf:application/pdf;ScienceDirect Snapshot:/Users/eunji/Zotero/storage/5TK9D765/S0021999199963556.html:text/html},
}
@article{salmon_fast_1994,
title = {Fast {Parallel} {Tree} {Codes} for {Gravitational} and {Fluid} {Dynamical} {N}-{Body} {Problems}},
volume = {8},
issn = {1078-3482},
url = {https://doi.org/10.1177/109434209400800205},
doi = {10.1177/109434209400800205},
language = {en},
number = {2},
urldate = {2021-01-24},
journal = {The International Journal of Supercomputer Applications and High Performance Computing},
author = {Salmon, John K. and Warren, Michael S.},
month = jun,
year = {1994},
note = {Publisher: SAGE Publications},
pages = {129--142},
file = {SAGE PDF Full Text:/Users/eunji/Zotero/storage/TF7K33SJ/Salmon and Warren - 1994 - Fast Parallel Tree Codes for Gravitational and Flu.pdf:application/pdf},
}
@article{sangani_on_1996,
title = {An {O}({N}) algorithm for {Stokes} and {Laplace} interactions of particles},
volume = {8},
issn = {1070-6631},
url = {https://aip.scitation.org/doi/abs/10.1063/1.869003},
doi = {10.1063/1.869003},
number = {8},
urldate = {2021-01-24},
journal = {Physics of Fluids},
author = {Sangani, Ashok S. and Mo, Guobiao},
month = aug,
year = {1996},
note = {Publisher: American Institute of Physics},
pages = {1990--2010},
file = {Full Text PDF:/Users/eunji/Zotero/storage/6VNCKMGG/Sangani and Mo - 1996 - An O(N) algorithm for Stokes and Laplace interacti.pdf:application/pdf;Snapshot:/Users/eunji/Zotero/storage/WY98QSSP/1.html:text/html},
}
@article{fu_fast_2000,
title = {Fast solution method for three-dimensional {Stokesian} many-particle problems},
volume = {16},
copyright = {Copyright © 2000 John Wiley \& Sons, Ltd.},
issn = {1099-0887},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/%28SICI%291099-0887%28200002%2916%3A2%3C145%3A%3AAID-CNM323%3E3.0.CO%3B2-E},
doi = {https://doi.org/10.1002/(SICI)1099-0887(200002)16:2<145::AID-CNM323>3.0.CO;2-E},
abstract = {It is demonstrated that three-dimensional single- and double-layer Stokesian potentials can be computed using fast solution methods for the N-body electrostatics problem. This allows one to develop fast iterative solution methods for a broad class of boundary integral equations corresponding to three-dimensional Stokesian many-particle problems. Copyright © 2000 John Wiley \& Sons, Ltd.},
language = {en},
number = {2},
urldate = {2021-01-24},
journal = {Communications in Numerical Methods in Engineering},
author = {Fu, Yuhong and Rodin, Gregory J.},
year = {2000},
% note = {\_eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1002/\%28SICI\%291099-0887\%28200002\%2916\%3A2\%3C145\%3A\%3AAID-CNM323\%3E3.0.CO\%3B2-E},
keywords = {fast multipole method, boundary integral equation, many-particle problems},
pages = {145--149},
file = {Full Text PDF:/Users/eunji/Zotero/storage/B76AIZQI/Fu and Rodin - 2000 - Fast solution method for three-dimensional Stokesi.pdf:application/pdf;Snapshot:/Users/eunji/Zotero/storage/MNISBWDX/(SICI)1099-0887(200002)162145AID-CNM3233.0.html:text/html},
}
@article{mammoli_stokes_1999,
title = {Stokes flow around cylinders in a bounded two-dimensional domain using multipole-accelerated boundary element methods},
volume = {44},
copyright = {Copyright © 1999 John Wiley \& Sons, Ltd.},
issn = {1097-0207},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/%28SICI%291097-0207%2819990310%2944%3A7%3C897%3A%3AAID-NME530%3E3.0.CO%3B2-S},
doi = {https://doi.org/10.1002/(SICI)1097-0207(19990310)44:7<897::AID-NME530>3.0.CO;2-S},
abstract = {The multipole technique has recently received attention in the field of boundary element analysis as a means of reducing the order of data storage and calculation time requirements from O(N2) (iterative solvers) or O(N3) (gaussian elimination) to O(N log N) or O(N), where N is the number of nodes in the discretized system. Such a reduction in the growth of the calculation time and data storage is crucial in applications where N is large, such as when modelling the macroscopic behaviour of suspensions of particles. In such cases, a minimum of 1000 particles is needed to obtain statistically meaningful results, leading to systems with N of the order of 10 000 for the smallest problems. When only boundary velocities are known, the indirect boundary element formulation for Stokes flow results in Fredholm equations of the second kind, which generally produce a well-posed set of equations when discretized, a necessary requirement for iterative solution methods. The direct boundary element formulation, on the other hand, results in Fredholm equations of the first kind, which, upon discretization, produce ill-conditioned systems of equations. The model system here is a two-dimensional wide-gap couette viscometer, where particles are suspended in the fluid between the cylinders. This is a typical system that is efficiently modelled using boundary element method simulations. The multipolar technique is applied to both direct and indirect formulations. It is found that the indirect approach is sufficiently well-conditioned to allow the use of fast multipole methods. The direct approach results in severe ill-conditioning, to a point where application of the multipole method leads to non-convergence of the solution iteration. Copyright © 1999 John Wiley \& Sons, Ltd.},
language = {en},
number = {7},
urldate = {2021-01-22},
journal = {International Journal for Numerical Methods in Engineering},
author = {Mammoli, A. A. and Ingber, M. S.},
year = {1999},
% note = {\_eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1002/\%28SICI\%291097-0207\%2819990310\%2944\%3A7\%3C897\%3A\%3AAID-NME530\%3E3.0.CO\%3B2-S},
keywords = {BEM, multiphase flow, multipole acceleration},
pages = {897--917},
file = {Full Text PDF:/Users/eunji/Zotero/storage/5734LU7I/Mammoli and Ingber - 1999 - Stokes flow around cylinders in a bounded two-dime.pdf:application/pdf;Snapshot:/Users/eunji/Zotero/storage/2H47SHX9/(SICI)1097-0207(19990310)447897AID-NME5303.0.html:text/html},
}
@article{yan_kernel_2020,
title = {Kernel {Aggregated} {Fast} {Multipole} {Method}: {Efficient} summation of {Laplace} and {Stokes} kernel functions},
shorttitle = {Kernel {Aggregated} {Fast} {Multipole} {Method}},
url = {http://arxiv.org/abs/2010.15155},
abstract = {Many different simulation methods for Stokes flow problems involve a common computationally intense task---the summation of a kernel function over \$O(N{\textasciicircum}2)\$ pairs of points. One popular technique is the Kernel Independent Fast Multipole Method (KIFMM), which constructs a spatial adaptive octree and places a small number of equivalent multipole and local points around each octree box, and completes the kernel sum with \$O(N)\$ performance. However, the KIFMM cannot be used directly with nonlinear kernels, can be inefficient for complicated linear kernels, and in general is difficult to implement compared to less-efficient alternatives such as Ewald-type methods. Here we present the Kernel Aggregated Fast Multipole Method (KAFMM), which overcomes these drawbacks by allowing different kernel functions to be used for specific stages of octree traversal. In many cases a simpler linear kernel suffices during the most extensive stage of octree traversal, even for nonlinear kernel summation problems. The KAFMM thereby improves computational efficiency in general and also allows efficient evaluation of some nonlinear kernel functions such as the regularized Stokeslet. We have implemented our method as an open-source software library STKFMM with support for Laplace kernels, the Stokeslet, regularized Stokeslet, Rotne-Prager-Yamakawa (RPY) tensor, and the Stokes double-layer and traction operators. Open and periodic boundary conditions are supported for all kernels, and the no-slip wall boundary condition is supported for the Stokeslet and RPY tensor. The package is designed to be ready-to-use as well as being readily extensible to additional kernels. Massive parallelism is supported with mixed OpenMP and MPI.},
urldate = {2021-01-21},
journal = {arXiv:2010.15155 [physics]},
author = {Yan, Wen and Blackwell, Robert},
month = oct,
year = {2020},
note = {arXiv: 2010.15155},
keywords = {Mathematics - Numerical Analysis, Physics - Computational Physics, Physics - Fluid Dynamics},
file = {arXiv Fulltext PDF:/Users/eunji/Zotero/storage/VT2SV8N2/Yan and Blackwell - 2020 - Kernel Aggregated Fast Multipole Method Efficient.pdf:application/pdf;arXiv.org Snapshot:/Users/eunji/Zotero/storage/NZPGLU3K/2010.html:text/html},
}
@article{qu_fast_2017,
title = {Fast multipole singular boundary method for {Stokes} flow problems},
volume = {146},
doi = {10.1016/j.matcom.2017.10.001},
abstract = {This paper firstly employs the fast multipole method (FMM) to accelerate the singular boundary method (SBM) solution of the Stokes equation. We present a fast multipole singular boundary method (FMSBM) based on the combination of the SBM and the FMM. The proposed FMSBM scheme reduces CPU operations and memory requirements by one order of magnitude, namely O(N) (where N is the number of boundary nodes). Thus, the strategy overcomes costly expenses of the SBM due to its dense interpolation matrix while keeping its major merits being free of mesh, boundary-only discretization, and high accuracy in the solution of the Stokes equation. The performance of this scheme is tested to a few benchmark problems. Numerical results demonstrate its efficiency, accuracy and applicability. © 2017 International Association for Mathematics and Computers in Simulation (IMACS).},
journal = {Mathematics and Computers in Simulation},
author = {Qu, Wenzhen and Chen, Wen and Fu, Zhuo-Jia and Gu, Yan},
month = oct,
year = {2017},
file = {Full Text PDF:/Users/eunji/Zotero/storage/7E5QFWBJ/Qu et al. - 2017 - Fast multipole singular boundary method for Stokes.pdf:application/pdf},
}
@article{henson_global_2012,
title = {Global patterns in efficiency of particulate organic carbon export and transfer to the deep ocean},
volume = {26},
copyright = {Copyright 2012 by the American Geophysical Union},
issn = {1944-9224},
url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2011GB004099},
doi = {https://doi.org/10.1029/2011GB004099},
abstract = {The ocean's biological carbon pump is a key component of the global carbon cycle. Only a small fraction of the carbon fixed by primary production is exported to the deep ocean, yet this flux sets to first order the efficiency with which carbon is sequestered out of further contact with the atmosphere on long time scales. Here we examine global patterns in particle export efficiency (PEeff), the proportion of primary production that is exported from the surface ocean, and transfer efficiency (Teff), the fraction of exported organic matter that reaches the deep ocean. Previous studies have found a positive correlation between Teff and deep ocean calcite fluxes recovered from sediment traps, implying that ballasting by calcium carbonate may play an important role in regulating Teff. An alternative explanation is that this correlation is not causative, as regions where the dominant biomineral phase is calcite tend to be subtropical systems, which are hypothesized to produce sinking aggregates highly resistant to degradation. We attempt to distinguish between these alternative hypotheses on the control of Teff by examining the relationship between Teff and biomineral phases exported from the upper ocean, rather than those collected in deep traps. Global scale estimates derived from satellite data show, in keeping with earlier studies, that PEeff is high at high latitudes and low at low latitudes, but that Teff is low at high latitudes and high at low latitudes. However, in contrast to the relationship observed for deep biomineral fluxes in previous studies, we find that Teff is strongly negatively correlated with opal export flux from the upper ocean, but uncorrelated with calcium carbonate export flux. We hypothesize that the underlying factor governing the spatial patterns observed in Teff is ecosystem function, specifically the degree of recycling occurring in the upper ocean, rather than the availability of calcium carbonate for ballasting.},
language = {en},
number = {1},
urldate = {2021-01-20},
journal = {Global Biogeochemical Cycles},
author = {Henson, Stephanie A. and Sanders, Richard and Madsen, Esben},
year = {2012},
% note = {\_eprint: https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/2011GB004099},
keywords = {carbon export, global, POC flux, satellite data},
file = {Full Text PDF:/Users/eunji/Zotero/storage/2LFZBVRG/Henson et al. - 2012 - Global patterns in efficiency of particulate organ.pdf:application/pdf;Snapshot:/Users/eunji/Zotero/storage/Z85DPA8C/2011GB004099.html:text/html},
}
@book{kaye_random_2008,
title = {A {Random} {Walk} {Through} {Fractal} {Dimensions}},
isbn = {978-3-527-61598-8},
abstract = {Fractal geometry is revolutionizing the descriptive mathematics of applied materials systems. Rather than presenting a mathematical treatise, Brian Kaye demonstrates the power of fractal geometry in describing materials ranging from Swiss cheese to pyrolytic graphite. Written from a practical point of view, the author assiduously avoids the use of equations while introducing the reader to numerous interesting and challenging problems in subject areas ranging from geography to fine particle science. The second edition of this successful book provides up-to-date literature coverage of the use of fractal geometry in all areas of science. From reviews of the first edition: "...no stone is left unturned in the quest for applications of fractal geometry to fine particle problems....This book should provide hours of enjoyable reading to those wishing to become acquainted with the ideas of fractal geometry as applied to practical materials problems." MRS Bulletin},
language = {en},
publisher = {John Wiley \& Sons},
author = {Kaye, Brian H.},
month = jul,
year = {2008},
keywords = {Science / Chemistry / General, Technology \& Engineering / Materials Science / General},
}
@article{witten_diffusion-limited_1981,
title = {Diffusion-{Limited} {Aggregation}, a {Kinetic} {Critical} {Phenomenon}},
volume = {47},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.47.1400},
doi = {10.1103/PhysRevLett.47.1400},
abstract = {A model for random aggregates is studied by computer simulation. The model is applicable to a metal-particle aggregation process whose correlations have been measured previously. Density correlations within the model aggregates fall off with distance with a fractional power law, like those of the metal aggregates. The radius of gyration of the model aggregates has power-law behavior. The model is a limit of a model of dendritic growth.},
number = {19},
urldate = {2021-01-20},
journal = {Physical Review Letters},
author = {Witten, T. A. and Sander, L. M.},
month = nov,
year = {1981},
note = {Publisher: American Physical Society},
pages = {1400--1403},
file = {APS Snapshot:/Users/eunji/Zotero/storage/9UYPWB69/PhysRevLett.47.html:text/html},
}
@book{olver_introduction_2014,
series = {Undergraduate {Texts} in {Mathematics}},
title = {Introduction to {Partial} {Differential} {Equations}},
isbn = {978-3-319-02098-3},
url = {https://www.springer.com/gp/book/9783319020983},
abstract = {This textbook is designed for a one year course covering the fundamentals of partial differential equations, geared towards advanced undergraduates and beginning graduate students in mathematics, science, engineering, and elsewhere. The exposition carefully balances solution techniques, mathematical rigor, and significant applications, all illustrated by numerous examples. Extensive exercise sets appear at the end of almost every subsection, and include straightforward computational problems to develop and reinforce new techniques and results, details on theoretical developments and proofs, challenging projects both computational and conceptual, and supplementary material that motivates the student to delve further into the subject. No previous experience with the subject of partial differential equations or Fourier theory is assumed, the main prerequisites being undergraduate calculus, both one- and multi-variable, ordinary differential equations, and basic linear algebra. While the classical topics of separation of variables, Fourier analysis, boundary value problems, Green's functions, and special functions continue to form the core of an introductory course, the inclusion of nonlinear equations, shock wave dynamics, symmetry and similarity, the Maximum Principle, financial models, dispersion and solutions, Huygens' Principle, quantum mechanical systems, and more make this text well attuned to recent developments and trends in this active field of contemporary research. Numerical approximation schemes are an important component of any introductory course, and the text covers the two most basic approaches: finite differences and finite elements.},
language = {en},
urldate = {2021-01-19},
publisher = {Springer International Publishing},
author = {Olver, Peter J.},
year = {2014},
doi = {10.1007/978-3-319-02099-0},
file = {Snapshot:/Users/eunji/Zotero/storage/SD2M4WHY/9783319020983.html:text/html},
}
@book{hoffman_numerical_2018,
title = {Numerical {Methods} for {Engineers} and {Scientists}},
isbn = {978-1-4822-7060-0},
abstract = {Emphasizing the finite difference approach for solving differential equations, the second edition of Numerical Methods for Engineers and Scientists presents a methodology for systematically constructing individual computer programs. Providing easy access to accurate solutions to complex scientific and engineering problems, each chapter begins with objectives, a discussion of a representative application, and an outline of special features, summing up with a list of tasks students should be able to complete after reading the chapter- perfect for use as a study guide or for review. The AIAA Journal calls the book "...a good, solid instructional text on the basic tools of numerical analysis."},
language = {en},
publisher = {CRC Press},
author = {Hoffman, Joe D. and Frankel, Steven},
month = oct,
year = {2018},
note = {Google-Books-ID: F5K3DwAAQBAJ},
keywords = {Mathematics / Applied, Mathematics / Number Systems},
}
@book{leveque_numerical_1992,
edition = {2},
series = {Lectures in {Mathematics}. {ETH} {Zürich}},
title = {Numerical {Methods} for {Conservation} {Laws}},
isbn = {978-3-7643-2723-1},
url = {https://www.springer.com/gp/book/9783764327231},
abstract = {These notes developed from a course on the numerical solution of conservation laws first taught at the University of Washington in the fall of 1988 and then at ETH during the following spring. The overall emphasis is on studying the mathematical tools that are essential in de veloping, analyzing, and successfully using numerical methods for nonlinear systems of conservation laws, particularly for problems involving shock waves. A reasonable un derstanding of the mathematical structure of these equations and their solutions is first required, and Part I of these notes deals with this theory. Part II deals more directly with numerical methods, again with the emphasis on general tools that are of broad use. I have stressed the underlying ideas used in various classes of methods rather than present ing the most sophisticated methods in great detail. My aim was to provide a sufficient background that students could then approach the current research literature with the necessary tools and understanding. Without the wonders of TeX and LaTeX, these notes would never have been put together. The professional-looking results perhaps obscure the fact that these are indeed lecture notes. Some sections have been reworked several times by now, but others are still preliminary. I can only hope that the errors are. not too blatant. Moreover, the breadth and depth of coverage was limited by the length of these courses, and some parts are rather sketchy.},
language = {en},
urldate = {2021-01-19},
publisher = {Birkhäuser Basel},
author = {LeVeque, Randall J.},
year = {1992},
doi = {10.1007/978-3-0348-8629-1},
file = {Snapshot:/Users/eunji/Zotero/storage/PISQETJP/9783764327231.html:text/html},
}
@article{alldredge_situ_1988,
title = {In situ settling behavior of marine snow1},
volume = {33},
copyright = {© 1988, by the Association for the Sciences of Limnology and Oceanography, Inc.},
issn = {1939-5590},
url = {https://aslopubs.onlinelibrary.wiley.com/doi/abs/10.4319/lo.1988.33.3.0339},
doi = {https://doi.org/10.4319/lo.1988.33.3.0339},
abstract = {The settling velocities of undisturbed macroscopic aggregates known as marine snow were measured with SCUBA in surface waters off southern California and analyzed as a function of aggregate size, mass, and density. The mean settling velocity was 74±39 m d−1 for aggregates ranging from 2.4 to 75 mm in maximum length. Sinking rates in the field varied exponentially with aggregate size and dry weight and were consistently up to four times slower than rates measured in the laboratory. The excess densities of the 80 aggregates examined were calculated from volume and dry weight and ranged over four orders of magnitude with a median of 1.4 × 10−4 g cm−3. Aggregates of marine snow sank more slowly than predicted for either solid or porous spheres of equivalent volume and density, although their velocities were within the range expected for equivalent sinking prolate ellipsoids. No relationships between settling velocity and either excess density or particle shape were found. Drag coefficients of marine snow were also higher than predicted by theory for spheres of equivalent volume and density. These deviations from theoretical expectations may be partially explained by errors in the estimation of the excess densities of aggregates. Variability in the densities of the heterogeneous primary particles comprising marine snow (fecal pellets, clay-mineral particles, phytoplankton, molts, etc.) and the potential for buoyancy regulation by individual phytoplankton cells inhabiting aggregates make determination of excess density especially problematic.},
language = {en},
number = {3},
urldate = {2021-01-19},
journal = {Limnology and Oceanography},
author = {Alldredge, Alice L. and Gotschalk, Chris},
year = {1988},
% note = {\_eprint: https://aslopubs.onlinelibrary.wiley.com/doi/pdf/10.4319/lo.1988.33.3.0339},
pages = {339--351},
file = {Full Text PDF:/Users/eunji/Zotero/storage/M3JSGA3B/Alldredge and Gotschalk - 1988 - In situ settling behavior of marine snow1.pdf:application/pdf;Snapshot:/Users/eunji/Zotero/storage/UFP9NCAA/lo.1988.33.3.html:text/html},
}
@article{burd_particle_2009,
title = {Particle {Aggregation}},
volume = {1},
issn = {1941-1405},
url = {https://www.annualreviews.org/doi/10.1146/annurev.marine.010908.163904},
doi = {10.1146/annurev.marine.010908.163904},
abstract = {A basic problem in marine biogeochemistry is understanding material and elemental distributions and fluxes in the oceans, and a key part of this problem is understanding the processes that affect particulate material in the ocean. Aggregation of particulate material is a primary process because it alters the transport properties of particulate material and provides a mechanism for transferring material from the dissolved into the particulate pools. Aggregation theory not only provides a framework for understanding these processes, but it also provides a means for making predictions and has been successfully used to predict maximum particle concentrations in the oceans and the fate of diatom blooms (including those from iron fertilization), the size spectra of particles in the oceans, and the size distributions of trace metals. Here we review the basic theory involved, summarize recent developments, and explore unresolved issues.},
number = {1},
urldate = {2021-01-19},
journal = {Annual Review of Marine Science},
author = {Burd, Adrian B. and Jackson, George A.},
month = jan,
year = {2009},
note = {Publisher: Annual Reviews},
pages = {65--90},
file = {Full Text PDF:/Users/eunji/Zotero/storage/A7Q4KRMV/Burd and Jackson - 2009 - Particle Aggregation.pdf:application/pdf;Snapshot:/Users/eunji/Zotero/storage/HU7464T2/annurev.marine.010908.html:text/html},
}
@book{liu_fast_2009,
address = {Cambridge},
title = {Fast {Multipole} {Boundary} {Element} {Method}: {Theory} and {Applications} in {Engineering}},
isbn = {978-0-521-11659-6},
shorttitle = {Fast {Multipole} {Boundary} {Element} {Method}},
url = {https://www.cambridge.org/core/books/fast-multipole-boundary-element-method/E522EB3361A4E033DCBD323F14F67ECE},
abstract = {The fast multipole method is one of the most important algorithms in computing developed in the 20th century. Along with the fast multipole method, the boundary element method (BEM) has also emerged as a powerful method for modeling large-scale problems. BEM models with millions of unknowns on the boundary can now be solved on desktop computers using the fast multipole BEM. This is the first book on the fast multipole BEM, which brings together the classical theories in BEM formulations and the recent development of the fast multipole method. Two- and three-dimensional potential, elastostatic, Stokes flow, and acoustic wave problems are covered, supplemented with exercise problems and computer source codes. Applications in modeling nanocomposite materials, bio-materials, fuel cells, acoustic waves, and image-based simulations are demonstrated to show the potential of the fast multipole BEM. Enables students, researchers, and engineers to learn the BEM and fast multipole method from a single source.},
urldate = {2021-01-19},
publisher = {Cambridge University Press},
author = {Liu, Yijun},
year = {2009},
doi = {10.1017/CBO9780511605345},
file = {Liu - 2009 - Fast Multipole Boundary Element Method Theory and.pdf:/Users/eunji/Zotero/storage/QJQWUY9W/Liu - 2009 - Fast Multipole Boundary Element Method Theory and.pdf:application/pdf;Snapshot:/Users/eunji/Zotero/storage/RXQFYBKD/E522EB3361A4E033DCBD323F14F67ECE.html:text/html},
}
@article{greengard_fast_1987,
title = {A fast algorithm for particle simulations},
volume = {73},
issn = {0021-9991},
url = {http://www.sciencedirect.com/science/article/pii/0021999187901409},
doi = {10.1016/0021-9991(87)90140-9},
abstract = {An algorithm is presented for the rapid evaluation of the potential and force fields in systems involving large numbers of particles whose interactions are Coulombic or gravitational in nature. For a system of N particles, an amount of work of the order O(N2) has traditionally been required to evaluate all pairwise interactions, unless some approximation or truncation method is used. The algorithm of the present paper requires an amount of work proportional to N to evaluate all interactions to within roundoff error, making it considerably more practical for large-scale problems encountered in plasma physics, fluid dynamics, molecular dynamics, and celestial mechanics.},
language = {en},
number = {2},
urldate = {2021-01-19},
journal = {Journal of Computational Physics},
author = {Greengard, L and Rokhlin, V},
month = dec,
year = {1987},
pages = {325--348},
file = {ScienceDirect Full Text PDF:/Users/eunji/Zotero/storage/QPJ3U3W8/Greengard and Rokhlin - 1987 - A fast algorithm for particle simulations.pdf:application/pdf;ScienceDirect Snapshot:/Users/eunji/Zotero/storage/BZSPSPF3/0021999187901409.html:text/html},
}
@article{mcnown_effects_1950,
title = {Effects of particle shape on settling velocity at low {Reynolds} numbers},
volume = {31},
copyright = {©1950. American Geophysical Union. All Rights Reserved.},
issn = {2324-9250},
url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/TR031i001p00074},
doi = {https://doi.org/10.1029/TR031i001p00074},
abstract = {Extensive theoretical and experimental studies have been conducted at the Iowa Institute of Hydraulic Research in an investigation of the effect of shape on the settling velocity of particles. A number of representative axisymmetric shapes were used in the experiments, the Reynolds numbers of the particle motion ranging from 10−4 to 10+1. Stability of orientation was also investigated. Analytical results were obtained for the motion of ellipsoids within the Stokes range by solving Oberbeck's integral equation. The ratio of the principal-axis lengths was found to be by far the most significant of the various shape factors which have been proposed. In fact, the settling velocities of particles over a wide range of shape can be estimated within ten per cent from the theoretical results for ellipsoids.},
language = {en},
number = {1},
urldate = {2021-01-13},
journal = {Eos, Transactions American Geophysical Union},
author = {McNown, John S. and Malaika, Jamil},
year = {1950},
% note = {\_eprint: https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/TR031i001p00074},
pages = {74--82},
file = {Full Text PDF:/Users/eunji/Zotero/storage/IM2V4N44/McNown and Malaika - 1950 - Effects of particle shape on settling velocity at .pdf:application/pdf;Snapshot:/Users/eunji/Zotero/storage/YH35QSSC/TR031i001p00074.html:text/html},
}
@article{johnson_drag_1987,
title = {Drag on non-spherical, orthotropic aerosol particles},
volume = {18},
issn = {0021-8502},
url = {http://www.sciencedirect.com/science/article/pii/0021850287900139},
doi = {10.1016/0021-8502(87)90013-9},
abstract = {Inhaled particles have been implicated in many forms of respiratory disease. Mathematical lung deposition models have been developed for spheres and fibers, but not for non-spherical, noncylindrical particles because theory and experimental data have been unavailable. To satisfy this need, non-spherical, orthotropic particles settling in air were modeled under dynamically similar conditions using aluminum prisms settling in viscous oil. Twenty-five rectangular prisms, each with a different length: width: thickness ratio, were settled in each of their three primary orientations and the resulting drag forces determined. Linear regression using predictors related to prism geometry and orientation resulted in an empirical drag force equation. Equation drag predictions are in excellent agreement with published data for rectangular prisms and other orthotropic objects including cylinders, ellipsoids, and double-conicals. The equation was validated by settling a quasi-monodisperse aerosol of tungstic acid platelets in a Stöber spiral centrifuge, and comparing predicted with observed aerodynamic behavior. Using these results, lung deposition models for flakes and other non-spherical particles are now possible.},
language = {en},
number = {1},
urldate = {2021-01-13},
journal = {Journal of Aerosol Science},
author = {Johnson, David L. and Leith, David and Reist, Parker C.},
month = feb,
year = {1987},
pages = {87--97},
file = {ScienceDirect Full Text PDF:/Users/eunji/Zotero/storage/ZJQQU7CW/Johnson et al. - 1987 - Drag on non-spherical, orthotropic aerosol particl.pdf:application/pdf;ScienceDirect Snapshot:/Users/eunji/Zotero/storage/IUQMJZFH/0021850287900139.html:text/html},
}
@book{press_numerical_2007,
title = {Numerical {Recipes} 3rd {Edition}: {The} {Art} of {Scientific} {Computing}},
isbn = {978-0-521-88068-8},
shorttitle = {Numerical {Recipes} 3rd {Edition}},
abstract = {Co-authored by four leading scientists from academia and industry, Numerical Recipes Third Edition starts with basic mathematics and computer science and proceeds to complete, working routines. Widely recognized as the most comprehensive, accessible and practical basis for scientific computing, this new edition incorporates more than 400 Numerical Recipes routines, many of them new or upgraded. The executable C++ code, now printed in color for easy reading, adopts an object-oriented style particularly suited to scientific applications. The whole book is presented in the informal, easy-to-read style that made earlier editions so popular. Please visit www.nr.com or www.cambridge.org/us/numericalrecipes for more details. More information concerning licenses is available at: www.nr.com/licenses New key features: 2 new chapters, 25 new sections, 25\% longer than Second Edition Thorough upgrades throughout the text Over 100 completely new routines and upgrades of many more. New Classification and Inference chapter, including Gaussian mixture models, HMMs, hierarchical clustering, Support Vector MachinesNew Computational Geometry chapter covers KD trees, quad- and octrees, Delaunay triangulation, and algorithms for lines, polygons, triangles, and spheres New sections include interior point methods for linear programming, Monte Carlo Markov Chains, spectral and pseudospectral methods for PDEs, and many new statistical distributions An expanded treatment of ODEs with completely new routines Plus comprehensive coverage of linear algebra, interpolation, special functions, random numbers, nonlinear sets of equations, optimization, eigensystems, Fourier methods and wavelets, statistical tests, ODEs and PDEs, integral equations, and inverse theory},
language = {en},
publisher = {Cambridge University Press},
author = {Press, William H.},
month = sep,
year = {2007},
note = {Google-Books-ID: 1aAOdzK3FegC},
keywords = {Mathematics / Applied, Computers / Mathematical \& Statistical Software, Mathematics / General, Mathematics / Numerical Analysis},
}
@book{griffiths_numerical_2010,
title = {Numerical {Methods} for {Ordinary} {Differential} {Equations}: {Initial} {Value} {Problems}},
isbn = {978-0-85729-148-6},
shorttitle = {Numerical {Methods} for {Ordinary} {Differential} {Equations}},
abstract = {Numerical Methods for Ordinary Differential Equations is a self-contained introduction to a fundamental field of numerical analysis and scientific computation. Written for undergraduate students with a mathematical background, this book focuses on the analysis of numerical methods without losing sight of the practical nature of the subject. It covers the topics traditionally treated in a first course, but also highlights new and emerging themes. Chapters are broken down into `lecture' sized pieces, motivated and illustrated by numerous theoretical and computational examples. Over 200 exercises are provided and these are starred according to their degree of difficulty. Solutions to all exercises are available to authorized instructors. The book covers key foundation topics: o Taylor series methods o Runge--Kutta methods o Linear multistep methods o Convergence o Stability and a range of modern themes: o Adaptive stepsize selection o Long term dynamics o Modified equations o Geometric integration o Stochastic differential equations The prerequisite of a basic university-level calculus class is assumed, although appropriate background results are also summarized in appendices. A dedicated website for the book containing extra information can be found via www.springer.com},
language = {en},
publisher = {Springer Science \& Business Media},
author = {Griffiths, David F. and Higham, Desmond J.},
month = nov,
year = {2010},
note = {Google-Books-ID: HrrZop\_3bacC},
keywords = {Mathematics / Number Systems, Mathematics / Numerical Analysis, Computers / Programming / Algorithms, Mathematics / Algebra / General, Mathematics / Discrete Mathematics},
}
@article{richard_slow_2005,
title = {Slow relaxation and compaction of granular systems},
volume = {4},
copyright = {2005 Springer Nature Limited},
issn = {1476-4660},
url = {https://www.nature.com/articles/nmat1300},
doi = {10.1038/nmat1300},
abstract = {Granular materials are of substantial importance in many industrial and natural processes, yet their complex behaviours, ranging from mechanical properties of static packing to their dynamics, rheology and instabilities, are still poorly understood. Here we focus on the dynamics of compaction and its 'jamming' phenomena, outlining recent statistical mechanics approaches to describe it and their deep correspondence with thermal systems such as glass formers. In fact, granular media are often presented as ideal systems for studying complex relaxation towards equilibrium. Granular compaction is defined as an increase of the bulk density of a granular medium submitted to mechanical perturbation. This phenomenon, relevant in many industrial processes and widely studied by the soil mechanics community, is simple enough to be fully investigated and yet reveals all the complex nature of granular dynamics, attracting considerable attention in a broad range of disciplines ranging from chemical to physical sciences.},
language = {en},
number = {2},
urldate = {2023-07-13},
journal = {Nature Materials},
author = {Richard, Patrick and Nicodemi, Mario and Delannay, Renaud and Ribière, Philippe and Bideau, Daniel},
month = feb,
year = {2005},
note = {Number: 2
Publisher: Nature Publishing Group},
keywords = {Biomaterials, Condensed Matter Physics, general, Materials Science, Nanotechnology, Optical and Electronic Materials},
pages = {121--128},
file = {Full Text PDF:/Users/eunji/Zotero/storage/GUH3T4IN/Richard et al. - 2005 - Slow relaxation and compaction of granular systems.pdf:application/pdf},
}
@article{xie_summary_2021,
title = {Summary and {Trend} {Analysis} of {Research} {Progress} on {Granular} {Slope} {Geological} {Hazards}},
volume = {820},
issn = {1755-1315},
url = {https://dx.doi.org/10.1088/1755-1315/820/1/012022},
doi = {10.1088/1755-1315/820/1/012022},
abstract = {There are a large number of granular slope mixture geological disasters in the alpine mountainous areas in western China. Their structural characteristics are significantly different from the general slopes. They have the characteristics of poor self-stability, high suddenness and strong recurrence. With the continuous development of the western region of the country, such geological disasters have received close attention from scholars at home and abroad. This article first summarized and analyzed the basic characteristics of the typical domestic granular mixtures slope accidents, and understood the basic characteristics of disaster. Then the domestic and foreign research progress from the aspects of governance measures were summarized. Finally, based on the summary of typical granular mixtures slope disasters and research status, the existing problems in the current research were analyzed, and the key points and difficulties of future research had prospected. The research results have important theoretical significance for the treatment of granular slope.},
language = {en},
number = {1},
urldate = {2023-07-13},
journal = {IOP Conference Series: Earth and Environmental Science},
author = {Xie, Liangfu and Wang, Bo and Zhu, Qingyang and Cui, Jianbin},
month = jul,
year = {2021},
note = {Publisher: IOP Publishing},
pages = {012022},
file = {IOP Full Text PDF:/Users/eunji/Zotero/storage/UXIBUP5V/Xie et al. - 2021 - Summary and Trend Analysis of Research Progress on.pdf:application/pdf},
}
@article{senetakis_inter-particle_2013,
title = {The inter-particle coefficient of friction at the contacts of {Leighton} {Buzzard} sand quartz minerals},
volume = {53},
issn = {0038-0806},
url = {https://www.sciencedirect.com/science/article/pii/S0038080613000942},
doi = {10.1016/j.sandf.2013.08.012},
abstract = {A series of micro-mechanical tests was carried out in order to investigate the inter-particle coefficient of friction at the contacts of quartz minerals of Leighton Buzzard sand. For this purpose, a custom-built inter-particle loading apparatus was designed and constructed, the main features of which are described briefly in this paper. This apparatus is capable of performing shearing tests at the contacts of soil minerals of a particle–particle type in the range of very small displacements, from less than 1μm to about 300μm, and very small normal loads, between about less than 1N and 15N. The laboratory data showed that the effects of the normal force and the sliding velocity on the coefficient of dynamic friction are not significant, while dry and saturated surfaces had similar frictional characteristics. The steady state sliding was mobilized within a range of 0.5–3.0μm of horizontal displacement, and the coefficient of static friction was very similar to the corresponding coefficient during constant shearing. Repeating the inter-particle shearing tests on the same particles and following the same shearing track indicated a small reduction in the inter-particle coefficient of friction after the first shearing, which is possibly related to plastic deformation and damage to the asperities.},
language = {en},
number = {5},
urldate = {2023-07-12},
journal = {Soils and Foundations},
author = {Senetakis, Kostas and Coop, Matthew R. and Todisco, M. Cristina},
month = oct,
year = {2013},
pages = {746--755},
file = {ScienceDirect Full Text PDF:/Users/eunji/Zotero/storage/HHHVKBML/Senetakis et al. - 2013 - The inter-particle coefficient of friction at the .pdf:application/pdf;ScienceDirect Snapshot:/Users/eunji/Zotero/storage/YXYZEZQ6/S0038080613000942.html:text/html},
}
@article{rajagopal_implicit_2006,
title = {On implicit constitutive theories for fluids},
volume = {550},
issn = {1469-7645, 0022-1120},
url = {https://www.cambridge.org/core/journals/journal-of-fluid-mechanics/article/on-implicit-constitutive-theories-for-fluids/C9508E4F73761A1779F7F8F35FA88DA8},
doi = {10.1017/S0022112005008025},
abstract = {We consider generalizations of fluid models wherein the fluid is assumed to be incompressible, but with the viscosity depending on the pressure. We show that a natural setting for the development of such models is a class of implicit constitutive relations, which, in addition to the fluid model described here, provides a means for developing other complex models for viscoelastic fluids which cannot be set within the ambit of classical explicit constitutive relations for the stress in terms of the histories of appropriate kinematical variables.},
language = {en},
urldate = {2023-07-12},
journal = {Journal of Fluid Mechanics},
author = {Rajagopal, K. R.},
month = mar,
year = {2006},
note = {Publisher: Cambridge University Press},
pages = {243--249},
file = {Full Text PDF:/Users/eunji/Zotero/storage/ZECKPAV7/Rajagopal - 2006 - On implicit constitutive theories for fluids.pdf:application/pdf},
}
@article{almgren_conservative_1998,
title = {A {Conservative} {Adaptive} {Projection} {Method} for the {Variable} {Density} {Incompressible} {Navier}–{Stokes} {Equations}},
volume = {142},
issn = {0021-9991},
url = {https://www.sciencedirect.com/science/article/pii/S0021999198958909},
doi = {10.1006/jcph.1998.5890},
abstract = {In this paper we present a method for solving the equations governing time-dependent, variable density incompressible flow in two or three dimensions on an adaptive hierarchy of grids. The method is based on a projection formulation in which we first solve advection–diffusion equations to predict intermediate velocities, and then project these velocities onto a space of approximately divergence-free vector fields. Our treatment of the first step uses a specialized second-order upwind method for differencing the nonlinear convection terms that provides a robust treatment of these terms suitable for inviscid and high Reynolds number flow. Density and other scalars are advected in such a way as to maintain conservation, if appropriate, and free-stream preservation. Our approach to adaptive refinement uses a nested hierarchy of logically-rectangular girds with simultaneous refinement of the girds in both space and time. The integration algorithm on the grid hierarchy is a recursive procedure in which coarse grids are advanced in time, fine grids are advanced multiple steps to reach the same time as the coarse grids and the data at different levels are then synchronized. The single grid algorithm is described briefly, but the emphasis here is on the time-stepping procedure for the adaptive hierarchy. Numerical examples are presented to demonstrate the algorithms's accuracy and convergence properties, and illustrate the behavior of the method. An additional example demonstrates the performance of the method on a more realistic problem, namely, a three-dimensional variable density shear layer.},
language = {en},
number = {1},
urldate = {2023-07-11},
journal = {Journal of Computational Physics},
author = {Almgren, Ann S. and Bell, John B. and Colella, Phillip and Howell, Louis H. and Welcome, Michael L.},
month = may,
year = {1998},
pages = {1--46},
file = {Full Text:/Users/eunji/Zotero/storage/VPP2C9I3/Almgren et al. - 1998 - A Conservative Adaptive Projection Method for the .pdf:application/pdf;ScienceDirect Snapshot:/Users/eunji/Zotero/storage/R6KLJ2W5/S0021999198958909.html:text/html},
}
@article{papanastasiou_flows_1987,
title = {Flows of {Materials} with {Yield}},
volume = {31},
issn = {0148-6055},
url = {https://doi.org/10.1122/1.549926},
doi = {10.1122/1.549926},
abstract = {Steady, two‐dimensional flows of Bingham fluids are analyzed by means of a modified constitutive relation that applies everywhere in the flow field, in both yielded and practically unyielded regions. The conservation equations and the constitutive relation are solved simultaneously by Galerkin finite element and Newton iteration. This combination eliminates the necessity for tracking yield surfaces in the flow field. The analysis is applied to a one‐dimensional channel flow, a two‐dimensional boundary layer flow, and a two‐dimensional extrusion flow. The finite element predictions compare well with available analytic solutions for limiting cases.},
number = {5},
urldate = {2023-07-10},
journal = {Journal of Rheology},
author = {Papanastasiou, Tasos C.},
month = jul,
year = {1987},
pages = {385--404},
file = {Full Text PDF:/Users/eunji/Zotero/storage/WIUYHN3C/Papanastasiou - 1987 - Flows of Materials with Yield.pdf:application/pdf;Snapshot:/Users/eunji/Zotero/storage/CD3AHRMU/Flows-of-Materials-with-Yield.html:text/html},
}
@book{bingham_investigation_1917,
title = {An {Investigation} of the {Laws} of {Plastic} {Flow}},
language = {en},
publisher = {U.S. Government Printing Office},
author = {Bingham, Eugene Cook},
year = {1917},
note = {Google-Books-ID: 0EhpNVCVShUC},
}
@article{herschel_konsistenzmessungen_1926,
title = {Konsistenzmessungen von {Gummi}-{Benzollösungen}},
volume = {39},
issn = {1435-1536},
url = {https://doi.org/10.1007/BF01432034},
doi = {10.1007/BF01432034},
abstract = {1.Von den Gleichungen, die die Strömung durch eine Kapillarröhre ausdrücken, ist\$\${\textbackslash}frac\{\{d{\textasciicircum}4 (P - k){\textasciicircum}n \}\}\{\{Lq\}\} = 1\$\$die für Lösungen von Rohgummi in Benzol bis zu einer Konzentration von 1,2 Proz. am besten anwendbare.2.Die Methode der Konsistenzbestimmung durch Benutzung dieser Gleichung hat den Vorteil, daß sie verwendbare Werte für alle praktischen Strömungsgeschwindigkeiten liefert und daß sie die Notwendigkeit, sehr hohe Drucke anzuwenden, vermeidet.3.Die Vermeidung der hohen Drucke gestattet die Verwendung einer einfacheren Versuchsanordnung und vermindert den Fehler, der durch die Unsicherheit in der Anwendung der kinetischen Energiekorrektion verursacht wird. Es würde dies also möglich machen, das Ostwald-Viskosimeter zu benutzen bei mäßigen äußeren Drucken, ohne Gefahr zu laufen, am Ende einer Messung Luft durch die Kapillare zu blasen.4.Bei der Benutzung des logarithmischen Strömung-Druckdiagramms können genauere Uebereinstimmungen für Kapillaren verschiedener Dimensionen erhalten werden als bei Bestimmung von Scherungsmodul, Steifigkeit oder Beweglichkeit.5.Die Materialkonstanten n und I werden aus der logarithmischen Kurve erhalten und nehmen beide mit der Konzentration zu. Verglichen mit Scherungsmodul und Bewegliċhkeit haben diese beiden Konstanten den Vorteil, daß sie beide die Strömung in demselben Sinne beeinflussen, also größere Plastizität eines Stoffes größere Werte für n und I bedingen würde.6.K verschwindet bei großen Kapillaren und geringen Konzentrationen oder ist zu klein, um ermittelt zu werden. Wenn K jedoch bestimmbar ist, wächst sein Wert mit Abnahme des Kapillarendurchmessers. K selbst ist keine Materialkonstante, aber weitere Untersuchungen sollen zeigen, daß aus ihm eine dritte Konstante berechnet werden kann.},
language = {de},
number = {4},
urldate = {2023-07-10},
journal = {Kolloid-Zeitschrift},
author = {Herschel, Winslow H. and Bulkley, Ronald},
month = aug,
year = {1926},
pages = {291--300},
file = {Full Text PDF:/Users/eunji/Zotero/storage/5DKIE6BV/Herschel and Bulkley - 1926 - Konsistenzmessungen von Gummi-Benzollösungen.pdf:application/pdf},
}
@book{barnes_introduction_1989,
title = {An {Introduction} to {Rheology}},
isbn = {978-0-444-87140-4},
abstract = {Rheology is, by common consent, a difficult subject and some of the theoretical components are often viewed as being of prohibitive complexity by scientists without a strong mathematical background. There are also the difficulties inherent in any multidisciplinary science like rheology for those with a specific training. Therefore, newcomers to the field are sometimes discouraged, and for them the existing texts on the subject - some of which are outstanding - are of limited assistance because of their depth of detail and highly mathematical nature.This book introduces the subject of rheology in terms understandable to non-experts and describes the application of rheological principles to many industrial products and processes. It provides a simple but authoritative guide which shows clearly how mathematics, physics and chemistry have contributed to the development of rheology. The generic features of all liquid-like materials are summarised, i.e. viscosity, linear viscoelasticity, normal stresses and extensional viscosity. Particular systems are then discussed, i.e. polymeric liquids and suspensions. The final chapter gives an outline of the theoretical advances which have been made. Consistent notation and nomenclature have been used throughout the book, and the key textbooks and publications which will enable the reader to follow up particular topics are listed.},
language = {en},
publisher = {Elsevier},
author = {Barnes, Howard A. and Hutton, John Fletcher and Walters, K.},
month = jun,
year = {1989},
note = {Google-Books-ID: B1e0uxFg4oYC},
keywords = {Science / Mechanics / Fluids},
}
@book{singh_introduction_2013,
title = {Introduction to {Food} {Engineering}},
isbn = {978-0-12-401675-0},
abstract = {Long recognized as the bestselling textbook for teaching food engineering to food science students, this 5e transitions with today’s students from traditional textbook learning to integrated presentation of the key concepts of food engineering. Using carefully selected examples, Singh and Heldman demonstrate the relationship of engineering to the chemistry, microbiology, nutrition and processing of foods in a uniquely practical blend. This approach facilitates comprehensive learning that has proven valuable beyond the classroom as a lifetime professional reference. Communicates key concepts using audio, video, and animations Integrates interactive tools to aid in understanding complex charts and graphs Features multimedia guide to setting up Excel spreadsheets and working with formulae Demonstrates key processes and engineering in practice through videos Shows the relationship of engineering to the chemistry, microbiology, nutrition and processing of foods via carefully selected examples Presents a practical, unique and challenging blend of principles and applications for comprehensive learning Ideal for classroom use, valuable as a lifetime professional reference},
language = {en},
publisher = {Academic Press},
author = {Singh, R. Paul and Heldman, Dennis R.},
month = jun,
year = {2013},
keywords = {Technology \& Engineering / Food Science / General},
}
@article{nguyen_measuring_1992,
title = {Measuring the {Flow} {Properties} of {Yield} {Stress} {Fluids}},
volume = {24},
url = {https://doi.org/10.1146/annurev.fl.24.010192.000403},
doi = {10.1146/annurev.fl.24.010192.000403},
number = {1},
urldate = {2023-07-06},
journal = {Annual Review of Fluid Mechanics},
author = {Nguyen, Q D and Boger, D V},
year = {1992},
% note = {\_eprint: https://doi.org/10.1146/annurev.fl.24.010192.000403},
pages = {47--88},
file = {Full Text PDF:/Users/eunji/Zotero/storage/PCLGH6AT/Nguyen and Boger - 1992 - Measuring the Flow Properties of Yield Stress Flui.pdf:application/pdf},
}
@article{karrila_integral_1989,
title = {Integral {Equations} of the {Second} {Kind} for {Stokes} {Flow}: {Direct} {Solution} for {Physical} {Variables} and {Removal} of {Inherent} {Accuracy} {Limitations}},
volume = {82},
issn = {0098-6445},
shorttitle = {Integral {Equations} of the {Second} {Kind} for {Stokes} {Flow}},
url = {https://doi.org/10.1080/00986448908940638},
doi = {10.1080/00986448908940638},
abstract = {Boundary integral methods offer the most attractive combination of generality and computational efficiency for a wide class of particulate Stokes flow problems. Integral equations of the first kind have been numerically applied for more than a decade, whereas those of the second kind are numerically better behaved but involve abstract nonphysical density distributions and have not gained much popularity in applications. We show how the latter may be used for the direct solution of mobility problems, and how the surface tractions corresponding to rigid body motion of a particle may be easily found, thus removing the major disadvantages of the second kind formulations. For the numerical examples we also show how Fourier analysis may be applied to non-axisymmetric problems with axisymmetric boundaries to yield one-dimensional Fredholm integral equations of the second kind. As an application we solve the resistance problem with a numerically efficient quadrature collocation method that avoids the complications of element methods and difficulties with the integrations near the kernel singularities.},
number = {1},
urldate = {2023-04-28},
journal = {Chemical Engineering Communications},
author = {Karrila, Seppo J. and Kim, Sangtae},
month = aug,
year = {1989},
% note = {Publisher: Taylor \& Francis \_eprint: https://doi.org/10.1080/00986448908940638},
keywords = {Accuracy Limitations, Equations, Integral, Physical variables, Stokes flow},
pages = {123--161},
file = {Full Text PDF:/Users/eunji/Zotero/storage/GPMJNP8U/KARRILA and KIM - 1989 - Integral Equations of the Second Kind for Stokes F.pdf:application/pdf},
}
@incollection{coleman_special_1966,
address = {Berlin, Heidelberg},
series = {Springer {Tracts} in {Natural} {Philosophy}},
title = {Special {Viscometric} {Flows}},
isbn = {978-3-642-88655-3},
url = {https://doi.org/10.1007/978-3-642-88655-3_4},
abstract = {If the velocity field has the form14.1\$\$\{\{v\}{\textasciicircum}\{{\textbackslash}left{\textbackslash}langle x {\textbackslash}right{\textbackslash}rangle \}\}=0,{\textbackslash}text\{ \}\{\{v\}{\textasciicircum}\{{\textbackslash}left{\textbackslash}langle y {\textbackslash}right{\textbackslash}rangle \}\}=v{\textbackslash}left( x {\textbackslash}right),{\textbackslash}text\{ \}\{\{v\}{\textasciicircum}\{{\textbackslash}left{\textbackslash}langle x {\textbackslash}right{\textbackslash}rangle \}\}=0\$\$in a Cartesian coordinate system x, y, z, then we say that the motion is a steady shearing flow. Clearly, such a flow is a curvilineal flow with \$\$u{\textbackslash}left( \{\{x\}{\textasciicircum}\{1\}\} {\textbackslash}right)=v{\textbackslash}left( x {\textbackslash}right),{\textbackslash}text\{ \}w{\textbackslash}left( \{\{x\}{\textasciicircum}\{1\}\} {\textbackslash}right)=0,{\textbackslash}text\{ \}\{\{e\}\_\{1\}\}{\textbackslash}equiv \{\{e\}\_\{2\}\}{\textbackslash}equiv \{\{e\}\_\{3\}\}{\textbackslash}equiv 1.\$\$Hence, by (13.4), the flow is a viscometric flow with a rate of shear x given by14.2\$\$x = v'{\textbackslash}left( x {\textbackslash}right) = {\textbackslash}frac\{\{dv{\textbackslash}left( x {\textbackslash}right)\}\}\{\{dx\}\}.\$\$The basis b{\textless}i{\textgreater} is now just the constant basis, e{\textless}x{\textgreater}, e{\textless}y{\textgreater}, e{\textless}z{\textgreater}, of unit vectors along the coordinate axis.},
language = {en},
urldate = {2023-06-27},
booktitle = {Viscometric {Flows} of {Non}-{Newtonian} {Fluids}: {Theory} and {Experiment}},
publisher = {Springer},
author = {Coleman, Bernard D. and Markovitz, Hershel and Noll, Walter},
editor = {Coleman, Bernard D. and Markovitz, Hershel and Noll, Walter},
year = {1966},
doi = {10.1007/978-3-642-88655-3_4},
keywords = {Angular Velocity, Couette Flow, Helical Flow, Poiseuille Flow, Stress Function},
pages = {34--55},
file = {Full Text PDF:/Users/eunji/Zotero/storage/67L6R3KR/Coleman et al. - 1966 - Special Viscometric Flows.pdf:application/pdf},
}
@incollection{coleman_experimental_1966,
address = {Berlin, Heidelberg},
series = {Springer {Tracts} in {Natural} {Philosophy}},
title = {Experimental {Methods} and {Results}},
isbn = {978-3-642-88655-3},
url = {https://doi.org/10.1007/978-3-642-88655-3_5},
abstract = {We saw in § 12 that three material functions, η, σ1, σ2, determine the behavior of an incompressible simple fluid in viscometric flows. In the previous chapter these material functions were related to measurable quantities such as velocities, volume discharges per unit time, angular velocities, applied forces and torques, differences of normal thrusts, etc. Without attempting an exhaustive summary, we here discuss practical methods of determining η, σ1, σ2.},
language = {en},
urldate = {2023-06-27},
booktitle = {Viscometric {Flows} of {Non}-{Newtonian} {Fluids}: {Theory} and {Experiment}},
publisher = {Springer},
author = {Coleman, Bernard D. and Markovitz, Hershel and Noll, Walter},
editor = {Coleman, Bernard D. and Markovitz, Hershel and Noll, Walter},
year = {1966},
doi = {10.1007/978-3-642-88655-3_5},
keywords = {Angular Velocity, Couette Flow, Poiseuille Flow, Coaxial Cylinder, Ethylene Oxide},
pages = {56--83},
file = {Full Text PDF:/Users/eunji/Zotero/storage/JX66S87K/Coleman et al. - 1966 - Experimental Methods and Results.pdf:application/pdf},
}
@book{coleman_viscometric_1966,
address = {Berlin, Heidelberg},
series = {Springer {Tracts} in {Natural} {Philosophy}},
title = {Viscometric {Flows} of {Non}-{Newtonian} {Fluids}: {Theory} and {Experiment}},
volume = {5},
isbn = {978-3-642-88657-7 978-3-642-88655-3},
shorttitle = {Viscometric {Flows} of {Non}-{Newtonian} {Fluids}},
url = {http://link.springer.com/10.1007/978-3-642-88655-3},
language = {en},
urldate = {2023-06-27},
publisher = {Springer},
author = {Coleman, Bernard D. and Markovitz, Hershel and Noll, Walter},
editor = {Truesdell, C. and Collatz, L. and Fichera, G. and Germain, P. and Keller, J. and Seeger, A.},
year = {1966},
doi = {10.1007/978-3-642-88655-3},
keywords = {dynamics, flow, Flows, Flows of Non-Newtonian Fluids, material, Viskosität, Viskositätsmessung},
file = {Full Text PDF:/Users/eunji/Zotero/storage/4LBBYPLR/Coleman et al. - 1966 - Viscometric Flows of Non-Newtonian Fluids Theory .pdf:application/pdf},
}
@incollection{coleman_theory_1966,
address = {Berlin, Heidelberg},
series = {Springer {Tracts} in {Natural} {Philosophy}},
title = {Theory of {Incompressible} {Simple} {Fluids}},
isbn = {978-3-642-88655-3},
url = {https://doi.org/10.1007/978-3-642-88655-3_2},
abstract = {The mechanics of continuous media is concerned with the motion and deformation of bodies. A body consists of material points X, which in the course of a motion change their position in space. Let x be the position in Euclidean space ﻉ of the material point X at time t, which we interpret as the present time. Suppose that at time τ, say τ ≤ t, this same material point X occupied the position ξ in ﻉ. For the dependence of ξ on x, t,and τ, we write4.1\$\${\textbackslash}xi =\{\{{\textbackslash}chi \}\_\{t\}\}(x,{\textbackslash}tau ). \$\$},
language = {en},
urldate = {2023-06-27},
booktitle = {Viscometric {Flows} of {Non}-{Newtonian} {Fluids}: {Theory} and {Experiment}},
publisher = {Springer},
author = {Coleman, Bernard D. and Markovitz, Hershel and Noll, Walter},
editor = {Coleman, Bernard D. and Markovitz, Hershel and Noll, Walter},
year = {1966},
doi = {10.1007/978-3-642-88655-3_2},
keywords = {Constitutive Equation, Contact Force, Material Objectivity, Material Point, Stress Tensor},
pages = {10--20},
file = {Full Text PDF:/Users/eunji/Zotero/storage/SLWW4Y6J/Coleman et al. - 1966 - Theory of Incompressible Simple Fluids.pdf:application/pdf},
}
@incollection{coleman_general_1966,
address = {Berlin, Heidelberg},
series = {Springer {Tracts} in {Natural} {Philosophy}},
title = {General {Theory} of {Viscometric} {Flows}},
isbn = {978-3-642-88655-3},
url = {https://doi.org/10.1007/978-3-642-88655-3_3},
abstract = {A motion is called simple shearing flow if in some Cartesian coordinate system x, y, z the components of the velocity field v = v(x,t) have the form (9.1)\$\${\textbackslash}upsilon {\textasciicircum}\{{\textbackslash}left{\textbackslash}langle x {\textbackslash}right{\textbackslash}rangle \} = 0,\{{\textbackslash}text\{ \}\}{\textbackslash}upsilon {\textasciicircum}\{{\textbackslash}left{\textbackslash}langle y {\textbackslash}right{\textbackslash}rangle \} = xx,{\textbackslash},\{{\textbackslash}text\{ \}\}{\textbackslash}upsilon {\textasciicircum}\{{\textbackslash}left{\textbackslash}langle z {\textbackslash}right{\textbackslash}rangle \} = 0,\$\$where ϰ is a constant called the rate of shear.},
language = {en},
urldate = {2023-06-27},
booktitle = {Viscometric {Flows} of {Non}-{Newtonian} {Fluids}: {Theory} and {Experiment}},
publisher = {Springer},
author = {Coleman, Bernard D. and Markovitz, Hershel and Noll, Walter},
editor = {Coleman, Bernard D. and Markovitz, Hershel and Noll, Walter},
year = {1966},
doi = {10.1007/978-3-642-88655-3_3},
pages = {21--33},
file = {Full Text PDF:/Users/eunji/Zotero/storage/PHF7WHY8/Coleman et al. - 1966 - General Theory of Viscometric Flows.pdf:application/pdf},
}
@incollection{coleman_introduction_1966,
address = {Berlin, Heidelberg},
series = {Springer {Tracts} in {Natural} {Philosophy}},
title = {Introduction},
isbn = {978-3-642-88655-3},
url = {https://doi.org/10.1007/978-3-642-88655-3_1},
abstract = {The classical theory of incompressible viscous fluids is based upon the constitutive assumptions1 1.1\$\$ T=-p1+2\{\{{\textbackslash}eta \}\_\{0\}\}D,\$\$2.1\$\$\{{\textbackslash}text\{trace D = 0,\}\}\$\$where D is the stretching or rate of deformation tensor, T is the stress tensor, p is a pressure, and η0 is the viscosity, a material constant. The field equations which result from substitution of (1.1) into the dynamical equations are called the Navier-Stokes equations. Equation (1.2) expresses the assumption of incompressibility, i.e., constancy of mass density. More precise explanations of (1.1) and (1.2) will be given in the text.},
language = {en},
urldate = {2023-06-27},
booktitle = {Viscometric {Flows} of {Non}-{Newtonian} {Fluids}: {Theory} and {Experiment}},
publisher = {Springer},
author = {Coleman, Bernard D. and Markovitz, Hershel and Noll, Walter},
editor = {Coleman, Bernard D. and Markovitz, Hershel and Noll, Walter},
year = {1966},
doi = {10.1007/978-3-642-88655-3_1},
keywords = {Couette Flow, Poiseuille Flow, Incompressible Viscous Fluid, Outer Cylinder, Steady Flow},
pages = {1--9},
file = {Full Text PDF:/Users/eunji/Zotero/storage/VURT5A5W/Coleman et al. - 1966 - Introduction.pdf:application/pdf},
}
@incollection{coleman_historical_1966,
address = {Berlin, Heidelberg},
series = {Springer {Tracts} in {Natural} {Philosophy}},
title = {Historical {Remarks}},
isbn = {978-3-642-88655-3},
url = {https://doi.org/10.1007/978-3-642-88655-3_6},
abstract = {It is not our intent to chronicle in detail the history of the mechanics of fluids. Exposition of this history, in varying amount of detail and emphasis, can be found elsewhere.1 Here we outline the highlights of the theoretical developments that culminated in the theory of incompressible simple fluids.},
language = {en},
urldate = {2023-06-27},
booktitle = {Viscometric {Flows} of {Non}-{Newtonian} {Fluids}: {Theory} and {Experiment}},
publisher = {Springer},
author = {Coleman, Bernard D. and Markovitz, Hershel and Noll, Walter},
editor = {Coleman, Bernard D. and Markovitz, Hershel and Noll, Walter},
year = {1966},
doi = {10.1007/978-3-642-88655-3_6},
keywords = {Couette Flow, Normal Stress, Normal Traction, Simple Fluid, Simple Shearing Flow},
pages = {84--92},
file = {Full Text PDF:/Users/eunji/Zotero/storage/Q6L9UAIY/Coleman et al. - 1966 - Historical Remarks.pdf:application/pdf},
}
@book{irgens_rheology_2014,
address = {Cham},
title = {Rheology and {Non}-{Newtonian} {Fluids}},
isbn = {978-3-319-01052-6 978-3-319-01053-3},
url = {http://link.springer.com/10.1007/978-3-319-01053-3},
language = {en},
urldate = {2023-06-27},
publisher = {Springer International Publishing},
author = {Irgens, Fridtjov},
year = {2014},
doi = {10.1007/978-3-319-01053-3},
keywords = {Deformation Kinematics, Extensional Flows, fluid- and aerodynamics, Generalized Newtonian Fluids, Kinematics of Shear Flows, Physics of Silly Putty, Viscoelastic Fluid Model, Viscoelastic Plastic Materials, Viscometric Flows},
file = {Full Text PDF:/Users/eunji/Zotero/storage/SS4TEMFQ/Irgens - 2014 - Rheology and Non-Newtonian Fluids.pdf:application/pdf},
}
@incollection{kundu_chapter_2016,
address = {Boston},
title = {Chapter 4 - {Conservation} {Laws}},
isbn = {978-0-12-405935-1},
url = {https://www.sciencedirect.com/science/article/pii/B9780124059351000046},
abstract = {The laws governing fluid motion are based on conservation of mass, momentum, and energy. For the Eulerian description of fluid motion, these three conservation laws are coupled nonlinear partial differential equations. However, to produce a potentially solvable set of equations, a constitutive relationship must be specified. For many commonly encountered fluids, the simplest possible Newtonian viscosity law – a linear relationship between the stress and strain-rate tensors involving only two material constants – is appropriate. When supplemented by two thermodynamic relationships, such as caloric and thermal equations of state, the number of equations matches the number of unknown dependent field quantities. Thus, with the specification of appropriate boundary conditions, the overall system of equations can in principle be solved even in noninertial coordinate systems. When the equations of fluid motion are cast in dimensionless form, the dimensionless parameters (or numbers) commonly used to specify fluid flow conditions appear as coefficients of dimensionless terms in the equations. Although analytical solutions to the full set of equations are uncommon, the equations of fluid motion can be simplified, and are easier to solve, under certain circumstances.},
language = {en},
urldate = {2023-06-27},
booktitle = {Fluid {Mechanics} ({Sixth} {Edition})},
publisher = {Academic Press},
author = {Kundu, Pijush K. and Cohen, Ira M. and Dowling, David R.},
editor = {Kundu, Pijush K. and Cohen, Ira M. and Dowling, David R.},
month = jan,
year = {2016},
doi = {10.1016/B978-0-12-405935-1.00004-6},
keywords = {Bernoulli equation, Boundary condition, Boussinesq approximation, Conservation laws, Conservation of energy, Conservation of momentum, Continuity equation, Dynamic similarity, Frame of reference, Navier-Stokes equation, Newtonian fluid, Stream function, Surface tension},
pages = {109--193},
file = {ScienceDirect Snapshot:/Users/eunji/Zotero/storage/KYYLGI8T/fluid-mechanics.html:text/html},
}
@book{chorin_mathematical_1993,
address = {New York, NY},
series = {Texts in {Applied} {Mathematics}},
title = {A {Mathematical} {Introduction} to {Fluid} {Mechanics}},
volume = {4},
isbn = {978-1-4612-6934-2 978-1-4612-0883-9},
url = {http://link.springer.com/10.1007/978-1-4612-0883-9},
urldate = {2023-06-25},
publisher = {Springer},
author = {Chorin, Alexandre J. and Marsden, Jerrold E.},
editor = {Marsden, J. E. and Sirovich, L. and Golubitsky, M.},
year = {1993},
doi = {10.1007/978-1-4612-0883-9},
keywords = {fluid- and aerodynamics, Navier-Stokes equation, fluid mechanics, mechanics, Potential, rotation, stability},
file = {Full Text PDF:/Users/eunji/Zotero/storage/S6IYYFK2/Chorin and Marsden - 1993 - A Mathematical Introduction to Fluid Mechanics.pdf:application/pdf},
}
@article{polimeno_toward_2022,
title = {Toward a {Realistic} {Model} of {Diffusion}-{Limited} {Aggregation}: {Rotation}, {Size}-{Dependent} {Diffusivities}, and {Settling}},
volume = {7},
shorttitle = {Toward a {Realistic} {Model} of {Diffusion}-{Limited} {Aggregation}},
url = {https://doi.org/10.1021/acsomega.2c03547},
doi = {10.1021/acsomega.2c03547},
abstract = {In this Brownian dynamics simulation study on the formation of aggregates made of spherical particles, we build on the well-established diffusion-limited cluster aggregation (DLCA) model. We include rotational effects, allow diffusivities to be size-dependent as is physically relevant, and incorporate settling under gravity. We numerically characterize the growth dynamics of aggregates and find that their radius of gyration, Rg, grows approximately as Rg ∼ t1.02 for classical DLCA but slows to an approximate growth rate of Rg ∼ t0.71 when diffusivity is size-dependent. We also analyze the fractal structure of the resulting aggregates and find that their fractal dimension, d, decreases from d ≈ 1.8 for classical DLCA to d ≈ 1.7 when size-dependent rotational diffusion is included. The addition of settling effects further reduces the fractal dimension observed to d ≈ 1.6 and appears to result in aggregates with a vertical extent marginally smaller than their horizontal extent.},
number = {45},
urldate = {2023-06-15},
journal = {ACS Omega},
author = {Polimeno, Matteo and Kim, Changho and Blanchette, François},
month = nov,
year = {2022},
note = {Publisher: American Chemical Society},
pages = {40826--40835},
file = {ACS Full Text Snapshot:/Users/eunji/Zotero/storage/P7WDVFF5/acsomega.html:text/html;Full Text PDF:/Users/eunji/Zotero/storage/CZHC767G/Polimeno et al. - 2022 - Toward a Realistic Model of Diffusion-Limited Aggr.pdf:application/pdf},
}
@article{krishnaraj_dilation-driven_2016,
title = {A dilation-driven vortex flow in sheared granular materials explains a rheometric anomaly},
volume = {7},
copyright = {2016 The Author(s)},
issn = {2041-1723},
url = {https://www.nature.com/articles/ncomms10630},
doi = {10.1038/ncomms10630},
abstract = {Granular flows occur widely in nature and industry, yet a continuum description that captures their important features is yet not at hand. Recent experiments on granular materials sheared in a cylindrical Couette device revealed a puzzling anomaly, wherein all components of the stress rise nearly exponentially with depth. Here we show, using particle dynamics simulations and imaging experiments, that the stress anomaly arises from a remarkable vortex flow. For the entire range of fill heights explored, we observe a single toroidal vortex that spans the entire Couette cell and whose sense is opposite to the uppermost Taylor vortex in a fluid. We show that the vortex is driven by a combination of shear-induced dilation, a phenomenon that has no analogue in fluids, and gravity flow. Dilatancy is an important feature of granular mechanics, but not adequately incorporated in existing models.},
language = {en},
number = {1},
urldate = {2023-06-12},
journal = {Nature Communications},
author = {Krishnaraj, K. P. and Nott, Prabhu R.},
month = feb,
year = {2016},
note = {Number: 1
Publisher: Nature Publishing Group},
keywords = {Fluid dynamics, Condensed-matter physics},
pages = {10630},
file = {Full Text PDF:/Users/eunji/Zotero/storage/K2XK9S97/Krishnaraj and Nott - 2016 - A dilation-driven vortex flow in sheared granular .pdf:application/pdf},
}
@article{coleman_approximation_1960,
title = {An approximation theorem for functionals, with applications in continuum mechanics},
volume = {6},
issn = {1432-0673},
url = {https://doi.org/10.1007/BF00276168},
doi = {10.1007/BF00276168},
language = {en},
number = {1},
urldate = {2023-06-12},
journal = {Archive for Rational Mechanics and Analysis},
author = {Coleman, Bernard D. and Noll, Walter},
month = jan,
year = {1960},
keywords = {Approximation Theorem, Complex System, Electromagnetism, Neural Network, Nonlinear Dynamics},
pages = {355--370},
file = {Full Text PDF:/Users/eunji/Zotero/storage/42J8SR4X/Coleman and Noll - 1960 - An approximation theorem for functionals, with app.pdf:application/pdf},
}