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!

Need help with Principal Stresses Field Output equation

Status
Not open for further replies.

jczarne

Bioengineer
Joined
Aug 7, 2007
Messages
10
Location
US
I want to plot the Gerber Interaction Formula for fatigue life requirements in Abaqus.

If I go to field outputs and create my own field output is there anyway to make an equation using the principle stresses.
The Gerber equation is

alternat stress/ + (mean stress/yield stress)^2 = 1
endurance limit


.5(max prin - min prin) + (0.5(max prin + min prin)^2 = 1
----------------------- -------------------------
endurance stress (yield stress)


what would I use as the values in Abaqus for the max and min principle stress???? How would it be entered into a formula...meaning

the way the stress components are entered.

example
"s1f6_S" for a basic stress component


Thanks much
 
jczarne,

There is one point that is not clear in your mail. In general stresses are 3D. How do you propose to apply the above forumlas to 3D.

However the terms for the max and min principal are obtained as follows:

s1f6_S.getScalarField(invariant=MAX_PRINCIPAL)
S1f6_s.getScalarField(invariant=MIN_PRINCIPAL).

Gurmeet

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top