Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  • Users: VishnuVP
  • Content: Threads
  • Order by date
  1. VishnuVP

    Extract stress/strain of each section points of shell elements using python

    def get_field(odb, step, frame, field, element): index = 0 dict_data = {} if field == 'E': function = get_strain elif field == 'S': function = get_stress for f in odb.steps[step].frames[frame].fieldOutputs[field].getSubset(region=element).values: data = function(f.data)...

Part and Inventory Search