Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ESEDEN values for nodeset

Status
Not open for further replies.

Aravindkj

Bioengineer
Jun 15, 2014
25
0
0
SG
Hi Guys,
I have used the following code to get the ESEDEN values for all the nodes in the Step.
I tried searching internet on how to get ESEDEN values for a particular node or element set. Can you guys please help me?


eseden=odb.steps['Step-1'].frames[1].fieldOutputs['ESEDEN'].values
#print eseden
for v in eseden:
#print v
print (v.elementLabel,v.data)

Thanks a lot
Cheers,
Aravind
 
Status
Not open for further replies.
Back
Top