Hello! Can you help me how can I read ODBs to extract the accelerations. I am doing manually but it takes a lot of time so I was trying to optimize it but as I am not very good programming I am facing some problems.
Thanks a lot
Best regards,
Nati
If using this toolbox for research or industrial purposes, please cite:
Advances in Engineering Software. Vol 105. March 2017. Pages 9-16. (2017)
How I can extract stress and strain on an element from odb file?
Can you please tell what is 'A' here?
Dear Nati,
To extract the acceleration results from the file X.odb, you have to execute the following command in Abaqus2Matlab:
[odbOut, odbDat, ~]=readNodeFieldOdb('X.odb','False','False','False','A','True');
odbOut contains the numerical acceleration data whereas odbDat contains the step and frame to which each acceleration value of odbOut belongs.
Best,
George