Swatihegde
Mechanical
- Jan 28, 2015
- 2
HI
can any one tell me how to edit .inp file of abaqus to include a sine force? Kindly reply
can any one tell me how to edit .inp file of abaqus to include a sine force? Kindly reply
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
**
** define sinus amplitude
*AMPLITUDE, NAME=sinus-AMP, DEFINITION=PERIODIC
** N, w, t0, A0
1, 1.0, 0.0, 0.0
** A1, B1
0.0, 1.0
**
** apply load in x direction
*CLOAD, AMPLITUDE=sinus-AMP
nset, 1, 1.0
**