harshacamso
Mechanical
- Oct 2, 2019
- 3
Hi , i am developing new abaqus scripting for a transient temperature analysis ODB file. i read temperature of integration points of the model. i created a new step, new frame and new field.(scalar) i multiplied temperature of each integration point by 2.23. i want add new values of integration points to new field. i tried with command myField.addData(data=new_temperature). but it is wrong. can some expert help me to do this correctly