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 MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

icreasing number of results in workbench 12.1 1

Status
Not open for further replies.

speedmethal

Structural
Joined
May 18, 2010
Messages
22
Location
ES
hi all

I've the next problem. When I excute solver at workbench I get the error:

Number of results on results file exceeds maximum of 1000. Maximum may be increased with /CONFIG command.

I try solve this by insert command option and write

/config,nres,1500

but it didn't work. I also try insert the first line as

/batch
/config,nres,1500

idem result

does anyone know how do it?
Thanks for everythings
 
I have seen in the tutorial that the /config command is not valid for the Ansys Multiphysics 1,2 or 3 products. I think that Multiphysics is the license. My question is now:
is there any way to change the license in workbench and therefore introducing the /config command?

Thanks
 
I found how to change the license (tools->license preferences).
I set Ansys Mechanical, but when I run Solve, Ansys seems not understand the command /config,nres,1500.

Any idea??please.
 
Hi!
I've seen a thread like this started by micmaf
"Hi! I have made a transient analysis (full method) with load step 10 sec. and time step 0.002 sec. With "CONFIG, NRES,5000" I get all substeps in the Time HISTORY POSTPROCESSOR (POST26), but I get only the first 800 substeps (up to 1.6 sec.) in the GENERAL POSTPROCESSOR (POST1). Does a command exist for increasing the results in the POST1?
An answer would be a lot of help. Thanks!"

and ansysfread answered
"The default maximum number of substeps in the results file (Jobname.RST) is 1000. When the number of substeps exceeds this limit, you need to issue SET,Lstep,LAST to bring in the 1000th load step. Use /CONFIG to increase the limit.

Regards
Garry"

I've tried insert one command in ansys workbench with below two lines

SET,Lstep,LAST
/config,nres,1500

but ansys workbench still doesn't recognize it.
can anyone help me?Thanks
 
looking solution information i get:
*** WARNING *** CP = 2.543 TIME= 00:23:13
/CONFIG is not a recognized SOLUTION command, abbreviation, or macro.

This command will be ignored.

help me!!!
 

Try this
fini
/config,nres,1500
/solu
 
ansysfreak, you are a genius.
work very well.
Thank you very much.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top