Thanks bassmanjax,
I got the eigenvalue from *buckle, I carry on with the load-displacement analysis, by using *Static, *Dsload. I apply *Imperfection on the model, but nothing happen.
The results (displacement) with and without the *imperfection are the same. Part of my input file as follow, was that anything wrong? please advise.
** BOUNDARY CONDITIONS
**
** Name: BCL Type: Displacement/Rotation
*Boundary
_PickedSet162, 1, 1
_PickedSet162, 2, 2
_PickedSet162, 3, 3
_PickedSet162, 5, 5
_PickedSet162, 6, 6
** Name: BCR Type: Displacement/Rotation
*Boundary
_PickedSet163, 1, 1
_PickedSet163, 2, 2
_PickedSet163, 5, 5
_PickedSet163, 6, 6
** ----------------------------------------------------------------
**
*IMPERFECTION, STEP=1, FILE=ipb
1, 0.001
** STEP: load
**
*Step, name=load, nlgeom=YES
*Static
1., 1., 1e-05, 1.
**
** Name: Load-1 Type: Pressure
*Dsload
_PickedSurf181, P, 1.
**
** OUTPUT REQUESTS
*Restart, write, frequency=0
** FIELD OUTPUT: F-Output-1
*Output, field, variable=PRESELECT
** HISTORY OUTPUT: H-Output-1
*Output, history, variable=PRESELECT
*NODEOUTPUT, NSET=SUPPORT
RF,
*NODEOUTPUT, NSET=RESULT
U,
*End Step