🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Sequential shock test

User: "Mani kumar_21615"
Altair Community Member
Updated by Mani kumar_21615

Hi,

 

    I performing a modal transient analysis.

 

My concern is , the part shall be subjected to a half-sine shock of peak acceleration of  50g and pulse duration of 8 milliseconds.  
  For both the tested-device shall be subjected to three shocks  in positive x axis and 3 shocks in Negative Y axis in all three directions.

Total of 18 shocks.

 

Usually in lab only one part should be tested for all 18 shocks

 

I have created proper load step for modal transient analysis

for second load step i have called 1st load step by using STATUS(PRELOAD) and so on

 

 

I am facing this error.

 

*** ERROR # 1999 *** in the input data:
 In SUBCASE 2: card STATSUB(PRELOAD) references wrong type SUBCASE 1.
  
 *** ERROR # 1999 *** in the input data:
 In SUBCASE 3: card STATSUB(PRELOAD) references wrong type SUBCASE 2.
  
 *** ERROR # 2360 ***
 STATSUB(PRELOAD) cannot be nested: SUBCASE 3 PRELOAD from SUBCASE 2.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "PrasannaK"
    Altair Employee
    Updated by PrasannaK

    Hi Mani,

     

    STATSUB(PRELOAD) can only be used to reference linear static or nonlinear static subcases. STATSUB(PRELOAD) can be used to apply preloading for linear static, normal modes, complex eigenvalue, direct frequency response, modal frequency response, direct transient response, and modal transient response solution sequences.

     

    In this case, your subcase 1 should be linear or non-linear static subcase.

     

    Thank You