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 only extract positive values in Abaqus from ODB Field Output?

Status
Not open for further replies.

drennon236

Civil/Environmental
Joined
Mar 27, 2020
Messages
102
Location
NO
Inside the cylinder all the values (red arrows) are positive, while outside all the values (blue arrows) are negative. I only want the positive values, when I try to extract I get both positive and negative. How can I only get positive values?

Bank1_rmhrvf.png


I can only get the output I want through position: Element nodal, so I cant for example make a set containing nodes only on the inside as the output I want is not given for individual nodes but only whole elements.
 
In case of contour/symbol plot you can go to Contour/Symbol Plot Options —> Limits and change Min to 0. For XY plot similar trick can be done using Axis Option —> Scale. Otherwise you would probably have to use Python scripting.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top