1) welding parts and spares
焊接零部件
1.
In this paper, a CAPP system in process planning of welding parts and spares for heavy machine is introduced.
介绍了为重型机械专门开发的焊接零部件工艺规划CAPP系统。
2) weld
焊接
1.
Research on the welding performance of low-carbon nickel;
低碳镍材料焊接性能的研究
2.
Weld Repair and Maintenance of the Steel Belts in the Rotary Belt Condensation Granulators;
回转带式冷凝造粒机钢带的焊接修复与维护
3.
Cause Analysis of the Weld Flaw Between the Flanges and Internal Sleeves of the High Pressure Heat Exchangers and Countermeasures;
高压换热器法兰与内套焊接裂纹原因分析与对策
3) Welding
焊接
1.
The Research Development of Finite Element Simulation in Welding Joint;
焊接接头有限元模拟的研究进展
2.
On Welding of Stainless Steel Compound Plate 16MnR+00Cr19Ni10;
16MnR+00Cr19Ni10不锈钢复合钢板的焊接
3.
Heat source model for 2D welding temperature field simulation based on the configuration of welding line;
基于焊缝形状的二维焊接温度场模拟热源模型
4) jointing
焊接
1.
Application of ultrasonic jointing principle in needle destruction device;
超声波焊接原理在注射针头销毁器中的应用
2.
Quality control in the process of assembling and jointing have interrupted francis turbine at Lijiaxia Hydropower Station;
李家峡水电站混流式水轮机分瓣转轮组合与焊接过程中的质量控制
3.
This paper introduces the jointing method to recover the crushing equipment cone crusher whose axes are broken in two parts.
介绍了大型破碎设备圆锥破碎机主轴断裂后的焊接修复方法。
5) Welded joint
焊接
1.
Prediction system of CTOD for high strength pipeline steel welded joint based on back propagation artificial neural network;
基于BP人工神经网络的高强度管线钢焊接接头性能参数CTOD预测系统
2.
Corrosion characteristics of welded joints of copper pipe in seawater;
紫铜海水管焊接部位在海水中的腐蚀特征
3.
Corrosion behavior of welded joints of copper pipe in artificial seawater;
紫铜海水管焊接部位在人工海水中的腐蚀行为
6) soldering
焊接
1.
Optimized Soldering Process Research on Semi-rigid Cable Modules;
半刚电缆组件焊接工艺优化研究
2.
The Soldering Research for 0.5 mm Pitch CSP;
0.5mm间距CSP焊接工艺研究
3.
Discussion of Soldering Technology for Mix-assembled Circuit Board;
混装电路板焊接工艺技术探讨
参考词条
补充资料:SL1126内燃机零部件数字化建模
1、 SL1126内燃机总成
SL1126内燃机是由机体总成、缸盖总成、运动机构总成,其它机构总成等组成,见图I。
(1)机体总成主要由:机体、油底壳、风扇、油标、同步齿轮室盖、主副曲轴轴承盖、标尺及相应的标准零件。在机体总成中,机体是主要的设计零件。
(2)气缸盖总成主要包括的零件有:气缸盖、缸盖罩、喷油嘴、机油筒、空气滤清器等零件;其中气缸盖是主要设计零件。
(3)运动机构总成由活塞,滑块,活塞销,连杆,连杆配件,主、副曲轴总成,正视齿轮总成,凸轮轴总成以及气门挺杆总成等组成。
(4)其他机构总成有:机油泵总成,喷油泵总成等组成。
SL1126内燃机是由机体总成、缸盖总成、运动机构总成,其它机构总成等组成,见图I。
(1)机体总成主要由:机体、油底壳、风扇、油标、同步齿轮室盖、主副曲轴轴承盖、标尺及相应的标准零件。在机体总成中,机体是主要的设计零件。
(2)气缸盖总成主要包括的零件有:气缸盖、缸盖罩、喷油嘴、机油筒、空气滤清器等零件;其中气缸盖是主要设计零件。
(3)运动机构总成由活塞,滑块,活塞销,连杆,连杆配件,主、副曲轴总成,正视齿轮总成,凸轮轴总成以及气门挺杆总成等组成。
(4)其他机构总成有:机油泵总成,喷油泵总成等组成。

图I SL1126内燃机总成

图II 内燃机运动机构总成
2、自顶向下设计的参数化技术
在CAD中,参数化技术是采用参数预定义的方法建立图形的集合约束集,指定一组尺寸作为参数使其与几何约束集相关联,并将所有的关联式融入到应用程序中,然后以人机交互方式修改参数尺寸,通过参数化尺寸驱动实现对设计结果的修改。参数化设计过程中,参数与设计对象的控制尺寸有明显的对应关系,并具有全局相关性。参数化设计不同于传统的设计,它储存了设计的整个过程,能设计出一族而非单一的在形状和功能上具有相似性的产品模型。正是有了这种参数化建模技术,才使得数据的改变在不同层次(如不同的子装配系统和不同的零件)之间的传递变得唯一个即时。这样,才有了真正意义上的自顶向下设计及以这种设计为基础的并行设计,后者是团队设计的基础。
下面以主同步齿轮零件三维参数化为例:
下面为渐开线方程:
alpha=20
m=4
z=46
r0=0.5*m*z*cos(20)
t0=t*40
x0=(cos(t0)+t0*pi/180*(sin(t0)))*r0
y0=(sin(t0)-t0*pi/180*(cos(t0)))*r0
theta=-(tan(alpha)-alpha*pi/180)*180/pi-90/z
x=x0*cos(theta)-y0*sin(theta)
y=x0*sin(theta)+y0*cos(theta)
z=0
其中alpha为压力角, m为模数, z为齿数, r0为基圆半径。

图III 齿轮总成
说明:补充资料仅用于学习参考,请勿用于其它任何用途。