说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 任意圆弧
1)  arbitrary circular arcs
任意圆弧
2)  circular arcs with arbitrary angles
任意角度圆弧
1.
A new algorithm for continuously generating circular arcs with arbitrary angles;
连续生成任意角度圆弧的新算法
3)  arbitrary camber lines blading
任意中弧造型
4)  circular arc
圆弧
1.
A new method for constructing circular arc;
一种快速构造圆弧的新方法
2.
Representing rational cubic circular arc by normalized totally positive or generalized Ball methods
有理三次圆弧的标准正交基与广义Ball基表示
3.
If the section is a circular arc in the spatial slanting plane,the circular arc is the extremely reasonable bore hole path curve for slide drilling in minimum curvature method.
在此方法中,假设井段是空间斜平面上的圆弧,对于滑动钻进方式,圆弧是非常合理的井眼轨迹曲线。
5)  arc [英][ɑ:k]  [美][ɑrk]
圆弧
1.
Research on method of processing product with arc generatrix shape;
无心磨削凸圆弧型素线产品应注意的问题
2.
Facile equipment for turning inside and outside arc;
车削内外圆弧的简易装置
3.
Kinematics and dynamics analysis about double horse head pumping unit with arc back horse head;
后驴头为圆弧的双驴头抽油机运动与动力分析
6)  circular [英]['sɜ:kjələ(r)]  [美]['sɝkjəlɚ]
圆弧
1.
The Methods Research of C Program of Circular To Generate;
圆弧生成的C程序算法研究
2.
This paper extended the circular and helical approach method into Double cir- cular and Double helical approach, and illustrated its application in the NCmatchining of rottery burs.
本文将双圆弧插补推广到双螺线插补,并闸述了在特种回转面刀具数控加工中的应用。
3.
This paper presents a fast approach to compute the intersections of arbitrary curve which contains line-segment and circular.
二维曲线的求交是CAD&CG中的一个基本问题,论文提出了一种由圆弧和直线段组成的二维曲线快速求交方法。
补充资料: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
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条