🎉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

Sets of TLOAD

svezUser: "svez"
Altair Community Member
Updated by svez

Good morning,

 

Could you guys tell me what is the card to put together two TLOAD? For example to put different SPC we can use SPCADD.

 

Thanks a lot in advance!

Find more posts tagged with

Sort by:
1 - 1 of 11
    Tommy_21858User: "Tommy_21858"
    Altair Community Member
    Updated by Tommy_21858

    You can combine different TLOAD-cards with one DLOAD-card and apply this DLOAD in your subcase. Here a small example:

     

     SUBCASE 112  ANALYSIS NLSTAT  LABEL                    =   DLOAD                    = 102  CNTNLSUB                 = YES <...> BEGIN BULK DLOAD        101      1.      1.     110      1.     100 DLOAD        102      1.      1.     120      1.     100 DLOAD        103      1.      1.     130      1.     100 DLOAD        104      1.      1.     140      1.     100 <...> $ $ ----------------------------------------------------------------------------- $HMNAME LOADCOL              100'TLOAD1_GRAV' TLOAD1       100     105            LOAD      99 $ $HMNAME LOADCOL              110'TLOAD1_1' TLOAD1       110     115            LOAD     111 $ $HMNAME LOADCOL              120'TLOAD1_2' TLOAD1       120     125            LOAD     121 $ $HMNAME LOADCOL              130'TLOAD1_3' TLOAD1       130     135            LOAD     131 $ $HMNAME LOADCOL              140'TLOAD1_4' TLOAD1       140     145            LOAD     141 <...>