Aug 12, 2010 #1 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 ?
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 ?
Aug 17, 2010 #2 jisb007 Bioengineer Joined May 14, 2005 Messages 33 Location US 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? Upvote 0 Downvote
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?