Dear Jason,
I am doing many analyses with the Adams model that I obtained from FASTv.7 with the flexible tower.
In these analyses I exported the tower top acceleration of the tower with a “measure” ACCZ(…) when the rotor is free ( I deleted the Hss Motion).
But even if the wind has always 0 velocity when I export the tower top acceleration time history I see a “peak” at the beginning. This is for sure due to the gravity, that is not zero. I want to start a dynamic simulation without seeing this effect. Usually this can be done in Adams using a Static Analysis before the Dynamic Analysis. Is it possibile to do this in the Adams model generated from fast?
The “Deafult” acf generated from Fast is like this:
anemos_ADAMS
anemos_ADAMS
INTEGRATOR/GSTIFF, ERROR = 0.001, HMAX = 1.000000E-03, INTERPOLATE = ON
SIMULATE/DYNAMICS, END = 1.000000E-03, DTOUT = 1.000000E-03
DEACTIVATE/JOINT, RANGE = 1301, 1399
DEACTIVATE/JOINT, ID = 1500
SIMULATE/DYNAMICS, END = 1.000000E+01, DTOUT = 1.000000E-03
STOP
I have tried to change it this way :
anemos_ADAMS
anemos_ADAMS
INTEGRATOR/GSTIFF, ERROR = 0.001, HMAX = 1.000000E-03, INTERPOLATE = ON
DEACTIVATE/JOINT, RANGE = 1301, 1399
DEACTIVATE/JOINT, ID = 1500
SIMULATE/STATIC
SIMULATE/DYNAMICS, END = 4.000000E+00, DTOUT = 1.000000E-03
STOP
But I always have an error !!
Can you hel me?