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

Ansys PCG Solver

Status
Not open for further replies.

fm756

New member
Joined
May 11, 2012
Messages
3
Location
US
Hi,

I currently using Ansys 13 APDL with the PCG Solver for a contact analysis. I am running multiple analysis that are writting over each other one after an other. Each time i'm extracting the important information and save them within a .txt file.

My problem is that PCG solver are itterative and i would like to save the maximum number of itterations by the solver for the analysis.(Those informations are usually plotted in the .PCS file) I am currently trying with the following APDL code:

*get,PCG,active,,solu,CGITER

but i always obtain 0. Is there any other way to save the maximum number of itteration that the PCG solver does for solving an analysis.

Thanks
Felix
 
Hi Felix,

Have you tried adding
set,last
before your *get code in /post1?

When using Workbench environment, program automatically creates a variable (_PCGITER) where is stored the number of iterations done by the PCG solver.

Carles
 
Hi Carles

I've tried in both /post1 and /solu and they are both giving me 0.

Thanks for the help
Félix
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top