Renny1988
Automotive
- May 31, 2013
- 1
Hi to everyone and thanks for your help in advance.
I ran a simulation in Abaqus and i need to get the nodal forces and the nodal coordinates to use it for my weld model. My model has a large number of elements, and so for this purpose, i tried to use a python script, but i have encountered some problems.
To obtain what i'm looking for, i found that in abaqus documentations and i can write:
data1 = myOdb.steps['Step-1'].frames[6].fieldOutputs['fieldoutput1'].values[...].data
The problem is that i don't know what i must put in the brackets after 'values'.
If i put the number that identifies the node or the element, the data that return are uncorrect,
because they are different from the values i can see in the in the .odb file of my simulation.
If someone is able to help me please, i will very grateful.
Lorenzo
I ran a simulation in Abaqus and i need to get the nodal forces and the nodal coordinates to use it for my weld model. My model has a large number of elements, and so for this purpose, i tried to use a python script, but i have encountered some problems.
To obtain what i'm looking for, i found that in abaqus documentations and i can write:
data1 = myOdb.steps['Step-1'].frames[6].fieldOutputs['fieldoutput1'].values[...].data
The problem is that i don't know what i must put in the brackets after 'values'.
If i put the number that identifies the node or the element, the data that return are uncorrect,
because they are different from the values i can see in the in the .odb file of my simulation.
If someone is able to help me please, i will very grateful.
Lorenzo