Dear professor,
Thank you for the reply.
I did use subspace command. However, the obtained periods are the same before and after the loads are imposed.
I tried issuing the subspace command after the loads are imposed, and also during the batch command for the loads, I always obtain the same values.
BATCh
TANGent
MASS
SUBSpace,,3
END
BATCh
DT,,0.02
TRANS NEWM
LOOP,,500
TIME
LOOP,,100
TANG,,1 ! Solve problem
NEXT iter
!PLOT MESH
!PLOT DEFO,50
NEXT time
END
BATCh
MASS
SUBSpace,,3
END
or BATCh
DT,,0.02
TRANS NEWM
LOOP,,500
TIME
LOOP,,100
TANG,,1 ! Solve problem
MASS
SUBSpace,,3
NEXT iter
!PLOT MESH
!PLOT DEFO,50
NEXT time
END
Best regards