gugi91
Mechanical
- Feb 22, 2015
- 15
Dear users!
I have made interface for coupled simulations using VUAMP subroutine. I import value of loads with VUAMP subroutine to prescribe node forces of model in every increment...It's working fine, but when I tried to simulate bigger problem (Number of nodes>5000) there is a problem with computational time. I think that the main problem is that the VUAMP subroutine is called for every user amplitude (5000nodesx3directions=15000 amplitudes) in every increment. I have values of loads in .txt file...and subroutine also read these data in every increment 15000 times.
Now I'm wondering if there is any possibility to reduce number of calls for suboutine and import multiple amplitudes at one time?
Thank you for your answers!
Regards
I have made interface for coupled simulations using VUAMP subroutine. I import value of loads with VUAMP subroutine to prescribe node forces of model in every increment...It's working fine, but when I tried to simulate bigger problem (Number of nodes>5000) there is a problem with computational time. I think that the main problem is that the VUAMP subroutine is called for every user amplitude (5000nodesx3directions=15000 amplitudes) in every increment. I have values of loads in .txt file...and subroutine also read these data in every increment 15000 times.
Now I'm wondering if there is any possibility to reduce number of calls for suboutine and import multiple amplitudes at one time?
Thank you for your answers!
Regards