Abaqus Learning Resources |
---|
Hi everyone,
While using ODB API to add data to a field output you will have to specify sectionPoint as odb_SectionPoint() as in field.addData(odb_SectionPoint(), conjugateData) for solid elements. This cannot be a blank entry or 0.
Also, performance of addData() has been significantly improved in 6.14 Abaqus ODB API. Earlier it was recommended to use “sets” approach of the addData() method but now users can use the instance and labels approach as well.
Thanks,
Srikanth