How to use *DOWHILE command
How to use *DOWHILE command
(OP)
Hi everybody,
I would like to know how the *DOWHILE command works, and what is the argument "par"?
Thank you.
Lyes
I would like to know how the *DOWHILE command works, and what is the argument "par"?
Thank you.
Lyes





RE: How to use *DOWHILE command
RE: How to use *DOWHILE command
Lyes
RE: How to use *DOWHILE command
"Shouldn't this be in the" ANSIS Forum ie..
forum569: ANSYS: ANSYS Software Suite
RE: How to use *DOWHILE 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.
RE: How to use *DOWHILE command
RE: How to use *DOWHILE command
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