exchanging values
exchanging values
(OP)
Hallo Everyone,
I would like to exchange values between Abaqus and Simulink/Matlab during a simuation. Is that possible?
best regards,
PQF
I would like to exchange values between Abaqus and Simulink/Matlab during a simuation. Is that possible?
best regards,
PQF





RE: exchanging values
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: exchanging values
kind regards
RE: exchanging values
What do you mean by that?
In any case, you'll need a Python script to extract the max. von Mises stress. ABAQUS has a scripting manual. If you are comfortable with Python, it won't take long before you have a working script. Besides, you may not even have to write an entire script because .rpy files record everything that you are doing in ABAQUS/CAE. More often than not, you can simply copy the contents of the .rpy file to get your Python code.
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083