热加工作业考研题目答案分享——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

相关文章

Golang操作DuckDB实战案例分享

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

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

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

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

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

Golang使用etcd构建分布式锁的示例分享

《Golang使用etcd构建分布式锁的示例分享》在本教程中,我们将学习如何使用Go和etcd构建分布式锁系统,分布式锁系统对于管理对分布式系统中共享资源的并发访问至关重要,它有助于维护一致性,防止竞... 目录引言环境准备新建Go项目实现加锁和解锁功能测试分布式锁重构实现失败重试总结引言我们将使用Go作

Python中列表的高级索引技巧分享

《Python中列表的高级索引技巧分享》列表是Python中最常用的数据结构之一,它允许你存储多个元素,并且可以通过索引来访问这些元素,本文将带你深入了解Python列表的高级索引技巧,希望对... 目录1.基本索引2.切片3.负数索引切片4.步长5.多维列表6.列表解析7.切片赋值8.删除元素9.反转列表

Python中处理NaN值的技巧分享

《Python中处理NaN值的技巧分享》在数据科学和数据分析领域,NaN(NotaNumber)是一个常见的概念,它表示一个缺失或未定义的数值,在Python中,尤其是在使用pandas库处理数据时,... 目录NaN 值的来源和影响使用 pandas 的 isna()和 isnull()函数直接比较 Na

Ilya-AI分享的他在OpenAI学习到的15个提示工程技巧

Ilya(不是本人,claude AI)在社交媒体上分享了他在OpenAI学习到的15个Prompt撰写技巧。 以下是详细的内容: 提示精确化:在编写提示时,力求表达清晰准确。清楚地阐述任务需求和概念定义至关重要。例:不用"分析文本",而用"判断这段话的情感倾向:积极、消极还是中性"。 快速迭代:善于快速连续调整提示。熟练的提示工程师能够灵活地进行多轮优化。例:从"总结文章"到"用

作业提交过程之HDFSMapReduce

作业提交全过程详解 (1)作业提交 第1步:Client调用job.waitForCompletion方法,向整个集群提交MapReduce作业。 第2步:Client向RM申请一个作业id。 第3步:RM给Client返回该job资源的提交路径和作业id。 第4步:Client提交jar包、切片信息和配置文件到指定的资源提交路径。 第5步:Client提交完资源后,向RM申请运行MrAp

【专题】2024飞行汽车技术全景报告合集PDF分享(附原数据表)

原文链接: https://tecdat.cn/?p=37628 6月16日,小鹏汇天旅航者X2在北京大兴国际机场临空经济区完成首飞,这也是小鹏汇天的产品在京津冀地区进行的首次飞行。小鹏汇天方面还表示,公司准备量产,并计划今年四季度开启预售小鹏汇天分体式飞行汽车,探索分体式飞行汽车城际通勤。阅读原文,获取专题报告合集全文,解锁文末271份飞行汽车相关行业研究报告。 据悉,业内人士对飞行汽车行业

poj 3104 二分答案

题意: n件湿度为num的衣服,每秒钟自己可以蒸发掉1个湿度。 然而如果使用了暖炉,每秒可以烧掉k个湿度,但不计算蒸发了。 现在问这么多的衣服,怎么烧事件最短。 解析: 二分答案咯。 代码: #include <iostream>#include <cstdio>#include <cstdlib>#include <algorithm>#include <c