Dear All

Iam performing a base excitation harmonic analysis under ansys , however i need to get the nodal amplitude for each analysis step so i used *get command but unfortunatly ansys gave me an error '' "The degree of freedom solution is not available" . anyone can help me fix this problem

here it is the full code i used

*CFOPEN,results_harm,txt

! ====================================================

!!!!!!!!! Based excitatio analysis!!!!!!!!!!!!!!!!!!!!!!

! ====================================================

*CFOPEN,results_harm,txt

/SOLU

allsel,all

ANTYPE,HARM ! Harmonic analysis

hropt,full ! full harmonic response

HARFRQ,0,40, ! Frequency range of analysis

NSUBST,40, ! Number of frequency steps

hrout,off ! print results as amplitudes and phase angles

outpr,all,1

KBC,0 ! Impulse loads

nsel,s,loc,z,-b/2,b/2 ! Amplitude vibration

nsel,r,loc,x,0 ! Amplitude vibration

nsel,r,loc,y,0,a

accelx=0.0

accely=0.0

accelz=-6.0

ACEL,accelx,accely,accelz

allsel,all

*get,STOP22,NODE,1177,VOLT

*get,STOP33,NODE,1841,VOLT

*get,STOP44,NODE,6881,VOLT

*get,STOP11,NODE,6993,VOLT

!*get,disp,node,Force,u,z

*VWRITE,STOP11,STOP22,STOP33,STOP44!,disp

%0.0f,%0.0f,%0.0f,%0.0f!,%0.0f

DMPRAT,0.00878

NSEL,ALL

SOLVE

outres,all,1

FINISH

*cfclos

Similar questions and discussions