wangzhanjiang 发表于 2004-9-14 09:33:06

【分享】APDL完整的帮助(英文原版)

现在摘录一些,详细请见附件!
*DO
Defines the start of a "do" loop. The commands following the *DO command execute (up to the *ENDDO command) repeatedly until some loop control is satisfied.
Command format is *DO,Par,IVAL,FVAL,INC, where:
Par is a scalar parameter to be used as the loop index.

IVAL and FVAL are the initial and final parameter values.

INC is the amount by which IVAL is incremented at each loop execution.

You also can control looping via the *IF command.

ANSYS allows up to 20 levels of nested "do" loops, although "do" loops that include /INPUT, *USE, or an "unknown" command macro support fewer nesting levels because they do internal file switching. *DO, *ENDDO, *CYCLE, and *EXIT commands in a "do" loop must all read from the same file or the keyboard. Don't include picking operations in a "do" loop.

Take care if you include a /CLEAR command within a do-loop. The /CLEAR command does not clear the do-loop stack, but it does clear all parameters including the loop parameter in the *DO statement itself. You can avoid the problem of having an undefined looping value by issuing a /PARSAV command before the /CLEAR command, and then following the /CLEAR command with a /PARRES command.

ck 发表于 2004-10-27 11:08:12

Re:【分享】APDL完整的帮助(英文原版)

谢谢分享!!

catboywh 发表于 2004-10-28 10:11:49

Re:【分享】APDL完整的帮助(英文原版)

good

李呼斯勒 发表于 2004-11-16 11:00:12

Re:【分享】APDL完整的帮助(英文原版)

谢谢分享!!

gydxjq 发表于 2008-5-20 16:24:52

Re:【分享】APDL完整的帮助(英文原版)
谢谢分享!!:)

陈扬1983 发表于 2008-6-24 19:43:13

谢谢啦,很好~

jinchiniao6 发表于 2008-6-29 01:32:09

xiexie ,感谢分享

qxy1207 发表于 2008-7-29 15:09:03

非常感谢,正需要的材料。

coblan 发表于 2010-12-5 22:44:01

谢谢楼主。。。。。

jiashengyang 发表于 2010-12-6 15:10:36

xiexie分享,lz
页: [1]
查看完整版本: 【分享】APDL完整的帮助(英文原版)