Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

How to cancel verify windows in ANSYS batch mode

Status
Not open for further replies.

brunoserrano

New member
Joined
Apr 2, 2009
Messages
6
Location
PT
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
 
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?
 
Hi i have solved the problem!!!

Try:

/nerr,0,,,,0

/uis,msgpop,3

after the code in APDL file.

Good luck
 
Sory you have to put it BEFORE the zone of the code that makes the verify box appear.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top