-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path99_mybib.bib
4298 lines (4274 loc) · 360 KB
/
99_mybib.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
@misc{cura,
author = {{Ultimaker}},
title = {Ultimaker Cura 4.2.1 software},
url = {https://ultimaker.com/software/ultimaker-cura},
version = {{4.2.1}},
date = {2019-08-31},
year = "2019",
}
@article{Liu2016CAD,
title = "Homogenization of material properties in additively manufactured structures",
journal = "Computer-Aided Design",
volume = "78",
pages = "71 - 82",
year = "2016",
COMMENTEDnote = "SPM 2016",
COMMENTEDissn = "0010-4485",
doi = "https://doi.org/10.1016/j.cad.2016.05.017",
COMMENTEDurl = "http://www.sciencedirect.com/science/article/pii/S0010448516300379",
author = "Xingchen Liu and Vadim Shapiro",
keywords = "Additive manufacturing, Fused deposition modeling, Printed model, Heterogeneous material, Homogenization",
abstract = "Additive manufacturing transforms material into three-dimensional parts incrementally, layer by layer or path by path. Subject to the build direction and machine resolution, an additively manufactured part deviates from its design model in terms of both geometry and mechanical performance. In particular, the material inside the fabricated part often exhibits spatially varying material distribution (heterogeneity) and direction dependent behavior (anisotropy), indicating that the design model is no longer a suitable surrogate to consistently estimate the mechanical performance of the printed component. We propose a new two-stage approach to modeling and estimating effective elastic properties of parts fabricated by fused deposition modeling (FDM) process. First, we construct an implicit representation of an effective mesoscale geometry–material model of the printed structure that captures the details of the particular process and published material information. This representation of mesoscale geometry and material of the printed structure is then homogenized at macro scale through a solution of an integral equation formulated using Green’s function. We show that the integral equation can be converted into a system of linear equations that is symmetric and positive definite and can be solved efficiently using conjugate gradient method and Fourier transform. The computed homogenized properties are validated by both finite element method and experiment results. The proposed two-stage approach can be used to estimate other effective material properties in a variety of additive manufacturing processes, whenever a similar effective mesoscale geometry–material model can be constructed."
}
@Article{Zegard2016SMO,
author="Zegard, Tom{\'a}s
and Paulino, Glaucio H.",
title="Bridging topology optimization and additive manufacturing",
journal="Structural and Multidisciplinary Optimization",
year="2016",
month="Jan",
day="01",
volume="53",
number="1",
pages="175--192",
abstract="Topology optimization is a technique that allows for increasingly efficient designs with minimal a priori decisions. Because of the complexity and intricacy of the solutions obtained, topology optimization was often constrained to research and theoretical studies. Additive manufacturing, a rapidly evolving field, fills the gap between topology optimization and application. Additive manufacturing has minimal limitations on the shape and complexity of the design, and is currently evolving towards new materials, higher precision and larger build sizes. Two topology optimization methods are addressed: the ground structure method and density-based topology optimization. The results obtained from these topology optimization methods require some degree of post-processing before they can be manufactured. A simple procedure is described by which output suitable for additive manufacturing can be generated. In this process, some inherent issues of the optimization technique may be magnified resulting in an unfeasible or bad product. In addition, this work aims to address some of these issues and propose methodologies by which they may be alleviated. The proposed framework has applications in a number of fields, with specific examples given from the fields of health, architecture and engineering. In addition, the generated output allows for simple communication, editing, and combination of the results into more complex designs. For the specific case of three-dimensional density-based topology optimization, a tool suitable for result inspection and generation of additive manufacturing output is also provided.",
issn="1615-1488",
doi="10.1007/s00158-015-1274-4",
COMMENTEDurl="https://doi.org/10.1007/s00158-015-1274-4"
}
@Article{Xiong2019,
author="Xiong, Yi
and Park, Sang-In
and Padmanathan, Suhasini
and Dharmawan, Audelia Gumarus
and Foong, Shaohui
and Rosen, David William
and Soh, Gim Song",
title="Process planning for adaptive contour parallel toolpath in additive manufacturing with variable bead width",
journal="The International Journal of Advanced Manufacturing Technology",
year="2019",
month="Jun",
day="11",
abstract="Lightweight structures with slender features and thin walls can be fabricated by the additive manufacturing process. The fabrication process utilizes a contour parallel toolpath, where sets of parallel contours are offset from the boundaries of a geometric structure at predefined intervals to deposit the material layer by layer. Currently, these intervals are set to be constant, which limits its capability to produce near net-shape parts. In recent research, the feasibility to fabricate parts using contour parallel toolpaths with variable bead widths has been explored to increase the production speed, to improve the geometry accuracy, and to manufacture void-free parts. However, existing process planning methods are computationally inefficient and challenging to implement. To resolve these issues, this paper proposes a comprehensive process planning framework for adaptive contour parallel toolpath with variable bead widths. More specifically, this framework includes a toolpath planning algorithm using the level-set method and a process planning algorithm for generating the desired bead geometry using a Gaussian process regression model. To validate the proposed framework, a case study has been demonstrated in the fabrication of benchmark features with a wire and arc additive manufacturing process.",
COMMENTEDissn="1433-3015",
doi="10.1007/s00170-019-03954-1",
COMMENTEDurl="https://doi.org/10.1007/s00170-019-03954-1"
}
@book{schaling2011boost,
title={The boost C++ libraries},
author={Sch{\"a}ling, Boris},
year={2011},
publisher={Boris Sch{\"a}ling}
}
@article{Han2002JMSE,
author = {Han , Wenbiao and Jafari, Mohsen A. and Danforth , Stephen C. and Safari, Ahmad },
title = "{Tool Path-Based Deposition Planning in Fused Deposition Processes }",
journal = {Journal of Manufacturing Science and Engineering},
volume = {124},
number = {2},
pages = {462-472},
year = {2002},
month = {04},
abstract = "{The fabrication of a functional part requires very high layer quality in the Fused Deposition (FD) processes. The constant deposition flow rate currently used in FD technology cannot meet this requirement, due to the varying geometries of the layers. To achieve a high quality functional part, an overfill and underfill analysis is conducted. A deposition planning approach is proposed, which is based on a grouping and mapping algorithm. Two piezoelectric test parts have been built to demonstrate the effectiveness and feasibility of the proposed approach. }",
COMMENTEDissn = {1087-1357},
doi = {10.1115/1.1455026},
COMMENTEDurl = {https://doi.org/10.1115/1.1455026},
COMMENTEDeprint = {https://asmedigitalcollection.asme.org/manufacturingscience/article-pdf/124/2/462/4691900/462\_1.pdf}
}
@article{Abele2015,
abstract = {Purpose - This paper aims to develop a set of process parameters tailored for lattice structures and test them against standard process (SP) parameters. Selective laser melting (SLM) is a commonly known and established additive manufacturing technique and is a key technology in generating intricately shaped lattice structures. However, SP parameters used in this technology have building time and accuracy disadvantages for structures with a low area-to-perimeter ratio, such as thin struts. Design/methodology/approach - In this research work, body-centred cubic structure specimens are manufactured using adapted process parameters. Central to the adapted process parameters is the positioning of the laser beam, the scan strategy and the linear energy density. The specimens are analysed with X-ray micro-computed tomography for dimensional accuracy. The final assessment is a comparison between specimens manufactured using adapted process parameters and those using SP parameters. Findings - Standard parameters for lattice structures lead to a significant shift from the nominal geometry. An extensive manufacturing and computation time due to several exposure patterns (e.g. pre-contours, post-contours) was observed. The tailored process parameters developed had good dimensional accuracy, reproducible results and improved manufacturing performance. Research limitations/implications - The results are based on a distinctive geometry of the lattice structure and a specific material. Future research should be extended to other geometries and materials. Practical implications - Optimisation of process parameters for the part geometry is a critical factor in improving dimensional accuracy and performance of SLM processes. Originality/value - This study demonstrates how application-tailored process parameters can lead to superior performance and improved dimensional accuracy. The results can be transferred to other lattice structure designs and materials.},
author = {Abele, Eberhard and Stoffregen, Hanns A. and Klimkeit, Klaus and Hoche, Holger and Oechsner, Matthias},
doi = {10.1108/RPJ-10-2012-0096},
file = {:home/t.kuipers/Downloads/RPJ-10-2012-0096.pdf:pdf},
isbn = {1020120096},
COMMENTEDissn = {13552546},
journal = {Rapid Prototyping Journal},
keywords = {Additive manufacturing,Lattice structures,Micro-computed tomography,Process parameters,Selective laser melting},
number = {1},
pages = {117--127},
title = {{Optimisation of process parameters for lattice structures}},
volume = {21},
year = {2015}
}
@article{Abueidda2017,
abstract = {In this paper, three types of triply periodic minimal surfaces (TPMS) are utilized to create novel polymeric cellular materials (CM). The TPMS architectures considered are Schwarz Primitive, Schoen IWP, and Neovius. This work investigates experimentally and computationally mechanical properties of these three TPMS-CMs. 3D printing is used to fabricate these polymeric cellular materials and their base material. Their properties are tested to provide inputs and serve as validation for finite element modeling. Two finite deformation elastic/hyperelastic-viscoplastic constitutive models calibrated based on the mechanical response of the base material are used in the computational study of the TPMS-CMs. It is shown that the specimen size of the TPMS-CMs affect their mechanical properties. Moreover, the finite element results agree with the results obtained experimentally. The Neovius-CM and IWP-CM have a similar mechanical response, and it is found that they have higher stiffness and strength than the Primitive-CM.},
author = {Abueidda, Diab W. and Bakir, Mete and {Abu Al-Rub}, Rashid K. and Bergstr{\"{o}}m, J{\"{o}}rgen S. and Sobh, Nahil A. and Jasiuk, Iwona},
doi = {10.1016/j.matdes.2017.03.018},
file = {:home/t.kuipers/Downloads/abueidda2017.pdf:pdf},
COMMENTEDissn = {18734197},
journal = {Materials and Design},
keywords = {3D printing,Architectured materials,Finite element analysis,Mechanical testing,Polymeric cellular materials},
pages = {255--267},
publisher = {Elsevier},
title = {{Mechanical properties of 3D printed polymeric cellular materials with triply periodic minimal surface architectures}},
COMMENTEDurl = {http://dx.doi.org/10.1016/j.matdes.2017.03.018},
volume = {122},
year = {2017}
}
@article{Ahmed2007,
abstract = {The use of space filling curves for proximity-improving mappings is well known and has found many useful applications in parallel computing. Such curves permit a linear array to be mapped onto a 2D (respectively, 3D) structure such that points that are distance d apart in the linear array are distance O(d(1/2)) (O(d(1/3))) apart in the 2D (3D) array and vice versa. We extend the concept of space filling curves to space filling surfaces and show how these surfaces lead to mappings from 2D to 3D so that points at distance d 1 2 on the 2D surface are mapped to points at distance O(d(1/3)) in the 3D volume. Three classes of surfaces, associated respectively with the Peano curve, Sierpinski carpet, and the Hilbert curve, are presented. A methodology for using these surfaces to map from 2D to 3D is developed. These results permit efficient execution of 2D computations on processors interconnected in a 3D grid. The space filling surfaces proposed by us are the first such fractal objects to be formally defined and are thus also of intrinsic interest in the context of fractal geometry.},
author = {Ahmed, Masood and Bokhari, Shahid},
doi = {10.1109/TPDS.2007.1049},
file = {:home/t.kuipers/Downloads/Mapping with Space Filling Surfaces.pdf:pdf},
isbn = {1045-9219},
COMMENTEDissn = {10459219},
journal = {IEEE Transactions on Parallel and Distributed Systems},
keywords = {Fractals,Hilbert curve,Parallel computing,Peano curve,Sierpinski carpet,Space filling curves,Space filling surfaces},
number = {9},
pages = {1258--1269},
title = {{Mapping with space filling surfaces}},
volume = {18},
year = {2007}
}
@article{ahn2002anisotropic,
abstract = {Rapid Prototyping (RP) technologies provide the ability to fabricate initial prototypes from various model materials. Stratasys Fused Deposition Modeling (FDM) is a typical RP process that can fabricate prototypes out of ABS plastic. To predict the mechanical behavior of FDM parts, it is critical to understand the material properties of the raw FDM process material, and the effect that FDM build parameters have on anisotropic material properties. This paper characterizes the properties of ABS parts fabricated by the FDM 1650. Using a Design of Experiment (DOE) approach, the process parameters of FDM, such as raster orientation, air gap, bead width, color, and model temperature were examined. Tensile strengths and compressive strengths of directionally fabricated specimens were measured and compared with injection molded FDM ABS P400 material. For the FDM parts made with a 0.003 inch overlap between roads, the typical tensile strength ranged between 65 and 72 percent of the strength of injection molded ABS P400. The compressive strength ranged from 80 to 90 percent of the injection molded FDM ABS. Several build rules for designing FDM parts were formulated based on experimental results.},
author = {Ahn, Sung Hoon and Montero, Michael and Odell, Dan and Roundy, Shad and Wright, Paul K.},
doi = {10.1108/13552540210441166},
file = {:home/t.kuipers/Downloads/13552540210441166.pdf:pdf},
COMMENTEDissn = {13552546},
journal = {Rapid Prototyping Journal},
keywords = {Anisotropy,Fused deposition modeling,Rapid prototyping},
number = {4},
pages = {248--257},
title = {{Anisotropic material properties of fused deposition modeling ABS}},
volume = {8},
year = {2002}
}
@article{ajdari2012hierarchical,
abstract = {We investigated the mechanical behavior of two-dimensional hierarchical honeycomb structures using analytical, numerical and experimental methods. Hierarchical honeycombs were constructed by replacing every three-edge vertex of a regular hexagonal lattice with a smaller hexagon. Repeating this process builds a fractal-appearing structure. The resulting isotropic in-plane elastic properties (effective elastic modulus and Poisson's ratio) of this structure are controlled by the dimension ratios for different hierarchical orders. Hierarchical honeycombs of first and second order can be up to 2.0 and 3.5 times stiffer than regular honeycomb at the same mass (i.e., same overall average density). The Poisson's ratio varies from nearly 1.0 (when planar 'bulk' modulus is considerably greater than Young's modulus, so the structure acts 'incompressible' for most loadings) to 0.28, depending on the dimension ratios. The work provides insight into the role of structural organization and hierarchy in regulating the mechanical behavior of materials, and new opportunities for developing low-weight cellular structures with tailorable properties. {\textcopyright} 2012 Elsevier Ltd. All rights reserved.},
author = {Ajdari, Amin and Jahromi, Babak Haghpanah and Papadopoulos, Jim and Nayeb-Hashemi, Hamid and Vaziri, Ashkan},
doi = {10.1016/j.ijsolstr.2012.02.029},
file = {:home/t.kuipers/Downloads/1-s2.0-S0020768312000777-main.pdf:pdf},
isbn = {00207683},
COMMENTEDissn = {00207683},
journal = {International Journal of Solids and Structures},
keywords = {Cellular structures,Honeycombs,Structural hierarchy},
number = {11-12},
pages = {1413--1419},
publisher = {Elsevier Ltd},
title = {{Hierarchical honeycombs with tailorable properties}},
COMMENTEDurl = {http://dx.doi.org/10.1016/j.ijsolstr.2012.02.029},
volume = {49},
year = {2012}
}
@article{Ajdari2011,
abstract = {The in-plane dynamic crushing of two dimensional honeycombs with both regular hexagonal and irregular arrangements was investigated using detailed finite element models. The energy absorption of honeycombs made of a linear elastic-perfectly plastic material with constant and functionally graded density were estimated up to large crushing strains. Our numerical simulations showed three distinct crushing modes for honeycombs with a constant relative density: quasi-static, transition and dynamic. Moreover, irregular cellular structures showed to have energy absorption similar to their counterpart regular honeycombs of same relative density and mass. To study the dynamic crushing of functionally graded cellular structures, a density gradient in the direction of crushing was introduced in the computational models by a gradual change of the cell wall thickness. Decreasing the relative density in the direction of crushing was shown to enhance the energy absorption of honeycombs at early stages of crushing. The study provides new insight into the behavior of engineered and biological cellular materials, and could be used to develop novel energy absorbent structures. {\textcopyright} 2010 Elsevier Ltd. All rights reserved.},
author = {Ajdari, Amin and Nayeb-Hashemi, Hamid and Vaziri, Ashkan},
doi = {10.1016/j.ijsolstr.2010.10.018},
file = {:home/t.kuipers/Downloads/1-s2.0-S0020768310003720-main.pdf:pdf},
isbn = {00207683},
COMMENTEDissn = {00207683},
journal = {International Journal of Solids and Structures},
keywords = {Cellular structures,Energy absorption,Functionally graded material,Honeycombs},
number = {3-4},
pages = {506--516},
publisher = {Elsevier},
title = {{Dynamic crushing and energy absorption of regular, irregular and functionally graded cellular structures}},
COMMENTEDurl = {http://dx.doi.org/10.1016/j.ijsolstr.2010.10.018},
volume = {48},
year = {2011}
}
@incollection{akiyama2007infinite,
author = {Akiyama, Jin and Fukuda, Hiroshi and Ito, Hiro and Nakamura, Gisaku},
booktitle = {Discrete Geometry, Combinatorics and Graph Theory},
file = {:home/t.kuipers/Downloads/978-3-540-70666-3.pdf:pdf},
pages = {1--9},
publisher = {Springer},
title = {{Infinite series of generalized Gosper space filling curves}},
year = {2007}
}
@article{Al-Ketan2018,
abstract = {Recent advances in additive manufacturing facilitated the fabrication of parts with great geometrical complexity and relatively small size, and allowed for the fabrication of topologies that could not have been achieved using traditional fabrication techniques. In this work, we explore the topology-property relationship of several classes of periodic cellular materials; the first class is strut-based structures, while the second and third classes are derived from the mathematically created triply periodic minimal surfaces, namely; the skeletal-TPMS and sheet-TPMS cellular structures. Powder bed fusion technology was employed to fabricate the cellular structures of various relative densities out of Maraging steel. Scanning electron microscope (SEM) was also employed to assess the quality of the printed parts. Compressive testing was performed to deduce the mechanical properties of the considered cellular structures. Results showed that the sheet-TPMS based cellular structures exhibited a near stretching-dominated deformation behavior, while skeletal-TPMS showed a bending-dominated behavior. On the other hand, the Kelvin and Gibson-Ashby strut-based topologies exhibited a mixed mode of deformation while the Octet-truss showed a stretching-dominated behavior. Overall the sheet-TPMS based cellular structures showed superior mechanical properties among all the tested structures. The most interesting observation is that sheet-based Diamond TPMS structure showed the best mechanical performance with nearly independence of relative density. It was also observed that at decreased volume fractions the effect of geometry on the mechanical properties is more pronounced.},
author = {Al-Ketan, Oraib and Rowshan, Reza and {Abu Al-Rub}, Rashid K.},
doi = {10.1016/j.addma.2017.12.006},
file = {:home/t.kuipers/Downloads/1-s2.0-S2214860417303767-main.pdf:pdf},
COMMENTEDissn = {22148604},
journal = {Additive Manufacturing},
keywords = {Additive manufacturing (AM),Architected materials,Powder bed fusion,Selective laser sintering (SLS),Triply periodic minimal surfaces (TPMS)},
pages = {167--183},
publisher = {Elsevier B.V.},
title = {{Topology-mechanical property relationship of 3D printed strut, skeletal, and sheet based periodic metallic cellular materials}},
COMMENTEDurl = {http://dx.doi.org/10.1016/j.addma.2017.12.006},
volume = {19},
year = {2018}
}
@article{Alexa2017,
author = {Alexa, Marc and Hildebrand, Kristian and Lefebvre, Sylvain and Alexa, Marc and Hildebrand, Kristian and Lefebvre, Sylvain},
doi = {10.1145/2999536},
file = {:home/t.kuipers/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Alexa et al. - 2017 - Optimal Discrete Slicing.pdf:pdf},
COMMENTEDissn = {07300301},
journal = {ACM Transactions on Graphics},
keywords = {Computer numerical control,additive manufacturing,direct digital manufacturing,dynamic programming,slicing},
month = {jan},
number = {1},
pages = {1--16},
publisher = {ACM},
title = {{Optimal Discrete Slicing}},
COMMENTEDurl = {http://dl.acm.org/citation.cfm?doid=2996392.2999536},
volume = {36},
year = {2017}
}
@article{Amenta2001,
abstract = {The medial axis transform (or MAT) is a representation of an object as an infinite union of balls. We consider approximating the MAT of a three-dimensional object, and its complement, with a finite union of balls. Using this approximate MAT we define a new piecewise-linear approximation to the object surface, which we call the power crust. We assume that we are given as input a sufficiently dense sample of points from the object surface. We select a subset of the Voronoi balls of the sample, the polar balls, as the union of balls representation. We bound the geometric error of the union, and of the corresponding power crust, and show that both representations are topologically correct as well. Thus, our results provide a new algorithm for surface reconstruction from sample points. By construction, the power crust is always the boundary of a polyhedral solid, so we avoid the polygonization, hole-filling or manifold extraction steps used in previous algorithms. The union of balls representation and the power crust have corresponding piecewise-linear dual representations, which in some sense approximate the medial axis. We show a geometric relationship between these duals and the medial axis by proving that, as the sampling density goes to infinity, the set of poles, the centers of the polar balls, converges to the medial axis. {\textcopyright} 2001 Elsevier Science B.V.},
author = {Amenta, Nina and Choi, Sunghee and Kolluri, Ravi Krishna},
doi = {10.1016/S0925-7721(01)00017-7},
file = {:home/t.kuipers/Downloads/1-s2.0-S0925772101000177-main.pdf:pdf},
COMMENTEDissn = {09257721},
journal = {Computational Geometry: Theory and Applications},
keywords = {Medial axis,Power diagram,Surface reconstruction},
number = {2-3},
pages = {127--153},
title = {{The power crust, unions of balls, and the medial axis transform}},
volume = {19},
year = {2001}
}
@article{ISI:000287865000001,
author = {Andreassen, Erik and Clausen, Anders and Schevenels, Mattias and Lazarov, Boyan S and Sigmund, Ole},
doi = {10.1007/s00158-010-0594-7},
COMMENTEDissn = {1615-147X},
journal = {STRUCTURAL AND MULTIDISCIPLINARY OPTIMIZATION},
month = {jan},
number = {1},
pages = {1--16},
title = {{Efficient topology optimization in MATLAB using 88 lines of code}},
volume = {43},
year = {2011}
}
@article{Antolin2019,
author = {Antolin, Pablo and Buffa, Annalisa and Cohen, Elaine and Dannenhoffer, John F. and Elber, Gershon and Elgeti, Stefanie and Haimes, Robert and Riesenfeld, Richard},
doi = {10.1016/j.cad.2019.05.020},
file = {:home/t.kuipers/Downloads/1-s2.0-S0010448519301939-main.pdf:pdf},
COMMENTEDissn = {00104485},
journal = {Computer-Aided Design},
pages = {23--33},
publisher = {Elsevier},
title = {{Optimizing Micro-Tiles in Micro-Structures as a Design Paradigm}},
COMMENTEDurl = {https://doi.org/10.1016/j.cad.2019.05.020},
volume = {115},
year = {2019}
}
@article{aremu2017voxelbased,
abstract = {Additive Manufacturing (AM) enables the production of geometrically complex parts that are difficult to manufacture by other means. However, conventional CAD systems are limited in the representation of such parts. This issue is exacerbated when lattice structures are combined or embedded within a complex geometry. This paper presents a computationally efficient, voxel-based method of generating lattices comprised of practically any cell type that can conform to an arbitrary external geometry. The method of conforming involves the tessellation and trimming of unit cells that can leave ‘hanging' struts at the surface, which is a possible point of weakness in the structure. A method of joining these struts to form an external two dimensional lattice, termed a ‘net-skin' is also described. Traditional methods of manufacturing lattice structures generally do not allow variation of cell properties within a structure; however, additive manufacturing enables graded lattices to be generated that are potentially more optimal. A method of functionally grading lattices is, therefore, also described to take advantage of this manufacturing capability.},
author = {Aremu, A. O. and Brennan-Craddock, J. P.J. and Panesar, A. and Ashcroft, I. A. and Hague, R. J.M. and Wildman, R. D. and Tuck, C.},
doi = {10.1016/j.addma.2016.10.006},
file = {:home/t.kuipers/Downloads/1-s2.0-S2214860416302810-main.pdf:pdf},
isbn = {2214-8604},
COMMENTEDissn = {22148604},
journal = {Additive Manufacturing},
keywords = {Functional grading,Lattice,Net-skin,Tesselation,Voxel},
pages = {1--13},
publisher = {Elsevier B.V.},
title = {{A voxel-based method of constructing and skinning conformal and functionally graded lattice structures suitable for additive manufacturing}},
COMMENTEDurl = {http://dx.doi.org/10.1016/j.addma.2016.10.006},
volume = {13},
year = {2017}
}
@article{Armillotta2017a,
abstract = {Purpose To discuss the problem of the geometric accuracy of edges in parts manufactured by the FDM process, as a preliminary step for an experimental investigation. Design/methodology/approach Three geometric variables (inclination, included and incidence angle) were defined for an edge. The influence of each variable on the geometric errors was explained with reference to specific causes related to physical phenomena and process constraints. Findings Occurrence conditions for all causes were determined and visualized in a process map, which was also developed into a software procedure for the diagnosis of quality issues on digital models of the parts. Research limitations/implications The process map was developed by only empirical considerations and does not allow to predict the amount of geometric errors. In the second part of the paper, experimental tests will help to extend and validate the prediction criteria. Practical implications As demonstrated by an example, the results allow to predict the occurrence of visible defects on the edges of a part before manufacturing it with a given build orientation. Originality/value In literature, the geometric accuracy of additively manufactured parts is only related to surface features. The paper shows that the quality of edges depends on additional variables and causes to be carefully controlled by process choices.},
author = {Armillotta, Antonio and Cavallaro, Marco},
doi = {10.1108/RPJ-02-2016-0020},
file = {:home/t.kuipers/Downloads/armillotta2017.pdf:pdf},
isbn = {0320160033},
COMMENTEDissn = {1355-2546},
journal = {Rapid Prototyping Journal},
number = {1},
pages = {5--6},
title = {{Edge quality in Fused Deposition Modeling: I. Definition and analysis}},
COMMENTEDurl = {http://www.emeraldinsight.com/doi/10.1108/RPJ-02-2016-0020 http://www.scopus.com/inward/record.COMMENTEDurl?eid=2-s2.0-1142265504{\&}partnerID=40{\&}md5=4562996a479532d09ee160c395a3956f},
volume = {10},
year = {2017}
}
@article{Arndt2016,
abstract = {We describe a search for plane-filling curves traversing all edges of a grid once. The curves are given by Lindenmayer systems with only one non-constant letter. All such curves for small orders on three grids have been found. For all uniform grids we show how curves traversing all points once can be obtained from the curves found. Curves traversing all edges once are described for the four uniform grids where they exist.},
archivePrefix = {arXiv},
arxivId = {1607.02433},
author = {Arndt, J{\"{o}}rg},
COMMENTEDeprint = {1607.02433},
file = {:home/t.kuipers/Downloads/arndt-curve-search-2016.07.08.pdf:pdf},
journal = {arXiv preprint arXiv:1607.02433},
pages = {1--73},
title = {{Plane-filling curves on all uniform grids}},
COMMENTEDurl = {http://arxiv.org/abs/1607.02433},
year = {2016}
}
@article{Arora2019,
author = {Arora, Rahul and Jacobson, Alec and Langlois, Timothy R and Mueller, Caitlin and Shamir, Ariel and Levin, David I W},
file = {:home/t.kuipers/Downloads/volumetric{\_}michell{\_}truss{\_}scf19{\_}arora{\_}et{\_}al{\_}lowres.pdf:pdf},
isbn = {9781450367950},
title = {{Volumetric Michell Trusses for Parametric Design {\&} Fabrication}},
year = {2019}
}
@article{ashby2006properties,
abstract = {Man and nature both exploit the remarkable properties of cellular solids, by which we mean foams, meshes and microlattices. To the non-scientist, their image is that of soft, compliant, things: cushions, packaging and padding. To the food scientist they are familiar as bread, cake and desserts of the best kind: meringue, mousse and sponge. To those who study nature they are the structural materials of their subject: wood, coral, cancellous bone. And to the engineer they are of vast importance in building lightweight structures, for energy management, for thermal insulation, filtration and much more. When a solid is converted into a material with a foam-like structure, the single-valued properties of the solid are extended. By properties we mean stiffness, strength, thermal conductivity and diffusivity, electrical resistivity and so forth. And the extension is vast-the properties can be changed by a factor of 1000 or more. Perhaps the most important concept in analysing the mechanical behaviour is that of the distinction between a stretch- and a bending-dominated structure. The first is exceptionally stiff and strong for a given mass; the second is compliant and, although not strong, it absorbs energy well when compressed. This paper summarizes a little of the way in which the mechanical properties of cellular solids are analysed and illustrates the range of properties offered by alternative configurations.},
author = {Ashby, M. F.},
doi = {10.1098/rsta.2005.1678},
file = {:home/t.kuipers/Downloads/25190170.pdf:pdf},
isbn = {1364-503X},
COMMENTEDissn = {1364503X},
journal = {Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences},
keywords = {Foams,Lattice structures,Mechanical properties,Modelling},
number = {1838},
pages = {15--30},
pmid = {18272451},
title = {{The properties of foams and lattices}},
volume = {364},
year = {2006}
}
@inproceedings{attali1996modeling,
author = {Attali, Dominique and Montanvert, Annick},
booktitle = {Proceedings of 3rd IEEE International Conference on Image Processing},
file = {:home/t.kuipers/Downloads/00560357.pdf:pdf},
COMMENTEDisbn = {078033258X},
doi={10.1109/ICIP.1996.560357},
organization = {IEEE},
pages = {13--16},
title = {{Modeling noise for a better simplification of skeletons}},
volume = {3},
year = {1996}
}
@article{attene2018design,
abstract = {Abstract The wide diffusion of 3D printing technologies continuously calls for effective solutions for designing and fabricating objects of increasing complexity. The so called "computational fabrication" pipeline comprises all the steps necessary to turn a design idea into a physical object, and this book describes the most recent advancements in the two fundamental phases along this pipeline: design and process planning. We examine recent systems in the computer graphics community that allow us to take a design idea from conception to a digital model, and classify algorithms that are necessary to turn such a digital model into an appropriate sequence of machining instructions. Table of Contents: Acknowledgments / Introduction / Practices and Considerations for Additive Manufacturing / Design for Additive Manufacturing / Process Planning / Open Challenges / Bibliography / Authors' Biographies},
author = {Attene, Marco and Livesu, Marco and Lefebvre, Sylvain and Funkhouser, Thomas and Rusinkiewicz, Szymon and Ellero, Stefano and Mart$\backslash$'$\backslash$inez, Jon{\`{a}}s and Bermano, Amit Haim},
doi = {10.2200/S00847ED1V01Y201804VCP031},
file = {:home/t.kuipers/Downloads/Design, Representations, and Processing for Additive Manufacturing.pdf:pdf},
isbn = {9781681733555},
COMMENTEDissn = {2469-4215},
journal = {Synthesis Lectures on Visual Computing: Computer Graphics, Animation, Computational Photography, and Imaging},
keywords = {3D printing,geometric modeling,geometry processing},
month = {jun},
number = {2},
pages = {1--146},
publisher = {Morgan {\&} Claypool Publishers},
title = {{Design, Representations, and Processing for Additive Manufacturing}},
COMMENTEDurl = {https://www.morganclaypool.com/doi/10.2200/S00847ED1V01Y201804VCP031},
volume = {10},
year = {2018}
}
@article{avalle2001characterization,
abstract = {The mechanical properties at room temperature of three polymeric foams (namely EPP, PUR and PS/PA foams) have been experimentally evaluated in both static and impact loading conditions. The energy absorption characteristics have been examined both through the energy-absorption diagram method and through the efficiency diagram method. The meaning of the efficiency parameter, already used in the literature, has been explained in a proper, satisfactory way. It is shown that the maximum of the efficiency identifies the condition for optimal energy absorption of the foam, while the maximum stress reaches a value limited through other design considerations. The efficiency diagram method is then used to obtain synthetic diagrams useful to characterize the material and to help the design of energy absorbing components. These synthetic selection diagrams are obtained for the three tested materials. Finally, some consideration are drawn comparing the mechanical performance of the three considered types of foams and their dependency on density. {\textcopyright} 2001 Elsevier Science Ltd.},
author = {Avalle, M. and Belingardi, G. and Montanini, R.},
doi = {10.1016/S0734-743X(00)00060-9},
file = {:home/t.kuipers/Downloads/1-s2.0-S0734743X00000609-main.pdf:pdf},
isbn = {0734-743X},
COMMENTEDissn = {0734743X},
journal = {International Journal of Impact Engineering},
number = {5},
pages = {455--472},
title = {{Characterization of polymeric structural foams under compressive impact loading by means of energy-absorption diagram}},
volume = {25},
year = {2001}
}
@article{Bader2008,
author = {Bader, M. and Schraufstetter, S. and Vigh, C.A. and Behrens, J.},
doi = {10.1504/IJCSE.2008.021108},
file = {:home/t.kuipers/Downloads/Bad2008a.pdf:pdf},
COMMENTEDissn = {1742-7185, 1742-7193},
journal = {International Journal of Computational Science and Engineering},
keywords = {2008,a,adaptive grid generation,and behrens,bader,c,cache efficiency,computational science and engineering,curves,follows,generation and implementation of,int,j,m,memory efficient adaptive mesh,multigrid algorithms using sierpinski,reference to this paper,s,schraufstetter,should be made as,simulation,space-filling curves,vigh},
number = {1},
pages = {12},
title = {{Memory efficient adaptive mesh generation and implementation of multigrid algorithms using Sierpinski curves}},
COMMENTEDurl = {http://www.inderscience.com/link.php?id=21108},
volume = {4},
year = {2008}
}
@book{bader2012space,
author = {Bader, Michael},
doi = {10.1007/978-3-642-31046-1},
isbn = {978-3-642-31046-1},
publisher = {Springer Science {\&} Business Media},
title = {{Space filling curves: An introduction with applications in scientific computing}},
COMMENTEDurl = {www.space-filling-curves.org},
volume = {9},
year = {2013}
}
@article{bates2018compressive,
abstract = {Fused filament fabrication of thermoplastic polyurethanes (TPUs) offers a capability to manufacture tailorable, flexible honeycomb structures which can be optimised for energy absorbing applications. This work explores the effect of a range of grading methodologies on the energy absorbing and damping behaviour of flexible TPU honeycomb structures. By applying density grading, the energy absorbing and damping profiles are significantly modified from the uniform density equivalent. A 3D-printing procedure was developed which allowed the manufacture of high-quality structures, which underwent cyclic loading to densification without failure. Graded honeycomb architectures had an average relative density of 0.375 ± 0.05. After quasi-static testing, arrays were subjected to sinusoidal compression over a range of amplitudes at 0.5 Hz. By grading the structural density in different ways, mechanical damping was modified. Cyclic compressive testing also showed how strain-softening of the TPU parent material could lead to reduced damping over the course of 50 cycles. Samples were subjected to impact loading at strain-rates of up to 51 s-1 and specific impact energies of up to 270 mJ/cm3. Lower peak loads were transferred for graded samples for the most severe impact cases. This behaviour reveals the potential of density grading of TPU structures to provide superior impact protection in extreme environmental conditions.},
author = {Bates, Simon R.G. and Farrow, Ian R. and Trask, Richard S.},
doi = {10.1016/j.matdes.2018.11.019},
file = {:home/t.kuipers/Downloads/1-s2.0-S0264127518308256-main.pdf:pdf},
COMMENTEDissn = {02641275},
journal = {Materials {\&} Design},
keywords = {Additive manufacturing,Cellular structures,Functional grading,Thermoplastic polyurethane,additive manufacturing},
pages = {130--142},
publisher = {The Authors.},
title = {{Compressive behaviour of 3D printed thermoplastic polyurethane honeycombs with graded densities}},
COMMENTEDurl = {https://linkinghub.elsevier.com/retrieve/pii/S0264127518308256},
volume = {162},
year = {2018}
}
@article{Behandish2019a,
abstract = {Additive manufacturing (AM) enables enormous freedom for design of complex structures. However, the process-dependent limitations that result in discrepancies between as-designed and as-manufactured shapes are not fully understood. The tradeoffs between infinitely many different ways to approximate a design by a manufacturable replica are even harder to characterize. To support design for AM (DfAM), one has to quantify local discrepancies introduced by AM processes, identify the detrimental deviations (if any) to the original design intent, and prescribe modifications to the design and/or process parameters to countervail their effects. Our focus in this work will be on topological analysis. There is ample evidence in many applications that preserving local topology (e.g., connectivity of beams in a lattice) is important even when slight geometric deviations can be tolerated. We first present a generic method to characterize local topological discrepancies due to material under- and over-deposition in AM, and show how it captures various types of defects in the as-manufactured structures. We use this information to systematically modify the as-manufactured outcomes within the limitations of available 3D printer resolution(s), which often comes at the expense of introducing more geometric deviations (e.g., thickening a beam to avoid disconnection). We validate the effectiveness of the method on 3D examples with nontrivial topologies such as lattice structures and foams.},
archivePrefix = {arXiv},
arxivId = {1904.13210},
author = {Behandish, Morad and Mirzendehdel, Amir M. and Nelaturi, Saigopal},
doi = {10.1016/j.cad.2019.05.032},
COMMENTEDeprint = {1904.13210},
file = {:home/t.kuipers/Downloads/1-s2.0-S0010448519302131-main.pdf:pdf;:home/t.kuipers/Downloads/1904.13210.pdf:pdf},
COMMENTEDissn = {0010-4485},
journal = {Computer-Aided Design},
keywords = {,3d printing,additive manufacturing,betti numbers,euler characteristic,topological analysis},
publisher = {Elsevier},
title = {{A Classification of Topological Discrepancies in Additive Manufacturing}},
COMMENTEDurl = {http://arxiv.org/abs/1904.13210},
year = {2019}
}
@article{Bermano2017,
abstract = {Computational manufacturing technologies such as 3D printing hold the potential for creating objects with previously undreamed-of combinations of functionality and physical properties. Human designers, however, typically cannot exploit the full geometric (and often material) complexity of which these devices are capable. This STAR examines recent systems devel-oped by the computer graphics community in which designers specify higher-level goals ranging from structural integrity and deformation to appearance and aesthetics, with the final detailed shape and manufacturing instructions emerging as the result of computation. It summarizes frameworks for interaction, simulation, and optimization, as well as documents the range of general objectives and domain-specific goals that have been considered. An important unifying thread in this analysis is that different underlying geometric and physical representations are necessary for different tasks: we document over a dozen classes of representations that have been used for fabrication-aware design in the literature. We analyze how these classes possess obvious advantages for some needs, but have also been used in creative manners to facilitate unexpected problem solutions.},
author = {Bermano, Amit H. and Funkhouser, Thomas and Rusinkiewicz, Szymon},
doi = {10.1111/cgf.13146},
file = {:home/t.kuipers/Downloads/v36i2pp509-535.compressed.pdf:pdf},
COMMENTEDissn = {14678659},
journal = {Computer Graphics Forum},
keywords = {Categories and Subject Descriptors (according to A,I.3.5 [Computer Graphics]: Computational Geometry,J.6 [Computer-Aided Engineering]},
number = {2},
pages = {509--535},
title = {{State of the Art in Methods and Representations for Fabrication-Aware Design}},
volume = {36},
year = {2017}
}
@inproceedings{ISI:000082420400028,
annote = {9th Solid Freeform Fabrication (SFF) Symposium, UNIV TEXAS, AUSTIN, TX,
AUG 10-12, 1998},
author = {Bertoldi, M and Yardimci, M a and Pistor, C M and Giiveri, S I},
booktitle = {Proceeeding of the 1998 Solid Fabrication Symposium},
editor = {{Marcus, HL and Beaman, JJ and Bourell, DL and Barlow, JW and Crawford}, RH},
file = {:home/t.kuipers/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Bertoldi et al. - 1998 - Domain decomposition and space filling curves in toolpath planning and generation.pdf:pdf},
COMMENTEDissn = {1053-2153},
pages = {267--276},
series = {Solid Freeform Fabrication Proceedings},
title = {{Domain Decomposition and Space Filling Curves in Toolpath Planning and Generation}},
year = {1998}
}
@inproceedings{ISI:000082420400074,
annote = {9th Solid Freeform Fabrication (SFF) Symposium, UNIV TEXAS, AUSTIN, TX,
AUG 10-12, 1998},
author = {Bertoldi, M and Yardimci, M A and Pistor, C M and Guceri, S I and Danforth, S C},
booktitle = {SOLID FREEFORM FABRICATION PROCEEDINGS, AUGUST, 1998},
editor = {{Marcus, HL and Beaman, JJ and Bourell, DL and Barlow, JW and Crawford, RH}},
COMMENTEDissn = {1053-2153},
pages = {639--650},
series = {SOLID FREEFORM FABRICATION PROCEEDINGS (SERIES)},
title = {{Generation of porous structures using fused deposition}},
year = {1998}
}
@article{Bickel2010,
abstract = {This paper introduces a data-driven process for designing and fab- ricating materials with desired deformation behavior. Our process starts with measuring deformation properties of base materials. For each base material we acquire a set of example deformations, and we represent the material as a non-linear stress-strain relationship in a finite-element model. We have validated our material measure- ment process by comparing simulations of arbitrary stacks of base materials with measured deformations of fabricated material stacks. After material measurement, our process continues with designing stacked layers of base materials. We introduce an optimization pro- cess that finds the best combination of stacked layers that meets a user's criteria specified by example deformations. Our algorithm employs a number of strategies to prune poor solutions from the combinatorial search space. We demonstrate the complete process by designing and fabricating objects with complex heterogeneous materials using modern multi-material 3D printers},
archivePrefix = {arXiv},
arxivId = {1211.6396},
author = {Bickel, Bernd and B{\"{a}}cher, Moritz and Otaduy, Miguel A. and Lee, Hyunho Richard and Pfister, Hanspeter and Gross, Markus and Matusik, Wojciech},
doi = {10.1145/1833351.1778800},
COMMENTEDeprint = {1211.6396},
file = {:home/t.kuipers/Downloads/a63-bickel.pdf:pdf},
isbn = {9781450302104},
COMMENTEDissn = {07300301},
journal = {ACM Transactions on Graphics},
keywords = {deformable objects,fabrication,goal-based material},
number = {4},
pages = {1},
pmid = {22899377},
title = {{Design and fabrication of materials with desired deformation behavior}},
COMMENTEDurl = {http://portal.acm.org/citation.cfm?doid=1833351.1778800},
volume = {29},
year = {2010}
}
@article{blum1967transformation,
title={A transformation for extracting new descriptors of shape},
author={Blum, Harry and others},
journal={Models for the perception of speech and visual form},
volume={19},
number={5},
pages={362--380},
year={1967}
}
@article{Bosch2008,
author = {Bosch, Robert},
file = {:home/t.kuipers/Downloads/bridges2008-235.pdf:pdf},
journal = {Proc. Bridges},
number = {c},
pages = {235--242},
title = {{Connecting the Dots : The Ins and Outs of TSP Art}},
year = {2008}
}
@article{Boschetto2016,
abstract = {Fused Deposition Modeling is one of the earliest types of Additive Manufacturing technologies. In this process a physical object is fabricated directly from a Computer-Aided Design model using layer-by-layer extrusion of a feedstock plastic filament material through a nozzle. It was originally developed for design and functional prototype applications but, in the last decade, gained considerable recognition and adoption in industry due to the process simplicity, affordability, and ability to make parts in a range of common engineering thermoplastics. Thus Fused Deposition Modeling products must comply with tolerance and roughness requirements in order to satisfy a mechanical coupling or functionality. This work strives to develop an integrated methodology able to help the process design with the aim to goal the requirements. This method allows knowing in advance the surface quality of the Fused Deposition Modeling product at chosen process parameters. This way an ex ante product check is possible. Moreover the methodology can find the set of solutions when the requirements are prescribed on the product features: it is possible to define the technology capability and analyze the proposed fabrication conditions. This methodology is highly useful in process management also in conjunction with other operations and can help the computer aided process planning since it can predict admissible scenarios.},
author = {Boschetto, Alberto and Bottini, Luana and Veniali, Francesco},
doi = {10.1016/j.addma.2016.05.008},
file = {:home/t.kuipers/Downloads/1-s2.0-S2214860416300926-main.pdf:pdf},
isbn = {2214-8604},
COMMENTEDissn = {22148604},
journal = {Additive Manufacturing},
keywords = {Accuracy prediction,Additive manufacturing,Fused deposition modeling,Roughness prediction},
pages = {334--344},
publisher = {Elsevier B.V.},
title = {{Integration of FDM surface quality modeling with process design}},
COMMENTEDurl = {http://dx.doi.org/10.1016/j.addma.2016.05.008},
volume = {12},
year = {2016}
}
@article{Brackett2011,
abstract = {This paper gives an overview of the issues and opportunities for the application of topology optimization methods for additive manufacturing (AM). The main analysis issues discussed are: how to achieve the maximum geometric resolution to allow the fine features easily manufacturable by AM to be represented in the optimization model; the manufacturing constraints to be considered, and the workflow modifications required to handle the geometric complexity in the post optimization stages. The main manufacturing issues discussed are the potential for realizing intermediate density regions, in the case of the solid isotropic material with penalization (SIMP) approach, the use of small scale lattice structures, the use of multiple material AM processes, and an approach to including support structure requirement as a manufacturing constraint. Introduction},
archivePrefix = {arXiv},
arxivId = {arXiv:1011.1669v3},
author = {Brackett, D and Ashcroft, I and Hague, R},
doi = {10.1017/CBO9781107415324.004},
COMMENTEDeprint = {arXiv:1011.1669v3},
isbn = {9788578110796},
COMMENTEDissn = {1098-6596},
journal = {Solid Freeform Fabrication Symposium},
pages = {348--362},
pmid = {25246403},
title = {{Topology optimization for additive manufacturing}},
year = {2011}
}
@misc{linadvance,
annote = {(accessed April, 2017)},
author = {Br{\'{a}}zio, Joao},
title = {{Linear Advance extrusion algorithm}},
COMMENTEDurl = {marlinfw.org/docs/features/lin{\_}advance.html},
year = {2016}
}
@article{Brunton2015,
abstract = {The facial performance of an individual is inherently rich in subtle deformation and timing details. Although these subtleties make the performance realistic and compelling, they often elude both motion capture and hand animation. We present a technique for adding fine-scale details and expressive- ness to low-resolution art-directed facial performances, such as those created manually using a rig, via marker-based capture, by fitting a morphable model to a video, or through Kinect reconstruction using recent faceshift technology. We employ a high-resolution facial performance capture system to acquire a representative performance of an individual in which he or she explores the full range of facial expressiveness. From the captured data, our system extracts an expressiveness model that encodes subtle spatial and temporal deformation details specific to that particular individual. Once this model has been built, these details can be transferred to low-resolution art-directed performances. We demonstrate results on various forms of input; after our enhancement, the resulting animations exhibit the same nuances and fine spatial details as the captured performance, with optional temporal enhancement to match the dynamics of the actor. Finally, we show that our technique outperforms the current state-of-the-art in example-based facial animation.},
author = {Brunton, A and Arikan, C A and Urban, P},
journal = {ACM Transactions on Graphics (TOG)},
number = {1},
pages = {4},
title = {{Pushing the limits of 3d color printing: Error diffusion with translucent materials.}},
volume = {35},
year = {2015}
}
@article{Brunton2018,
annote = {translucency from a humen perception perspective
translucency as a surface property
RGBA textured obj},
author = {Brunton, Alan and Arikan, Can Ates and Tanksale, Tejas Madan and Urban, Philipp},
doi = {10.1145/3197517.3201349},
file = {:home/t.kuipers/Downloads/a157-brunton.pdf:pdf},
COMMENTEDissn = {07300301},
journal = {ACM Transactions on Graphics},
keywords = {3D printing,color,distance field,metamerism,translucency},
number = {4},
pages = {1--13},
title = {{3D printing spatially varying color and translucency}},
COMMENTEDurl = {http://dl.acm.org/citation.cfm?doid=3197517.3201349},
volume = {37},
year = {2018}
}
@inproceedings{ISI:000390036200051,
annote = {5th CIRP Global Web Conference - Research and Innovation for Future
Production (CIRPe), Patras, GREECE, OCT 04-06, 2016},
author = {Busachi, Alessandro and Erkoyuncu, John and Colegrove, Paul and Drake, Richard and Watts, Chris and Martina, Filomeno},
booktitle = {5TH CIRP GLOBAL WEB CONFERENCE - RESEARCH AND INNOVATION FOR FUTURE PRODUCTION (CIRPE 2016)},
doi = {10.1016/j.procir.2016.08.029},
editor = {{Alexopoulos, K}},
COMMENTEDissn = {2212-8271},
pages = {302--307},
series = {Procedia CIRP},
title = {{``Defining Next-Generation Additive Manufacturing Applications for the Ministry of Defence (MoD){\{}''{\}}}},
volume = {55},
year = {2016}
}
@article{Cabiddu,
archivePrefix = {arXiv},
arxivId = {arXiv:1904.10213v1},
author = {Cabiddu, Daniela and Imati, C N R and Attene, Marco and Imati, C N R and Livesu, Marco and Imati, C N R},
COMMENTEDeprint = {arXiv:1904.10213v1},
file = {:home/t.kuipers/Downloads/1904.10213.pdf:pdf},
number = {0},
title = {{Surface2Volume : Surface Segmentation Conforming Assemblable Volumetric Partition}},
volume = {0}
}
@article{Cadman2013,
abstract = {The design of periodic microstructural com- posite materials to achieve specific properties has been a major area of interest in material research. Tailoring dif- ferent physical properties by modifying the microstructural architecture in unit cells is one of the main concerns in exploring and developing novel multi-functional cellular composites and has led to the development of a large variety of mathematical models, theories and methodologies for improving the performance of such materials. This paper provides a critical review on the state-of-the-art advances in the design of periodic microstructures of multi-functional materials for a range of physical properties, such as elastic stiffness, Poisson's ratio, thermal expansion coefficient, conductivity, fluidic permeability, particle diffusivity, electrical permittivity and magnetic permeability, etc.},
author = {Cadman, Joseph E. and Zhou, Shiwei and Chen, Yuhang and Li, Qing},
doi = {10.1007/s10853-012-6643-4},
file = {:home/t.kuipers/Downloads/Cadman2013{\_}Article{\_}OnDesignOfMulti-functionalMicr.pdf:pdf},
isbn = {0022-2461 1573-4803},
COMMENTEDissn = {00222461},
journal = {Journal of Materials Science},
number = {1},
pages = {51--66},
title = {{On design of multi-functional microstructural materials}},
volume = {48},
year = {2013}
}
@article{Chakraborty2008,
author = {Chakraborty, D and Reddy, B A and Choudhury, A R},
COMMENTEDissn = {00104485},
journal = {Computer-Aided Design},
keywords = {fused deposition modeling,layered manufacturing,rapid prototyping,skull bone},
number = {2},
pages = {235--243},
title = {{Extruder path generation for Curved Layer Fused Deposition Modeling}},
volume = {40},
year = {2008}
}
@article{chazelle1984,
abstract = {This paper describes a new method for triangulating a simple n-sided polygon. The algorithm runs in time O(n log s), with s {\_}{\textless} n. The quantity s measures the sinuosity of the polygon, that is, the number of times the boundary alternates between complete spirals of opposite orientation. The value of s is in practice a very small constant, even for extremely winding polygons. Our algorithm is the first method whose performance is linear in the number of vertices, up to within a factor that depends only on the shape-complexity of the polygon. Informally, this notion of shape-complexity measures how entangled a polygon is, and is thus highly independent of the number of vertices. A practical advantage of the algorithm is that it does not require sorting or the use of any balanced tree structure. Aside from the notion of sinuosity, we are also able to characterize a large class of polygons for which the algorithm can be proven to run in O(n log log n) time. The algorithm has been implemented, tested, and empirical evidence has confirmed its theoretical claim to efficiency.},
author = {Chazelle, B. and Incerpi, J.},
doi = {10.1145/357337.357340},
file = {:home/t.kuipers/Downloads/10.1.1.86.3490.pdf:pdf},
COMMENTEDissn = {07300301},
journal = {ACM Transactions on Graphics},
number = {2},
pages = {135--152},
title = {{Triangulation and shape-complexity}},
volume = {3},
year = {1984}
}
@article{chen2018,
author = {Chen, Desai and Levin, David I. W. and Sueda, Shinjiro and Matusik, Wojciech},
doi = {10.1145/2766889},
file = {:home/t.kuipers/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Chen et al. - 2015 - Data-driven finite elements for geometry and material design.pdf:pdf},
COMMENTEDissn = {07300301},
journal = {ACM Transactions on Graphics},
keywords = {data-driven simulation,finite element methods,material design,numerical coarsening},
month = {jul},
number = {4},
pages = {74:1--74:10},
publisher = {ACM},
title = {{Data-driven finite elements for geometry and material design}},
COMMENTEDurl = {http://dl.acm.org/citation.cfm?doid=2809654.2766889},
volume = {34},
year = {2015}
}
@article{chen2011inplane,
abstract = {In this paper, we study the elastic buckling of a new class of honeycomb materials with hierarchical architecture, which is often observed in nature. Employing the topedown approach, the virtual buckling stresses and corresponding strains for each cell wall at level n - 1 are calculated from those at level n; then, comparing these virtual buckling stresses of all cell walls, the real local buckling stress is deduced; also, the progressive failure of the hierarchical structure is studied. Finally, parametric analyses reveal influences of some key parameters on the local buckling stress and strength-to-density ratio; meanwhile the constitutive behaviors and energy-absorption properties, with increasing hierarchy n, are calculated. The results show the possibility to tailor the elastic buckling properties at each hierarchical level, and could thus have interesting applications, e.g., in the design of multiscale energy-absorption honeycomb light materials. {\textcopyright} 2011 Elsevier Masson SAS.},
author = {Chen, Qiang and Pugno, Nicola M.},
doi = {10.1016/j.euromechsol.2011.12.003},
file = {:home/t.kuipers/Downloads/1-s2.0-S0997753811001781-main.pdf:pdf},
isbn = {978-0-85709-710-1},
COMMENTEDissn = {09977538},
journal = {European Journal of Mechanics, A/Solids},
keywords = {Energy absorption,Hierarchical honeycomb,Local buckling stress,Progressive failure},
pages = {120--129},
publisher = {Elsevier Masson SAS},
title = {{In-plane elastic buckling of hierarchical honeycomb materials}},
COMMENTEDurl = {http://dx.doi.org/10.1016/j.euromechsol.2011.12.003},
volume = {34},
year = {2012}
}
@article{Chen2019,
author = {Chen, Wei and Dai, Ning and Wang, Jinqiang and Liu, Hao and Li, Dawei and Liu, Lele},
doi = {10.1115/1.4043559},
file = {:home/t.kuipers/Downloads/10.1115@1.4043559.pdf:pdf},
COMMENTEDissn = {0148-0731},
journal = {Journal of Biomechanical Engineering},
number = {c},
title = {{Personalized Design of Functional Gradient Bone Tissue Engineering Scaffold}},
COMMENTEDurl = {http://biomechanical.asmedigitalcollection.asme.org/article.aspx?doi=10.1115/1.4043559},
year = {2019}
}
@article{Chen2016,
author = {Chen, Weikai and Zhang, Xiaolong and Xin, Shiqing and Xia, Yang and Lefebvre, Sylvain and Wang, Wenping},
doi = {10.1145/2897824.2925911},
file = {:home/t.kuipers/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Chen et al. - 2016 - Synthesis of filigrees for digital fabrication.pdf:pdf},
COMMENTEDissn = {07300301},
journal = {ACM Transactions on Graphics},
keywords = {digital fabrication,filigree synthesis,hausdorff distance,medial axis},
month = {jul},
number = {4},
pages = {1--13},
publisher = {ACM},
title = {{Synthesis of filigrees for digital fabrication}},
COMMENTEDurl = {http://dl.acm.org/citation.cfm?doid=2897824.2925911},
volume = {35},
year = {2016}
}
@article{Chen2017,
abstract = {This paper focuses on the problem of generating a line drawing from a given image for fused deposition modeling. The abstracted line drawing, comprising of lines with a single color and thickness, would preserve both tone and edges of the input image. We first partition the image into sub-regions manually. The boundaries of the sub-regions are extracted as the feature lines of the image. Next, a proper number of points are randomly placed on the image plane with a density proportional to the darkness of the image. We use Lloyd's method to push the sampling points away from each other and the feature lines. The points within each sub-region are then connected by solving a travelling salesman problem (TSP). Finally, we further optimize the fairness and the spacing of the lines by minimizing a tailored objective function. A variety of experimental results are presented to show the effectiveness of our method for generating line drawings for 3D printing.},
author = {Chen, Zhonggui and Shen, Zifu and Guo, Jianzhi and Cao, Juan and Zeng, Xiaoming},
doi = {10.1016/j.cag.2017.05.019},
file = {:home/t.kuipers/Downloads/1-s2.0-S0097849317300687-main.pdf:pdf;:home/t.kuipers/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Chen et al. - 2017 - Line drawing for 3D printing.pdf:pdf},
COMMENTEDissn = {00978493},
journal = {Computers and Graphics (Pergamon)},
keywords = {3D printing,Image stippling,Line drawing,TSP},
pages = {85--92},
publisher = {Elsevier},
title = {{Line drawing for 3D printing}},
volume = {66},
year = {2017}
}
@article{Cheng2019,
abstract = {Advances in additive manufacturing (AM) have drawn considerable interest due to its ability to produce geometrically complex structure, such as lattice materials. In this work, a novel methodology is proposed to design graded lattice structure through topology optimization under stress constraint, in order to generate lightweight lattice structure design with predictable yield performance. Instead of using the power law of material interpolation in the SIMP method, asymptotic homogenization method is employed to compute the effective elastic properties of lattice material in terms of design variable, i.e. relative density. For yield strength, a multiscale failure model is proposed to capture yield strength of microstructure with macroscopic stress. At macroscale, a modified Hill's yield criterion is employed to describe anisotropic yield strength of lattice material. The material constants in Hill's model are assumed to be a function of relative density, and thus a model is built up to formulate yield strength of lattice structure with macroscopic stress. The experimental verification on the printed samples demonstrates that both the homogenized elastic model and yield model can accurately describe the elasticity and plasticity of the lattice structure. Based on the proposed material interpolation for lattice structure, a lattice structure topology optimization framework is proposed for minimizing total weight of the structure under stress constraint. The sensitivity analysis is performed for the implementation of the optimization algorithm. Two three-dimensionally numerical examples are performed to demonstrate the effectiveness of the proposed optimization method, as well as accuracy of the proposed homogenization technique for graded lattice structure design. Experiment is conducted to systematically examine yielding of the optimally graded lattice structure design and compare its performance with a uniform structure. It is found that the proposed optimization framework is valid for the design examples examined and can significantly enhance mechanical performance of the structure (i.e. yield loading, stiffness, energy absorption, etc.)},
author = {Cheng, Lin and Bai, Jiaxi and To, Albert C.},
doi = {10.1016/j.cma.2018.10.010},
file = {:home/t.kuipers/Downloads/cheng2019.pdf:pdf},
COMMENTEDissn = {00457825},
journal = {Computer Methods in Applied Mechanics and Engineering},
keywords = {Additive manufacturing,Homogenization,Lattice structure topology optimization,Stress constraint},
pages = {334--359},
publisher = {Elsevier B.V.},
title = {{Functionally graded lattice structure topology optimization for the design of additive manufactured components with stress constraints}},
COMMENTEDurl = {https://doi.org/10.1016/j.cma.2018.10.010},
volume = {344},
year = {2019}
}
@article{Cheng2017,
abstract = {{\textcopyright} 2017 Emerald Publishing Limited. Purpose - The purpose of the paper is to propose a homogenization-based topology optimization method to optimize the design of variable-density cellular structure, in order to achieve lightweight design and overcome some of the manufacturability issues in additive manufacturing. Design/methodology/approach - First, homogenization is performed to capture the effective mechanical properties of cellular structures through the scaling law as a function their relative density. Second, the scaling law is used directly in the topology optimization algorithm to compute the optimal density distribution for the part being optimized. Third, a new technique is presented to reconstruct the computer-aided design (CAD) model of the optimal variable-density cellular structure. The proposed method is validated by comparing the results obtained through homogenized model, full-scale simulation and experimentally testing the optimized parts after being additive manufactured. Findings - The test examples demonstrate that the homogenization-based method is efficient, accurate and is able to produce manufacturable designs. Originality/value - The optimized designs in our examples also show significant increase in stiffness and strength when compared to the original designs with identical overall weight.},
author = {Cheng, Lin and Zhang, Pu and Biyikli, Emre and Bai, Jiaxi and Robbins, Joshua and To, Albert},
doi = {10.1108/RPJ-04-2016-0069},
file = {:home/t.kuipers/Downloads/2017RPJ.pdf:pdf},
COMMENTEDissn = {13552546},
journal = {Rapid Prototyping Journal},
keywords = {Additive manufacturing,Cellular structure,Homogenization,Reconstruction,Topology optimization},
number = {4},
pages = {660--677},
title = {{Efficient design optimization of variable-density cellular structures for additive manufacturing: Theory and experimental validation}},
volume = {23},
year = {2017}
}
@article{Chesser2019,
author = {Chesser, Phillip and Post, Brian and Roschli, Alex and Carnal, Charles and Lind, Randall and Borish, Michael and Love, Lonnie},
doi = {10.1016/j.addma.2019.05.020},
file = {:home/t.kuipers/Downloads/1-s2.0-S2214860418307000-main.pdf:pdf},
COMMENTEDissn = {22148604},
journal = {Additive Manufacturing},
keywords = {Big Area Additive Manufacturing,Feedforward control,Geometric tolerance,High quality,Multi-resolution printing,big area additive manufacturing,multi-resolution printing},
number = {September 2018},
pages = {445--455},
publisher = {Elsevier},
title = {{Extrusion Control for High Quality Printing on Big Area Additive Manufacturing (BAAM) Systems}},
COMMENTEDurl = {https://doi.org/10.1016/j.addma.2019.05.020},
volume = {28},
year = {2019}
}
@article{Cho2003851,
annote = {cited By (since 1996)18},
author = {Cho, W and Sachs, E M and Patrikalakis, N M and Troxel, D E},
file = {:home/t.kuipers/Downloads/1-s2.0-S0010448502001227-main.pdf:pdf},
COMMENTEDissn = {00104485},
journal = {Computer-Aided Design},
keywords = {,Algorithms,Anisotropy,Computational geometry,Local composition control (LCC),Printing Machines,Printing machinery,Texture,Textures},
number = {9},
pages = {851--867},
title = {{A dithering algorithm for local composition control with three-dimensional printing}},
volume = {35},
year = {2003}
}
@article{Choi1997,
abstract = {In this paper, we present a new approximate algorithm for medial axis transform of a plane domain. The underlying philosophy of our approach is the localization idea based on the Domain Decomposition Lemma, which enables us to break up the complicated domain into smaller and simpler pieces. We then develop tree data structure and various operations on it to keep track of the information produced by the domain decomposition procedure. This strategy enables us to isolate various important points such as branch points and terminal points. Because our data structure guarantees the existence of such important points - in fact, our data structure is devised with this in mind - we can zoom in on those points. This makes our algorithm efficient. Our algorithm is a "from within" approach, whereas traditional methods use a "from-the-boundary" approach. This "from within" nature of our algorithm and the localization scheme help mitigate various instability phenomena, thereby making our algorithm reasonably robust. {\textcopyright} 1997 Academic Press.},
author = {Choi, Hyeong In and Choi, Sung Woo and Moon, Hwan Pyo and Wee, Nam Sook},
doi = {10.1006/gmip.1997.0444},
file = {:home/t.kuipers/Downloads/5b583303af0b4d60d356d08f8ed84e1babbc.pdf:pdf},
COMMENTEDissn = {10773169},
journal = {Graphical Models and Image Processing},
number = {6},
pages = {463--483},
title = {{New Algorithm for Medial Axis Transform of Plane Domain}},
volume = {59},
year = {1997}
}
@article{choy2017compressive,
abstract = {Additive manufacturing provides great geometrical freedom for fabricating structures with complex or customized architecture. One of the applications benefiting from this technology is the fabrication of functionally graded materials with high degree of control of internal architecture which can be strategic application in advanced energy absorption. This study aims to explore the mechanical properties of functionally graded lattice structures fabricated by an additive manufacturing technique namely, selective laser melting (SLM), with Ti-6Al-4V as the building material. Both cubic lattice and honeycomb lattice structures with varied strut diameter and density were designed and manufactured, and their physical characteristics, deformation behavior and compressive properties were investigated. The collapse of structure always started from least dense layer to the denser layers. In contrast, samples with uniform density showed abrupt shear failure with diagonal cracking across the whole structure. The plateau stress and specific energy absorption of density graded samples were higher than for uniform density samples for three out of four designs by up to 67{\%} and 72{\%}, respectively. In addition, density graded lattices showed distinct energy absorption behavior with cumulative energy absorption increasing as a power of strain function while uniform density lattices showed a near-linear relationship.},
author = {Choy, Sing Ying and Sun, Chen Nan and Leong, Kah Fai and Wei, Jun},
doi = {10.1016/j.matdes.2017.06.006},
file = {:home/t.kuipers/Downloads/1-s2.0-S0264127517305890-main.pdf:pdf},
isbn = {02641275},
COMMENTEDissn = {18734197},
journal = {Materials and Design},
keywords = {Additive manufacturing,Compression properties,Functionally graded material,Lattice structure,Selective laser melting},
number = {May},
pages = {112--120},
publisher = {Elsevier},
title = {{Compressive properties of functionally graded lattice structures manufactured by selective laser melting}},
COMMENTEDurl = {http://dx.doi.org/10.1016/j.matdes.2017.06.006},
volume = {131},
year = {2017}
}
@article{ISI:000392917400014,
author = {Clausen, Anders and Aage, Niels and Sigmund, Ole},
doi = {10.1016/J.ENG.2016.02.006},
COMMENTEDissn = {2095-8099},
journal = {ENGINEERING},
month = {jun},
number = {2},
pages = {250--257},
title = {{Exploiting Additive Manufacturing Infill in Topology Optimization for Improved Buckling Load}},
volume = {2},
year = {2016}
}
@article{Clausen2015,
abstract = {Topology optimized architectures are designed and printed with programmable Poisson's ratios ranging from -0.8 to 0.8 over large deformations of 20{\%} or more.},
author = {Clausen, Anders and Wang, Fengwen and Jensen, Jakob S. and Sigmund, Ole and Lewis, Jennifer A.},
doi = {10.1002/adma.201502485},
file = {:home/t.kuipers/Downloads/Clausen{\_}et{\_}al-2015-Advanced{\_}Materials.pdf:pdf},
COMMENTEDissn = {15214095},
journal = {Advanced Materials},
keywords = {3D printing,Poisson's ratio,large deformations,material design,topology optimization},
number = {37},
pages = {5523--5527},
title = {{Topology Optimized Architectures with Programmable Poisson's Ratio over Large Deformations}},
volume = {27},
year = {2015}
}
@article{Clijsters2013,
abstract = {Selective Laser Melting (SLM) is a layer wise production technique enabling the production of complex metallic parts. In the SLM process parts are built by selectively melting subsequent layers of powder by a laser beam. Nowadays during SLM fixed scan parameters are used (laser power, scan velocity and scan pattern) that should ensure the formation of a sufficiently large and stable melt pool fusing powder particles together. The stability of the melt pool formed during SLM should ensure adequate part accuracy, surface roughness and part density, and thus good mechanical properties. However, the local geometry of the part being build has a large influence on the thermal behavior in and around the melt pool and therefore on the quality of features, mainly when melting along thin walls, sharp corners or down facing layers (layers above powder) that largely influences the local thermal behavior. Detecting such features from the CAD model and using locally adapted scanning parameters for processing those features enables to optimize the quality and density of the part, independently of its local geometry. This paper studies strategies to build thin walls with correct dimensions using locally optimized scan parameters.},
author = {Clijsters, Stijn},
doi = {10.1007/978-94-011-4489-6_23},
file = {:home/t.kuipers/Downloads/34523562.pdf:pdf},
pages = {361--368},
title = {{Optimization of thin wall structures in SLM}},
COMMENTEDurl = {https://core.ac.uk/download/pdf/34523562.pdf},
year = {2013}
}
@incollection{coleman1986necking,
author = {Coleman, Bernard D},
booktitle = {The Breadth and Depth of Continuum Mechanics},
file = {:home/t.kuipers/Downloads/Coleman1983{\_}Article{\_}NeckingAndDrawingInPolymericFi.pdf:pdf},
pages = {19--41},
publisher = {Springer},
title = {{Necking and drawing in polymeric fibers under tension}},
year = {1986}
}
@article{corbett2012reprap,
author = {Corbett, James},
journal = {Final Year MEng Project, Department of Mechanical Engineering, Faculty of Engineering and Design, University of Bath, Bath},
title = {{Reprap colour mixing project}},
year = {2012}
}
@article{Cox1994CAD,
abstract = {Several methods have been developed for the computerized generation of space-filling curves, but these curves have never been used for NC tool-path generation. The paper discusses the application of space-filling curves as tool paths for sculptured-surface machining. Tool paths that are space-filling curves, single-direction conventional paths, and 2-direction conventional paths are compared. The efficiency ratings of the paths require further testing, but the preliminary conclusions are favourable for space-filling curves.},
annote = {Special Issue:NC machining and cutter-path generation},
author = {Cox, Jordan J and Takezaki, Yasuko and Ferguson, Helaman R P and Kohkonen, Kent E and Mulkay, Eric L},
doi = {https://doi.org/10.1016/0010-4485(94)90044-2},
COMMENTEDissn = {0010-4485},
journal = {Computer-Aided Design},
keywords = {NC tool paths,numerical control,sculptured surfaces,space-filling curves,surface finish,tool-path generation},
number = {3},
pages = {215--224},
title = {{Space-filling curves in tool-path applications}},
COMMENTEDurl = {http://www.sciencedirect.com/science/article/pii/0010448594900442},
volume = {26},
year = {1994}
}
@article{de2006advances,
author = {{De Beer}, N},
journal = {Journal for New Generation Sciences},
number = {1},
pages = {21--49},
publisher = {Central University of Technology, Free State},
title = {{Advances in three dimensional printing-state of the art and future perspectives}},
volume = {4},
year = {2006}
}
@article{Dey2003,
abstract = {Abstract The medial axis of a surface in 3D is the closure of all points that have two or more closest points on the surface. It is an essential geometric structure in a number of applications involving 3D geometric shapes. Since exact computation of the medial axis is difficult in general, efforts continue to improve their approximations. Voronoi diagrams turn out to be useful for this approximation. Although it is known that Voronoi vertices for a sample of points from a curve in 2D approximate its medial axis, a similar result does not hold in 3D. Recently, it has been discovered that only a subset of Voronoi vertices converge to the medial axis as sample density approaches infinity. However, most applications need a nondiscrete approximation as opposed to a discrete one. To date no known algorithm can compute this approximation straight from the Voronoi diagram with a guarantee of convergence. We present such an algorithm and its convergence analysis in this paper. One salient feature of the algorithm is that it is scale and density independent. Experimental results corroborate our theoretical claims.},
author = {Dey, Tamal K. and Zhao, Wulue},
doi = {10.1007/s00453-003-1049-y},
file = {:home/t.kuipers/Downloads/Dey-Zhao2004{\_}Article{\_}ApproximatingTheMedialAxisFrom.pdf:pdf},
COMMENTEDissn = {01784617},
journal = {Algorithmica (New York)},
keywords = {Delaunay triangulation,Geometric modeling,Medial axis,Samples,Voronoi diagram},
number = {1},
pages = {179--200},
title = {{Approximating the medial axis from the Voronoi diagram with a convergence guarantee}},
volume = {38},
year = {2003}
}
@article{Ding2014,
abstract = {Wire and arc additive manufacturing (WAAM) is a promising alternative to traditional subtractive manufacturing for fabricating large aerospace components that feature high buy-to-fly ratio. Since the WAAM process builds up a part with complex geometry through the deposition of weld beads on a layer-by-layer basis, it is important to model the geometry of a single weld bead as well as the multi-bead overlapping process in order to achieve high surface quality and dimensional accuracy of the fabricated parts. This study firstly builds models for a single weld bead through various curve fitting methods. The experimental results show that both parabola and cosine functions accurately represent the bead profile. The overlapping principle is then detailed to model the geometry of multiple beads overlapping together. The tangent overlapping model (TOM) is established and the concept of the critical centre distance for stable multi-bead overlapping processes is presented. The proposed TOM is shown to provide a much better approximation to the experimental measurements when compared with the traditional flat-top overlapping model (FOM). This is critical in process planning to achieve better geometry accuracy and material efficiency in additive manufacturing.},
author = {Ding, Donghong and Pan, Zengxi and Cuiuri, Dominic and Li, Huijun},
doi = {10.1007/s00170-014-5808-5},
file = {:home/t.kuipers/Downloads/Ding 2014 - A tool-path generation strategy for wire and arc additive manufacturing.pdf:pdf},
COMMENTEDissn = {14333015},
journal = {International Journal of Advanced Manufacturing Technology},
keywords = {Additive manufacturing,Arc welding,Geometry decomposition,Tool-path generation},
number = {1-4},
pages = {173--183},
title = {{A tool-path generation strategy for wire and arc additive manufacturing}},
volume = {73},
year = {2014}
}
@article{Ding2015a,
abstract = {This study presents a process planning system, which directly generates manufacturing code from CAD models for robotic wire and arc additive manufacturing (WAAM). A variety of modules are developed for this system with special considerations on slicing and path planning. Multi-direction slicing methodology is developed to allow the WAAM system to deposit material along multiple directions and eliminate the need for supporting structure. MAT-based path planning method is proposed for void-free deposition of layers with any complex geometry. The proposed automatic process planning system is an important tool for the development of mature WAAM technology.},
author = {Ding, Donghong and Pan, Zengxi and Cuiuri, Dominic and Li, Huijun},
doi = {10.1109/ICIEA.2015.7334441},
file = {:home/t.kuipers/Downloads/07334441.pdf:pdf},
isbn = {9781467373173},
journal = {Proceedings of the 2015 10th IEEE Conference on Industrial Electronics and Applications, ICIEA 2015},
keywords = {additive manufacturing,path planning,process planning,slicing,welding},
pages = {2000--2003},
publisher = {IEEE},
title = {{Process planning for robotic wire and arc additive manufacturing}},
volume = {D},
year = {2015}
}
@article{Ding2015,
abstract = {This paper presents a novel methodology to generate deposition paths for wire and arc additive manufacturing (WAAM). The medial axis transformation (MAT), which represents the skeleton of a given geometry, is firstly extracted to understand the geometry. Then a deposition path that is based on the MAT is efficiently generated. The resulting MAT-based path is able to entirely fill any given cross-sectional geometry without gaps. With the variation of step-over distance, material efficiency alters accordingly for both solid and thin-walled structures. It is found that thin-walled structures are more sensitive to step-over distance in terms of material efficiency. The optimal step-over distance corresponding to the maximum material efficiency can be achieved for various geometries, allowing the optimization of the deposition parameters. Five case studies of complex models including solid and thin-walled structures are used to test the developed methodology. Experimental comparison between the proposed MAT-based path patterns and the traditional contour path patterns demonstrate significant improved performance in terms of gap-free cross-sections. The proposed path planning strategy is shown to be particularly beneficial for WAAM of thin-walled structures.},
author = {Ding, Donghong and Pan, Zengxi and Cuiuri, Dominic and Li, Huijun},
doi = {10.1016/j.rcim.2015.01.003},
file = {:home/t.kuipers/Downloads/1-s2.0-S0736584515000162-main.pdf:pdf},
COMMENTEDissn = {07365845},
journal = {Robotics and Computer-Integrated Manufacturing},
keywords = {Additive manufacturing,Material efficiency,Medial axis transformation,Path planning,Thin-walled},
pages = {8--19},
publisher = {Elsevier},
title = {{A practical path planning methodology for wire and arc additive manufacturing of thin-walled structures}},
COMMENTEDurl = {http://dx.doi.org/10.1016/j.rcim.2015.01.003},
volume = {34},
year = {2015}
}
@article{Ding2016a,
abstract = {Wire-feed additive manufacturing technologies have made it possible to significantly reduce material waste and energy consumption for fabricating large aerospace metal components that feature high buy-to-fly ratios. This paper presents an innovative path planning strategy using medial axis transformation for the wire-feed additive manufacturing process. The proposed path planning strategy is able to improve geometrical accuracy and produce void-free deposition by continuously altering the deposition width of the wire-feed process to accommodate the component geometry, while simultaneously minimising the number of interruptions to the deposition process at the component boundary. As a result, both buy-to-fly ratio and energy consumption are improved through reducing material waste. The algorithm for generating the adaptive path is described and validated through application to various typical geometries. Buy-to-fly ratios are calculated for a number of thin-walled complex structures. Savings of more than 27{\%} in material usage are achieved using adaptive path planning, when compared with non-adaptive methods. The proposed method is tested experimentally through deposition of two metal components. The results demonstrate that the adaptive strategy is capable of generating void-free deposition with improved accuracy at the component boundary using the wire-feed additive manufacturing process.},
author = {Ding, Donghong and Pan, Zengxi and Cuiuri, Dominic and Li, Huijun and Larkin, Nathan},
doi = {10.1016/j.jclepro.2016.06.036},
file = {:home/t.kuipers/Downloads/1-s2.0-S0959652616307119-main.pdf:pdf},
COMMENTEDissn = {09596526},
journal = {Journal of Cleaner Production},
keywords = {Adaptive path planning,Additive manufacturing,Geometrical accuracy,Medial axis transformation,Wire},
pages = {942--952},
publisher = {Elsevier},
title = {{Adaptive path planning for wire-feed additive manufacturing using medial axis transformation}},
COMMENTEDurl = {http://dx.doi.org/10.1016/j.jclepro.2016.06.036},
volume = {133},
year = {2016}
}
@article{Ding2016,
abstract = {Wire and arc additive manufacturing (WAAM) is a promising alternative to traditional subtractive methods for fabricating large aerospace metal components that feature high buy-to-fly ratios. This study focuses on the development of an automated manufacturing system in order to free the operator from intervening in the analysis of the CAD model, planning the deposition path, and then manually setting the welding process parameters. Firstly, the relationship between single bead geometry and welding process parameters is established through an artificial neural network (ANN) model. Then, the adaptive medial axis transformation (MAT) algorithm for void-free deposition with high geometrical accuracy is introduced. The adaptive MAT path is implemented by using the single bead ANN model together with a previously developed multi-bead overlapping model. Finally, the adaptive MAT path planning strategy and the established bead models are tested through experimental deposition of two metal components. The results show that the developed bead model and adaptive MAT-based path are capable of producing depositions with high quality (void-free) and geometrical accuracy through automated selection of process variables for the WAAM process.},
author = {Ding, Donghong and Pan, Zengxi and Cuiuri, Dominic and Li, Huijun and {Van Duin}, Stephen and Larkin, Nathan},
doi = {10.1016/j.rcim.2015.12.004},
file = {:home/t.kuipers/Downloads/1-s2.0-S0736584515301629-main.pdf:pdf},
COMMENTEDissn = {07365845},
journal = {Robotics and Computer-Integrated Manufacturing},
keywords = {Additive manufacturing,Arc welding,Bead model,Medial axis transformation (MAT),Path planning},
pages = {32--42},
publisher = {Elsevier},
title = {{Bead modelling and implementation of adaptive MAT path in wire and arc additive manufacturing}},
COMMENTEDurl = {http://dx.doi.org/10.1016/j.rcim.2015.12.004},
volume = {39},
year = {2016}
}
@inproceedings{Dinh2015,
address = {New York, New York, USA},
author = {Dinh, H. Quynh and Gelman, Filipp and Lefebvre, Sylvain and Claux, Fr{\'{e}}d{\'{e}}ric},
booktitle = {ACM SIGGRAPH 2015 Courses on - SIGGRAPH '15},
doi = {10.1145/2776880.2792702},
isbn = {9781450336345},
pages = {1--273},
publisher = {ACM Press},
title = {{Modeling and toolpath generation for consumer-level 3d printing}},
COMMENTEDurl = {http://dl.acm.org/citation.cfm?doid=2776880.2792702},
year = {2015}
}
@article{dumas2014bridging,
author = {Dumas, J{\'{e}}r{\'{e}}mie and Hergel, Jean and Lefebvre, Sylvain},
doi = {10.1145/2601097.2601153},
file = {:home/t.kuipers/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Dumas, Hergel, Lefebvre - 2014 - Bridging the gap.pdf:pdf},
COMMENTEDissn = {07300301},
journal = {ACM Transactions on Graphics},
keywords = {3D printing,FDM,FFF,scaffoldings,supports},
month = {jul},
number = {4},
pages = {98},
publisher = {ACM},
title = {{Bridging the gap: automated steady scaffoldings for 3D printing}},
COMMENTEDurl = {http://dl.acm.org/citation.cfm?doid=2601097.2601153},
volume = {33},
year = {2014}
}
@article{Dumas2014,
author = {Dumas, J{\'{e}}r{\'{e}}mie and Hergel, Jean and Lefebvre, Sylvain},
doi = {10.1145/2601097.2601153},
file = {:home/t.kuipers/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Dumas, Hergel, Lefebvre - 2014 - Bridging the gap.pdf:pdf},
COMMENTEDissn = {07300301},
journal = {ACM Transactions on Graphics},
keywords = {3D printing,FDM,FFF,scaffoldings,supports},
month = {jul},
number = {4},
pages = {1--10},
publisher = {ACM},
title = {{Bridging the gap}},
COMMENTEDurl = {http://dl.acm.org/citation.cfm?doid=2601097.2601153},
volume = {33},
year = {2014}
}
@article{dumas2015byexample,
abstract = {Several techniques exist to automatically synthesize a 2D image resembling an input exemplar texture. Most of the approaches op- timize a new image so that the color neighborhoods in the output closely match those in the input, across all scales. In this paper we revisit by-example texture synthesis in the context of additive man- ufacturing. Our goal is to generate not only colors, but also struc- ture along output surfaces: given an exemplar indicating 'solid' and 'empty' pixels, we generate a similar pattern along the output sur- face. The core challenge is to guarantee that the pattern is not only fully connected, but also structurally sound. To achieve this goal we propose a novel formulation for on-surface by-example texture synthesis that directly works in a voxel shell around the surface. It enables efficient local updates to the pattern, letting our structural optimizer perform changes that improve the overall rigidity of the pattern.We use this technique in an iterative scheme that jointly optimizes for appearance and structural sound- ness.We consider fabricability constraints and a user-provided de- scription of a force profile that the object has to resist. Our results fully exploit the capabilities of additive manufacturing by letting users design intricate structures along surfaces. The struc- tures are complex, yet they resemble input exemplars, resulting in a modeling tool accessible to casual users.},
annote = {From Duplicate 1 (By-Example Synthesis of Structurally Sound Patterns - Dumas, Jeremie; Lu, An; Lefebvre, Sylvain; Wu, Jun; Dick, Christian)
ACM SIGGRAPH Conference, Los Angeles, CA, AUG 09-13, 2015
From Duplicate 2 (By-example synthesis of structurally sound patterns - Dumas, J{\'{e}}r{\'{e}}mie; Lu, An; Lefebvre, Sylvain; Wu, Jun; M{\"{u}}nchen, T. U.; Dick, Christian; M{\"{u}}nchen, T. U.)