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...
Hi,
I am anew user for abaqus scripting. I created a set in Cae file. then I opened rpy file. it is,
elements1 = e1.getSequenceFromMask(mask=('[#0:53 #8000000 ]', ), )
a.Set(elements=elements1, name='Set-3')
this, (mask=('[#0:53 #8000000 ] command is very difficult to understand. I checked in...