Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use *DOWHILE command

Status
Not open for further replies.

hacinilyes

Materials
Jul 26, 2006
14
Hi everybody,
I would like to know how the *DOWHILE command works, and what is the argument "par"?
Thank you.
Lyes
 
Replies continue below

Recommended for you

It's an ANSYS command, it is used to simulate loops, but I don't know how does it work!
Lyes
 
Try #2 :)<))

"Shouldn't this be in the" ANSIS Forum ie..

forum569
 
Maybe this helps. Looks similar to "Do while" command
in Visual Basic. Syntax is something like this:
Do While I <= IMax
...
I=I+1
Loop

You might use this above instead of the "Do Loop" below
to compute a few things "IMax" times.
For I=1 to IMax
....
Next I

RTFM--read the "funny" manual. Must be something in
ANSYS help about this one.
 
This is an honest question. A DOWHILE comand keeps excuting the DO loop while the argument is true. Once the argument is false it exits the LOOP.
 
Hi,
this somewhat old thread has been replied in the ANSYS' forum, because it was strictly pertaining to ANSYS APDL language. Since the O.P. hasn't re-asked anything so far here, I think the thread in this forum could be deleted.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor