Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

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

Extract from ODB

Status
Not open for further replies.

ve1705

Aerospace
Joined
May 26, 2015
Messages
3
Location
NL
I want to extract the displacement data from ODB from each nodes on a surface, but with the (x,y) nodal coordinates as well.
What I did is dynamic implicit simulation. Is there any simple way to do the Python coding like:

# from timestep i = 1:1000
# from nodes n = 1:m
# x = extract x coordinates
# y = extract y coordinates
# u3 = extract u3 displacements
# print to csv (x,y,u3)
# save csv
# end
# end

Thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top