说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 任意刚体运动
1)  general rigid motion
任意刚体运动
2)  rigid displacement
刚体运动
1.
On the assumption that diesel engine was a rigid body,the effect of stiffness of engine foundation on vibration intensity was analyzed and a conclusion was drawn that the smaller stiffness was,the greater rigid displacement of the engine was.
基于柴油机是刚体的假设,从理论上分析了安装基础的刚度对机器振动烈度的影响,得到了安装基础越"软",机器刚体运动越大的结论。
3)  rigid body motion
刚体运动
1.
Finite element method analysis of rotating blade with consideration of the coupling of rigid body motion and elastic motion;
考虑刚体运动与弹性运动耦合影响的旋转叶片振动有限元分析
2.
By now,such applications have been focused on adopting the Grassmannian structure,the spinor and twist representations of rigid body motions.
共形几何代数在基于运动和形状刻画的视觉和图形学若干问题中的应用,反映了它能够提供统一和有效的表示和算法,这些应用主要集中在采纳几何体的Grassmann分级表示以及刚体运动的旋量和扭量表示。
3.
After introducing the basic knowledge of geometric algebra such as outer product,inner product and geometric product,this paper focused on the CGA description and computation with graphic reflection,rotation,translation,rigid body motion and screw motion,and gave the experimental demonstrations.
在简单介绍外积、内积和几何积等基本概念之后,重点论述了共形几何代数在图形反射、旋转、平移等变换和刚体运动、螺旋运动等方面的描述和计算方法,并给出了实验示例。
4)  rigid-body motion
刚体运动
1.
During the pretension process of flexible cablestrut structures,rigid-body motion and elastic deflection occur simultaneously,which cannot be solved with traditional Finite-Element-Method.
柔性的预应力索杆钢结构在张拉过程中,构件同时发生刚体运动和弹性变形,这一问题不能用传统的有限元方法来求解。
2.
The theory of rigid-body motion for a ship on waves has been improved.
对船舶在波浪上的刚体运动理论加以改进,采用变系数微分方程对船舶在波浪上的运动进行模拟,并计算外力,计算表明,船舶在正弦波上的运动是一种近似于“拍”的运动,不是通常理论所假设的正弦周期运动,在微机上开发的程序能模拟各种规则波、非规则波输入时的船舶运动情况,为船舶结构可靠性分析中的外力随机分析奠定了基础。
5)  motion of rigid body
刚体运动
1.
In order to overcome this defect and obtain an efficient method,it has provided a schame to solve 3D assembly constraints based on the motion of rigid body in analytic geometry.
为解决三维装配中约束求解因沿用二维约束中的数值迭代算法而存在的求解效率不高等问题 ,提出了基于解析几何中刚体运动的装配约束求解方案 。
6)  rigid motion
刚体运动
补充资料:ANSYS中在任意面施加任意方向任意变化的压力方法
在任意面施加任意方向任意变化的压力
在某些特殊的应用场合,可能需要在结构件的某个面上施加某个坐标方向的随坐标位置变化的压力载荷,当然,这在一定程度上可以通过ANSYS表面效应单元实现。如果利用ANSYS的参数化设计语言,也可以非常完美地实现此功能,下面通过一个小例子描述此方法。
!!!在执行如下加载命令之前,请务必用选择命令asel将需要加载的几何面选择出来
!!!
finish
/prep7
et,500,shell63
press=100e6
amesh,all
esla,s
nsla,s,1
! 如果载荷的反向是一个特殊坐标系的方向,可在此建立局部坐标系,并将
! 所有节点坐标系旋转到局部坐标系下.
*get,enmax,elem,,num,max
dofsel,s,fx,fy,fz
fcum,add !!!将力的施加方式设置为"累加",而不是缺省的"替代"
*do,i,1,enmax
*if,esel,eq,1,then
*get,ae,elem,i,area !此命令用单元真实面积,如用投影面积,请用下几条命令
! *get,ae,elem,i,aproj,x !此命令用单元X投影面积,如用真实面积,请用上一条命令
! *get,ae,elem,i,aproj,y !此命令用单元Y投影面积
! *get,ae,elem,i,aproj,z !此命令用单元Z投影面积
xe=centrx !单元中心X坐标(用于求解压力值)
ye=centry !单元中心Y坐标(用于求解压力值)
ze=centrz !单元中心Z坐标(用于求解压力值)
! 下面输入压力随坐标变化的公式,本例的压力随X和Y坐标线性变化.
p_e=(xe-10)*press+(ye-5)*press
f_tot=p_e*ae
esel,s,elem,,i
nsle,s,corner
*get,nn,node,,count
f_n=f_tot/nn
*do,j,1,nn
f,nelem(i,j),fx,f_n !压力的作用方向为X方向
! f,nelem(i,j),fy,f_n !压力的作用方向为Y方向
! f,nelem(i,j),fz,f_n !压力的作用方向为Z方向
*enddo
*endif
esla,s
*enddo
aclear,all
fcum,repl !!!将力的施加方式还原为缺省的"替代"
dofsel,all
allsel
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条