cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

slow mechanism simulation

kparssinen
1-Newbie

slow mechanism simulation

Some people here have reported that mechanism simulation run extremely slow. I had the same problem. I made a 8 wheel machine model, tires modelled as bushings and run a dynamic analysis with no movement. It took more than on hour to solve, but used only 3% of processor capacity (HP Z840, 16cores, 64Gb RAM).

I changed these settings and managed to reduce the solve time in to seconds.

1) mdo_integration_method = explicit (was automatic)

2) sim_solver_memory_allocation = 16384 (was 512)

3) mechanism_significant_digits = 16 (was 12)

I assume some or all of these have solved the problem, I also changed these:

4) cpus_to_use 16 (was 😎

5) transparency no (was yes)

Other experiencing similar promlems migth also try these, but still first thing to sort out is the model itself. There may be for instance typing errors in input values or incorrect units etc.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
5 REPLIES 5

3% CPU on 16 cores (I assume this is 8 physical cores with hyperthreading?) suggests there's another bottleneck (1 core should be 6%).  If you open Resource Manager (from the Performance tab in Task Manager), do you see significant disk (or network) access?

Yes 8 physical cores. Creo had no disk activity, but there is network activity.

MDO is not able to take advantage of multiple cores. MDO is also not influenced by the "sim_solver_memory_allocation" setting - these are both for Simulate. If you shut off the setting for updating the display during solve you will get it to complete much faster. Also try replacing the bushings with pin joints - these will run much faster.

Christopher Kaswer wrote:

... If you shut off the setting for updating the display during solve you will get it to complete much faster.

Ah, that's almost certainly it!

Setting display update off was the first thing to try, no effect. Also, I agree that sim_solver_memory_allocation and cpus_to_use should not be effective, but had to try because you never know for sure if some setting has been re used.

Announcements
NEW Creo+ Topics: Real-time Collaboration


Top Tags