Next Article in Journal
Microstructure and Mechanical Properties of Al2O3/Er3Al5O12 Binary Eutectic Ceramic Prepared by Bridgman Method
Previous Article in Journal
Investigating the Mechanism behind ‘Ant Nest’ Corrosion on Copper Tube
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

The Design of 3D-Printed Lattice-Reinforced Thickness-Varying Shell Molds for Castings

1
Key Laboratory for Advanced Materials Processing Technology, School of Materials Science and Engineering, Tsinghua University, Beijing 100084, China
2
School of Computer Science, Peking University, Beijing 100871, China
3
Beijing DRUCK Technology Development Co. Ltd., Beijing 100029, China
*
Author to whom correspondence should be addressed.
Materials 2018, 11(4), 535; https://doi.org/10.3390/ma11040535
Submission received: 9 February 2018 / Revised: 2 March 2018 / Accepted: 28 March 2018 / Published: 30 March 2018

Abstract

:
3D printing technologies have been used gradually for the fabrication of sand molds and cores for castings, even though these molds and cores are dense structures. In this paper, a generation method for lattice-reinforced thickness-varying shell molds is proposed and presented. The first step is the discretization of the STL (Stereo Lithography) model of a casting into finite difference meshes. After this, a shell is formed by surrounding the casting with varying thickness, which is roughly proportional to the surface temperature distribution of the casting that is acquired by virtually cooling it in the environment. A regular lattice is subsequently constructed to support the shell. The outside surface of the shell and lattice in the cubic mesh format is then converted to STL format to serve as the external surface of the new shell mold. The internal surface of the new mold is the casting’s surface with the normals of all of the triangles in STL format reversed. Experimental verification was performed on an Al alloy wheel hub casting. Its lattice-reinforced thickness-varying shell mold was generated by the proposed method and fabricated by the binder jetting 3D printing. The poured wheel hub casting was sound and of good surface smoothness. The cooling rate of the wheel hub casting was greatly increased due to the shell mold structure. This lattice-reinforced thickness-varying shell mold generation method is of great significance for mold design for castings to achieve cooling control.

1. Introduction

The 3D printing technology, which can create complicated structures and improve product quality, has greatly promoted the manufacturing industry [1,2,3,4,5]. Fenton et al. proposed a topology-based grammatical evolution (GE) algorithm to create practical 3D structures [6]. Dutta and Froes investigated a light structure with a considerable number of holes for a seat buckle and compared it to the traditional solid wall structure [7]. Wood and Ravi integrated many parts into a single part through 3D printing technology, which can improve dimensional accuracy [8].
3D printing technology has already been applied in the foundry industry [9,10,11,12,13]. Kang et al. presented new mold structures, which contain a mold shell, with functional structures and an enforced skeleton [14,15,16]. Due to its unique structural features, the model construction of this type of molds is hard and time-consuming. Alok et al. [17] presented a design method for multi-piece molds, although the molds were still composed of dense shapes. Chen et al. [18,19] proposed a design method, which creates hollowed-out model structures with a truss structure; however, no shell was involved, and it could not generate the cavity for castings. There is no design software for this type of lattice-reinforced shell mold. Therefore, it is necessary to develop a generation method and tool for the lattice-reinforced thickness-varying shell mold model for 3D printing.
In the present research, a generation method for the lattice-reinforced thickness-varying shell mold is presented. Subsequent experimental verification was performed on an Al alloy wheel hub casting.

2. Generation Method

In this paper, a generation method for the 3D-printed lattice-reinforced thickness-varying shell mold has been proposed, with its flowchart shown in Figure 1. The generation procedures for a mold for a step-shape specimen are shown in Figure 2. First, the STL file of a casting is exported after the construction of its 3D solid model using CAD software, which is shown in Figure 2b. The STL file is meshed into regular cubes in a finite difference mesh format (FDM), which recorded the cube lengths in x, y, z directions and the sequential number information of all the cubes (Figure 2c). After this, a shell is formed for the casting with varying thickness, which is roughly proportional to the surface temperature distribution of the casting acquired by virtually cooling it in the environment, which is shown in Figure 2d,e. Following this, the lattice structure was generated on the shell, which is shown in Figure 2f. The external surface of the finite difference meshes of the casting, shell, and lattice were transformed to an STL format file with each exposed rectangular surface split into two triangles along a diagonal, which is shown in Figure 2g. Finally, the normal directions of all of the triangles in the STL format file of the casting were reversed to form the internal surface of the new mold, which is shown in Figure 2h. The STL format file for the lattice-reinforced thickness-varying shell mold, which is shown in Figure 2i, was obtained by combining the internal surface with the external surface in STL format. The external surface of the new shell mold does not affect the shape accuracy of the casting, and thus, the size of the cubic meshes of the casting used for the shell and lattice formation is not so strictly required. Its determination should consider the calculation volume of the virtual heat transfer and the STL file size. The advantage of using the finite difference meshes of a casting is the easy proliferation of cubes in x, y, z directions and the easy discretization of the exposed surfaces of each mesh. The program was developed by C++ language to realize the automatic generation of this type of new mold for castings.

2.1. Thickness-Varying Shell Generation

Due to the different strength requirements of thick and thin areas of a casting, the shell thickness varies along its surface. Thus, the virtual cooling of the casting in the environment can be calculated. The surface temperature distribution of the casting can reflect the thickness information. After this, the thickness of the mold shell at different locations can be generated according to the corresponding surface temperature of the casting. The process for generating the thickness-varying shell is shown in Figure 3.
The three-dimensional heat transfers satisfied the Fourier heat transfer equation as follows [20]:
ρ c p T t =   x ( k   T x ) +   y ( k   T y ) +   z ( k   T z )
where ρ is the density of the casting ( kg / m 3 ); C p is the specific heat of the casting ( J / ( kg · ) ); T is the temperature of the casting ( ); t is the time of the heat transfer ( s ); and k is the thermal conductivity coefficient ( W / ( m · ) ).
The finite difference form of Equation (1) is:
T i , j , k τ + 1 = k ρ c p Δ τ ( T i + 1 , j , k τ 2 T i , j , k τ + T i 1 , j , k τ Δ i 2 + T i , j + 1 , k τ 2 T i , j , k τ + T i , j 1 , k τ Δ j 2 + T i , j , k + 1 τ 2 T i , j , k τ + T i , j , k 1 τ Δ k 2 ) + T i , j , k τ
where Δ τ is the time step and Δ i , Δ j , Δ k are the step sizes for three directions.
The thickness of the shell at a certain location δ corresponds to the relevant temperature of the casting by Equation (3):
δ = δ m a x δ m i n T m a x T m i n ( T T m i n ) + δ m i n
where T m a x is the maximum temperature ( ); T m i n is the minimum temperature ( ); δ m a x is the maximum shell thickness ( mm ); and δ m i n is the minimum shell thickness ( mm ). Due to the shell being composed of cubes, the shell thickness δ has to be converted into the number of layers of cubes.

2.2. Fillet of Rough External Surface

A sharp transition between the shell surface and the lattice structure, in addition to the bars in the lattice structure, would lead to a concentration of stress or even cracks during the casting process, so it was necessary to round up the sharp corners.
First, we found the section variation areas and corners in the shell–lattice surface according to the relationship of a cube with its adjacent neighbor cubes, based on the finite difference mesh format. There were two typical sharp transitions: groove shape and corner shape. For the groove shape, the coordinates of the nodes used in the triangles of the STL format were adjusted outward according to Equation (4), which is shown in Figure 4a.
{ x , = x + Δ x y , = y + Δ y
For the corner shape, the coordinates of the nodes used in the triangles of the STL format were adjusted by Equation (5), which is shown in Figure 4b.
{ x , = x + Δ x y , = y + Δ y z , = z + Δ z
where x , , y , , z , are the adjusted coordinates; x , y , z are the original coordinates; and Δ x , Δ y , Δ z are the offset values, which are less than the cube size.

2.3. Lattice-Structure Generation

In order to support the shell, the lattice structure should be generated around the thickness-varying shell. The lattice is in an orthogonal shape of rectangular bars composed of the basic cubes from the finite difference meshes. The section size of bars and their intervals are determined by the hydrostatic pressure of the melt.
The typical lattice structure is shown in Figure 5.

2.4. Examples

Two examples of the application of this generation method are shown in Figure 6: stress frame casting and pump bowl casting. Figure 6 shows that the generation method can satisfy castings of multiple risers and complex structure. The central y–z and x–z slices of the stress frame casting are shown in Figure 6a, with the thickness of the shell in the range of 10–30 mm. The central x–z section of the pump bowl casting is shown in Figure 6b.

3. Wheel Hub Casting Experiment Results and Discussion

The proposed lattice-reinforced thickness-varying shell structure was applied to an aluminum wheel hub casting with a diameter of 300 mm, which is shown in Figure 7. The designed mold is shown in Figure 8, which is composed of a wheel hub thickness-varying shell and an enforcing lattice.
The lattice-reinforced shell mold was printed using the ExOne-Smax 3D printing machine (ExOne, Augsburg, Germany). In 3D printing, 1.6–1.8% furan resin was used and 0.2% curing agent was added. This mold had no parting line and was composed of unit pieces. The shell was based on the thickness of casting. The range was from 15 to 25 mm.
The lattices were 25 mm high and 25 mm thick with an interval of 50 mm. They are shown in Figure 9. For the convenience of sand cleaning in the mold cavity, cleaning holes were designed at positions that were otherwise difficult for sand cleaning. Furthermore, the narrow channels and cavities of the sand mold were examined with an endoscope to check the sand cleaning condition. This lattice-enforcing thickness-varying shell mold saved over 50% mold sand compared to that of the traditional dense mold.
The molten A356 aluminum alloy (composition is shown in Table 1) was poured into the mold from the sprue in the sand mold. Its liquid and solid temperature points are 616 and 556 , respectively. The onsite pouring experiment is shown in Figure 9. The pouring temperature was 700 and the shakeout temperature was 200 . The temperature of the wheel rim (measuring point as shown in Figure 7) was measured with the K-type sheathed thermocouple. In the casting process, the lattice enforcing the shell sand mold was cooled under natural conditions.
The cooling curve of the casting is shown in Figure 10. Figure 10 shows that 7000 s were needed for the cooling from the pouring temperature of 700 to the shakeout temperature of 200 . The cooling efficiency of the lattice-reinforced shell sand mold was much higher than that of the traditional dense sand mold. This could increase the cooling efficiency by at least 30% for the lattice-reinforced shell sand mold casting compared to the traditional dense sand mold casting [16]. This was attributed to the fact that the lattice-reinforced shell sand mold had thin walls and a high surface temperature, resulting in high heat transfer efficiency with the surrounding air. Thus, the cooling efficiency of the lattice-reinforced shell sand mold casting was much higher.
The temperature distribution of the whole sand mold was measured using an infrared camera Flir T250 (FLIR, Wilsonville, OA, USA). Some infrared images of the lattice-reinforced shell sand mold are shown in Figure 11. After 1000 s of the pouring, the lattice-reinforced shell sand mold reached the highest temperature, which is shown in Figure 10. The highest temperature was at the shell adjacent to the riser, while the lowest temperature was observed on the lattice far away from the shell. The temperature range of lattice-reinforced shell sand mold was from 15 to 360 °C.
Based on a series of infrared images, the change in temperature variation according to time of the sand mold shell surface is plotted in Figure 10. It can be also seen that after 1000 s of pouring, the lattice shell sand mold reached the highest temperature of 340 . The shell reached 300 when the casting was undergoing a solidification process. During the whole cooling process, the sand shell temperature was in the range of 170 to 340 . From the cooling curve of the casting, it can be seen that the temperature variation of mold shell was increased at the beginning, before it decreased until the shakeout temperature of casting. The temperature of shell increased until the crystallization latent heat of the casting was released. When it came to the shakeout (7000 s), it was almost at 170 .
The casting obtained from the 3D-printed lattice-reinforced shell sand mold after the shakeout is shown in Figure 12. Good mold filling was observed for the casting without burr and flashing. The surface roughness of the casting was measured using the FORM TALYSURF PGI800 (Taylor Hobson, Leicseter, UK) contour graph device. It reached level four, which is better than that obtained after pouring in the traditional sand mold.
The microstructure of the wheel hub casting by the lattice sand mold is shown in Figure 13. The eutectic structure was between the α-Al dendrites, with the eutectic Si being mainly globular and claviform. There was no obvious shrinkage in the casting. A specimen was cut from the casting for a hardness test, as shown in Figure 12. Its hardness was 51.3 HB.

4. Conclusions

(1)
A generation method for a lattice-reinforced thickness-varying shell mold for 3D printing was proposed. This mold can increase the cooling efficiency of castings, realize early shakeout, and reduce sand use. It is helpful for the achievement of intelligent casting and green casting.
(2)
The lattice-reinforced thickness-varying shell sand mold was successfully applied to an aluminum wheel hub casting using the proposed generation method. Good mold filling was observed. The casting occurred without burr and flashing, while its surface smoothness reached level four.

Acknowledgments

The project is funded by National Science and Technology Major Project of the Ministry of Science and Technology of China under Project No. 2016YFB1100703.

Author Contributions

Jinwu Kang and Haolong Shangguan involved in all the research work, the new mold design, experiment and analysis, Jihao Yi, Xiaochuan Zhang and Xiang Wang participated in the casting experiments; Haibin Wang contributed to the design of new molds; Tao Huang printed all of the sand molds and attended the discussion.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Mami, F.; Rveret, J.P.; Fallaha, S.; Margni, M. Evaluating Eco-Efficiency of 3D Printing in the Aeronautic Industry. J. Ind. Ecol. 2017, 21, S37–S48. [Google Scholar] [CrossRef]
  2. Levy, G.N.; Schindel, R.; Kruth, J.P. Rapid manufacturing and rapid tooling with layer manufacturing technologies: State of the art and future perspectives. CIRP Ann. 2003, 52, 589–609. [Google Scholar] [CrossRef]
  3. Miller, B.W.; Moore, J.W.; Barrett, H.H. 3D printing in X-ray and gamma-ray imaging: A novel method for fabricating high-density imaging apertures. Nucl. Instr. Meth. Phys. Res. A 2011, 659, 262–268. [Google Scholar] [CrossRef] [PubMed]
  4. Liu, J. The shell molding process study for mass production of single-cylinder diesel engine crankshaft. Appl. Mech. Mater. 2011, 44–47, 284–288. [Google Scholar] [CrossRef]
  5. Sachs, E. Three-Dimensional Printing: Rapid Tooling and Prototypes Directly from a CAD Model. ClRP Ann. 1990, 39, 201–204. [Google Scholar] [CrossRef]
  6. Michael, F.; Ciaran, M.; Jonathan, B.; Erik, H.; James, M.; Michael, O. Automatic innovative truss design using grammatical evolution. Autom. Constr. 2014, 39, 59–69. [Google Scholar] [CrossRef]
  7. Dutta, B.; Froes, F.H. Titanium Powder Metallurgy: Science Technology and Applications; Qian, M., Froes, F.H., Eds.; Elsevier: Cambridge, MA, USA, 2015; pp. 447–468. [Google Scholar]
  8. Wood, K.; Ravi, S. Design considerations for three dimensional printed cores and molds. In Proceedings of the 119th Metal Casting Congress, Columbus, OH, USA, 21–23 April 2015; pp. 24–29. Available online: https://afsinc.confex.com/afsinc/119/webprogram/Paper2731.html (accessed on 23 April 2016).
  9. Meet, U.; Tharmalingam, S.; Mohamed, E.M. 3D printing for rapid sand casting—A review. J. Manuf. Process. 2017, 29, 211–220. [Google Scholar] [CrossRef]
  10. Thomas, B.; John, U. 3D, SF and the future. Futures 2013, 50, 25–34. [Google Scholar] [CrossRef]
  11. Kang, J.W.; Qiangxian Ma, Q.X. The role and impact of 3D printing technologies in casting. China Foundry 2017, 14, 157–168. [Google Scholar] [CrossRef]
  12. Deng, C.Y.; Kang, J.W.; Shangguan, H.L.; Hu, Y.Y.; Huang, T. Effects of hollow structures in sand mold manufactured using 3D printing technology. J. Mater. Process. Technol. 2018, 255, 516–523. [Google Scholar] [CrossRef]
  13. Kirleis, M.A.; Simonson, D.; Charipar, N.A. Laser embedding electronics on 3D printed objects. Proc. SPIE 2014, 8970, 1–7. [Google Scholar] [CrossRef]
  14. Kang, J.W.; Shangguan, H.L.; Deng, C.Y. New Mold of Non-Dense Structure. CHN Patent CN105499492B, 11 August 2017. [Google Scholar]
  15. Kang, J.W.; Shangguan, H.L.; Hu, Y.Y. New Mold of Double Shell Structure. CHN Patent CN105750494B, 5 January 2018. [Google Scholar]
  16. Shangguan, H.L.; Kang, J.W.; Deng, C.Y.; Hu, Y.Y.; Huang, T. 3D-printed shell-truss sand mold for aluminum castings. J. Mater. Process. Technol. 2017, 250, 247–253. [Google Scholar] [CrossRef]
  17. Alok, K.P.; Satyandra, K.G. Geometric algorithms for automated design of multi-piece permanent molds. Comput. Aided Des. 2004, 36, 241–260. [Google Scholar] [CrossRef]
  18. Chen, Y. 3D Texture Mapping: A Microstructure Design Method for Rapid Manufacturing. Comput. Aided Des. 2007, 4, 761–771. [Google Scholar] [CrossRef]
  19. Chen, Y.; Wang, S.L. Computer-aided Product Design with Performance-Tailored Mesostructures. Comput. Aided Des. 2008, 5, 1–11. [Google Scholar] [CrossRef]
  20. Zhang, X.M.; Ren, Z.L.; Mei, F.M. Heat Transfer; China Architecture & Building Press: Beijing, China, 2007; p. 19. [Google Scholar]
Figure 1. The process for generating the lattice-reinforced thickness-varying shell mold.
Figure 1. The process for generating the lattice-reinforced thickness-varying shell mold.
Materials 11 00535 g001
Figure 2. The process for generating the model based on the step-shape specimen: (a) 3D solid geometry; (b) surface discretization (STL format); (c) finite difference meshes; (d) virtual heat transfer; (e) shell forming with varying thickness; (f) lattice forming; (g) external surface discretization; (h) internal surface forming by reversing the normal of the casting surface in STL format and (i) lattice-reinforced thickness-varying shell mold.
Figure 2. The process for generating the model based on the step-shape specimen: (a) 3D solid geometry; (b) surface discretization (STL format); (c) finite difference meshes; (d) virtual heat transfer; (e) shell forming with varying thickness; (f) lattice forming; (g) external surface discretization; (h) internal surface forming by reversing the normal of the casting surface in STL format and (i) lattice-reinforced thickness-varying shell mold.
Materials 11 00535 g002
Figure 3. The process for generating the thickness-varying shell.
Figure 3. The process for generating the thickness-varying shell.
Materials 11 00535 g003
Figure 4. The schematic diagram of the fillet rough external surface: (a) groove shape; and (b) corner shape.
Figure 4. The schematic diagram of the fillet rough external surface: (a) groove shape; and (b) corner shape.
Materials 11 00535 g004
Figure 5. The typical lattice structure.
Figure 5. The typical lattice structure.
Materials 11 00535 g005
Figure 6. Examples of: (a) Stress frame casting; and (b) Pump bowl casting.
Figure 6. Examples of: (a) Stress frame casting; and (b) Pump bowl casting.
Materials 11 00535 g006
Figure 7. The wheel hub specimen geometry.
Figure 7. The wheel hub specimen geometry.
Materials 11 00535 g007
Figure 8. The generated lattice shell mold: (a) Lattice shell mold; and (b) Cross-section slice (Unit: mm).
Figure 8. The generated lattice shell mold: (a) Lattice shell mold; and (b) Cross-section slice (Unit: mm).
Materials 11 00535 g008
Figure 9. The 3D-printed lattice shell sand mold and onsite pouring experiment.
Figure 9. The 3D-printed lattice shell sand mold and onsite pouring experiment.
Materials 11 00535 g009
Figure 10. Cooling curves of the lattice-reinforced shell sand mold casting under natural conditions.
Figure 10. Cooling curves of the lattice-reinforced shell sand mold casting under natural conditions.
Materials 11 00535 g010
Figure 11. Infrared images of the lattice sand mold during the casting process: at (a) 1000 s; and (b) 5000 s.
Figure 11. Infrared images of the lattice sand mold during the casting process: at (a) 1000 s; and (b) 5000 s.
Materials 11 00535 g011
Figure 12. The casting obtained from the 3D-printed sand mold.
Figure 12. The casting obtained from the 3D-printed sand mold.
Materials 11 00535 g012
Figure 13. Microstructure of the casting by the lattice sand mold: (a) 100×; and (b) 500×.
Figure 13. Microstructure of the casting by the lattice sand mold: (a) 100×; and (b) 500×.
Materials 11 00535 g013
Table 1. Chemical composition of A356 Al alloy (wt %).
Table 1. Chemical composition of A356 Al alloy (wt %).
SiMgFe CuZnMnTiAl
6.5–7.50.25–0.450.120.050.050.050.08–0.20Balance

Share and Cite

MDPI and ACS Style

Shangguan, H.; Kang, J.; Yi, J.; Zhang, X.; Wang, X.; Wang, H.; Huang, T. The Design of 3D-Printed Lattice-Reinforced Thickness-Varying Shell Molds for Castings. Materials 2018, 11, 535. https://doi.org/10.3390/ma11040535

AMA Style

Shangguan H, Kang J, Yi J, Zhang X, Wang X, Wang H, Huang T. The Design of 3D-Printed Lattice-Reinforced Thickness-Varying Shell Molds for Castings. Materials. 2018; 11(4):535. https://doi.org/10.3390/ma11040535

Chicago/Turabian Style

Shangguan, Haolong, Jinwu Kang, Jihao Yi, Xiaochuan Zhang, Xiang Wang, Haibin Wang, and Tao Huang. 2018. "The Design of 3D-Printed Lattice-Reinforced Thickness-Varying Shell Molds for Castings" Materials 11, no. 4: 535. https://doi.org/10.3390/ma11040535

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop