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 MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

RMISES output in Abaqus

Status
Not open for further replies.

westfalia

Mechanical
Joined
Feb 4, 2014
Messages
9
Location
FI

I am trying random vibration analysis in Abaqus, but if I define

*ELEMENT OUTPUT
RMISES,

I will gen an error "The keyword is misplaced."
How to define RMISES output?
 
We cant see where you've placed the keyword in the input file
 
It's in Step:

*STEP
*RANDOM RESPONSE
5,1E3,20,,1
*modal damping, structural
1,10,0.1
*BASE MOTION,DOF=2,LOAD CASE=1
*CORRELATION,PSD=BASE,TYPE=UNCORRELATED
1,1.
*EL PRINT,FREQUENCY=20
SF,
*MODAL PRINT,FREQUENCY=20
GU,
*EL FILE,FREQUENCY=20,ELSET=test
SF,
*MODAL FILE,FREQUENCY=20
GU,
*NODE FILE,FREQUENCY=1
U,
*ELEMENT OUTPUT
RMISES,
*END STEP

 
*Element Output is a suboption of *Output.
 
Great, thanks! It was so difficult to see the problem...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top