How to reduce number of iterations in tabular data of transient thermal analysis
How to reduce number of iterations in tabular data of transient thermal analysis
(OP)
Hello everyone,
I have been using transient thermal analysis to read temperatures.
The problem which I am facing is just for the result of 20 seconds of simulation, I am getting 223 iterations instead of 20.
The solution in the form of tabular data has divided 20 seconds into 223 iterations dividing each second into many milli-seconds.
Can anyone help me how to reduce number of iterations making each iteration for each second.
Thank you
I have been using transient thermal analysis to read temperatures.
The problem which I am facing is just for the result of 20 seconds of simulation, I am getting 223 iterations instead of 20.
The solution in the form of tabular data has divided 20 seconds into 223 iterations dividing each second into many milli-seconds.
Can anyone help me how to reduce number of iterations making each iteration for each second.
Thank you
RE: How to reduce number of iterations in tabular data of transient thermal analysis
Beware if no of iteration required are more than min time step, this may cause convergence issues. This is exactly the reason why Ansys required 223 iteration to solve 20s problem.
Another point to note, even if you have 223 time points you can request results at specific time intervals in Analysis settings>output controls>calculate results at.
RE: How to reduce number of iterations in tabular data of transient thermal analysis
There is another question if you can help.
I want to simulate and extract results of multiple nodes on a single plane with each node showing total time history based data or over time data in terms of temperature increase in transient thermal.
Can you help me in this.
Thank you
RE: How to reduce number of iterations in tabular data of transient thermal analysis
If you have lot of nodes then scripting in APDL might help. Check this forum/online for more information on extracting time history data. One such thread is -thread569-229270: Exporting time history data from multiple nodes.