加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

ANSYS中如何对节点或关键点进行精确选择?

(2012-10-16 14:14:23)
标签:

杂谈

分类: 软件(ANSYS、ADINA、SAP2000

ANSYS中如何对节点或关键点进行精确选择?

  一)问题描述:

    在ANSYS中,在默认情况下,若使用节点或关键点命令进行选择操作,如KSEL,S,LOC,Z,-30.962,某些在Z=-30.962附近的关键点也会被选择,不能实现精确选择节点的目标。

  二)解决方法:

   1、原理:

   查看HELP中有关KSEL命令的介绍,发现:

For Selects based on non-integer numbers (coordinates, results, etc.), items that are within the range VMIN-Toler and VMAX+Toler are selected. The default tolerance Toler is based on the relative values of VMIN and VMAX as follows:

  • If VMIN = VMAX, Toler = 0.005 x VMIN.

  • If VMIN = VMAX = 0.0, Toler = 1.0E-6.

  • If VMAX ≠ VMIN, Toler = 1.0E-8 x (VMAX-VMIN).

Use the SELTOL command to override this default and specify Toler explicitly.

   而在ANSYS中:

VMAX

Maximum value of item range. VMAX defaults to VMIN.

产生上述问题的主要原因是:程序默认Toler = 0.005 x VMIN过大,需通过SELTOL 命令将其改小。

2、实现方法:

使用"SELTOL, Toler"命令,Sets the tolerance for subsequent select operations.

如:运行SELTOL,1.0E-8,再执行KSEL,S,LOC,Z,-30.962,就可进行节点精确定位。

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有