×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

How to cancel verify windows in ANSYS batch mode

How to cancel verify windows in ANSYS batch mode

How to cancel verify windows in ANSYS batch mode

(OP)
Hi, I am running ANSYS in a batch mode and when I doing the mesh of my strucuture at a secpecific point I have a irregular mesh and ANSYS ask me if I really want this iregular mesh and I said yes when runing de APDL code in GUI interface.

But when I run the code in batch mode ANSYS doesn't mesh thoose volumes.

There any command to say YES when runing ANSYS in batch mode?

Thanks a lot,

Bruno Serrano

RE: How to cancel verify windows in ANSYS batch mode

I have the same issue.  While running a loop in batch mode, I get a Verify window during each loop.  I don't want to have to click "Yes" every time!


More detail:  I am trying to export path data for multiple load steps.  The basic functionality is:

[Define path and output file]
*DO,i,1,NLOADS
  SET,i,LAST,1
  PDEF,UX,U,X,AVG
  ...etc...
  PAGET,pdata,TABLE
  /OUTPUT,,output_file,,APPEND
  *VWRITE,pdata
  /OUTPUT
*ENDDO

On every loop, I get a Verify message, "Redimensioning parameter PDATA will erase all current values. SHOULD THE PAGE COMMAND BE EXECUTED?"  The answer is always yes.

Alternately, is there some way to clear or delete the PDATA array without hard-coding its location for the *DEL command?

RE: How to cancel verify windows in ANSYS batch mode

(OP)
Hi i have solved the problem!!!

Try:

/nerr,0,,,,0  

/uis,msgpop,3

after the code in APDL file.

Good luck

RE: How to cancel verify windows in ANSYS batch mode

(OP)
Sory you have to put it BEFORE the zone of the code that makes the verify box appear.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources