作业帮 > 综合 > 作业

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

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/10/06 20:13:21
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中:VMAXMaximum value of item range. VMAX defaults to VMIN.产生上述问题的主要原因是:程序默认Toler= 0.005 x VMIN过大,需通过SELTOL 命令将其改小.