Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

how to read nodal value instead of integration value

Status
Not open for further replies.

turantug

Civil/Environmental
Joined
Jun 1, 2006
Messages
11
Location
TR
I am trying to read a nodal S22 value of a model using Python as:

odb.steps['Parallel'].frames[1].fieldOutputs['S'].values[0].data[1]

How can i change position from the default Integration value to nodal value ?

 
Not sure how to read at nodal values. If you are trying to interpolate based on nodal position and values, will you be able to read values at integration points and use the element centroid?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top