热加工作业考研题目答案分享——metal casting 2

2023-11-09 04:20

本文主要是介绍热加工作业考研题目答案分享——metal casting 2,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

Metal casting homework two

版权声明

本内容由狂小虎原创整合,请不要售卖,为了防止爬虫以及保持免费性,设置为仅粉丝可见。另外,题目以及解释可能不完全正确,仅供参考,同时也欢迎各位在讨论区指点出内容的错误之处。

文章目录

  • 版权声明
  • 1. Describe the differences between expendable and permanent molds.
  • 11. List the advantages and limitations of die casting.
  • 14. What are the advantages of the lost-foam casting process?
  • 15. What are the reasons for the large variety of casting processes that have been developed over the years? Explain with specific examples.
  • 21. What differences, if any, would you expect in the properties of castings made by permanent-mold versus sandcasting processes?
  • 22. Would you recommend preheating the molds used in permanent-mold casting? Would you remove the casting soon after it has solidified? Explain your reasons.
  • 49. Outline the casting processes that would be most suitable for making small toyss. Explain your choices.
  • 55. Porosity that has developed in the boss of a casting is illustrated in Fig. P2.55. Show that the porosity can be eliminated simply by repositioning the parting line of this casting.

1. Describe the differences between expendable and permanent molds.

Firstly, for expectancy, expendable molds are temporary molds that will be destroyed for each casting process. Instead, permanent molds could be used many times.
Secondly, considering materials, expendable molds usually made by plastic such foam, but permanent molds usually made by metal such as alloys. Therefore, the former is more likely to be manufactured than the latter. Thus, permanent molds are more expensive than expendable molds.
Thirdly, they are utilized in different circumstances. The latter is a practical method for mass production and can be automated, while the former is applied for small batch production and is usually handmade.

11. List the advantages and limitations of die casting.

Advantages
1.Labour costs are generally low.
2.It is economical for mass production, because the process is semi- or fully automated.
3.The efficiency of the process is extremely high, which is due to the speed of producing is relatively fast.
4.The result products have less porosity.
Limitations
1.Equipment costs are relatively high.
2.Low-melting points alloys are ideal materials, because the molds would be damaged if the temperature is too high.
3.The result products can not be heat treated, because they contain gas inside, which will escape when the ambient temperature is relatively high, thus, they will develop cracks.

14. What are the advantages of the lost-foam casting process?

Firstly, the accuracy of the dimension is relatively high.
Secondly, machining allowance is comparatively low.
Thirdly, unlike sand casting, lost-foam casting can form a whole piece without parting. Thus, it can be applied to manufacture product with complex shape.

15. What are the reasons for the large variety of casting processes that have been developed over the years? Explain with specific examples.

Judging from the size, shape, productivity, application and cost of the result products, efficient and practical manufacturing method is applied. Thus, even though casting is just one technique of production, there are still numbers of types of casting.
For example, sand casting is applied to produce small amount of and relatively low-quality products. Another example is permanent mold that is utilized in mass production and comparatively high-quality products.

21. What differences, if any, would you expect in the properties of castings made by permanent-mold versus sandcasting processes?

higher surface finish
easier to be automated
save much more money when applied to mass production
closer dimensional tolerances
more uniform and better mechanical properties
higher production rate

22. Would you recommend preheating the molds used in permanent-mold casting? Would you remove the casting soon after it has solidified? Explain your reasons.

Yes, it is better to preheat the permanent-mold before casting because metal flow could be facilitated and thermal damage to the dies due to high temperature gradients would be reduced.
No, the casting should be allowed to cool thoroughly in the mold for safe consideration and also it can reduce the development of defects or distortion during shakeout. The larger the casting is, the much more time should be spent in cooling.

49. Outline the casting processes that would be most suitable for making small toyss. Explain your choices.

Die casting with multiple-cavity die, combination die or unit die can be utilized for producing small toys. Semi-centrifugal casting also has the same function.
One the one hand, it is difficult to create the shape which is small by hand, however, people can use die casting with metal mold which is reusable and can be manufactured by machine.
On the other hand, take multiple-cavity die as an example. It is space-saving and efficient because it can produce numbers of parts of the toys simultaneously. Thus, it is easier to reach large production.

55. Porosity that has developed in the boss of a casting is illustrated in Fig. P2.55. Show that the porosity can be eliminated simply by repositioning the parting line of this casting.

在这里插入图片描述
Answer:
The boss should be turn -90^o so that it can be supplied with molten metal and it can solidify as well as shrink more effectively. The result is shown in figure 1.
在这里插入图片描述

Figure 1 Repositioning the parting line

这篇关于热加工作业考研题目答案分享——metal casting 2的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/373933

相关文章

Python中常用的四种取整方式分享

《Python中常用的四种取整方式分享》在数据处理和数值计算中,取整操作是非常常见的需求,Python提供了多种取整方式,本文为大家整理了四种常用的方法,希望对大家有所帮助... 目录引言向零取整(Truncate)向下取整(Floor)向上取整(Ceil)四舍五入(Round)四种取整方式的对比综合示例应

linux进程D状态的解决思路分享

《linux进程D状态的解决思路分享》在Linux系统中,进程在内核模式下等待I/O完成时会进入不间断睡眠状态(D状态),这种状态下,进程无法通过普通方式被杀死,本文通过实验模拟了这种状态,并分析了如... 目录1. 问题描述2. 问题分析3. 实验模拟3.1 使用losetup创建一个卷作为pv的磁盘3.

MySQL8.2.0安装教程分享

《MySQL8.2.0安装教程分享》这篇文章详细介绍了如何在Windows系统上安装MySQL数据库软件,包括下载、安装、配置和设置环境变量的步骤... 目录mysql的安装图文1.python访问网址2javascript.点击3.进入Downloads向下滑动4.选择Community Server5.

CentOS系统Maven安装教程分享

《CentOS系统Maven安装教程分享》本文介绍了如何在CentOS系统中安装Maven,并提供了一个简单的实际应用案例,安装Maven需要先安装Java和设置环境变量,Maven可以自动管理项目的... 目录准备工作下载并安装Maven常见问题及解决方法实际应用案例总结Maven是一个流行的项目管理工具

10个Python自动化办公的脚本分享

《10个Python自动化办公的脚本分享》在日常办公中,我们常常会被繁琐、重复的任务占据大量时间,本文为大家分享了10个实用的Python自动化办公案例及源码,希望对大家有所帮助... 目录1. 批量处理 Excel 文件2. 自动发送邮件3. 批量重命名文件4. 数据清洗5. 生成 PPT6. 自动化测试

10个Python Excel自动化脚本分享

《10个PythonExcel自动化脚本分享》在数据处理和分析的过程中,Excel文件是我们日常工作中常见的格式,本文将分享10个实用的Excel自动化脚本,希望可以帮助大家更轻松地掌握这些技能... 目录1. Excel单元格批量填充2. 设置行高与列宽3. 根据条件删除行4. 创建新的Excel工作表5

Redis多种内存淘汰策略及配置技巧分享

《Redis多种内存淘汰策略及配置技巧分享》本文介绍了Redis内存满时的淘汰机制,包括内存淘汰机制的概念,Redis提供的8种淘汰策略(如noeviction、volatile-lru等)及其适用场... 目录前言一、什么是 Redis 的内存淘汰机制?二、Redis 内存淘汰策略1. pythonnoe

Golang操作DuckDB实战案例分享

《Golang操作DuckDB实战案例分享》DuckDB是一个嵌入式SQL数据库引擎,它与众所周知的SQLite非常相似,但它是为olap风格的工作负载设计的,DuckDB支持各种数据类型和SQL特性... 目录DuckDB的主要优点环境准备初始化表和数据查询单行或多行错误处理和事务完整代码最后总结Duck

将Python应用部署到生产环境的小技巧分享

《将Python应用部署到生产环境的小技巧分享》文章主要讲述了在将Python应用程序部署到生产环境之前,需要进行的准备工作和最佳实践,包括心态调整、代码审查、测试覆盖率提升、配置文件优化、日志记录完... 目录部署前夜:从开发到生产的心理准备与检查清单环境搭建:打造稳固的应用运行平台自动化流水线:让部署像

C#读取本地网络配置信息全攻略分享

《C#读取本地网络配置信息全攻略分享》在当今数字化时代,网络已深度融入我们生活与工作的方方面面,对于软件开发而言,掌握本地计算机的网络配置信息显得尤为关键,而在C#编程的世界里,我们又该如何巧妙地读取... 目录一、引言二、C# 读取本地网络配置信息的基础准备2.1 引入关键命名空间2.2 理解核心类与方法