🎉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

where is the probleme

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

SUBCASE       1
  LABEL PRETENSION                                                                      
ANALYSIS NLSTAT
  SPC =        1
  NLPARM =        6
  PRETENSION =        4
  DISPLACEMENT(H3D) = ALL
  GPFORCE(,,) = ALL
  GPSTRESS(H3D,ALL) = ALL
  SPCFORCE(ALL) = ALL
  STRAIN = ALL
  STRESS = ALL
$
$HMNAME LOADSTEP               2'PRESSURE'       9
$
SUBCASE       2
  LABEL PRESSURE                                                                        
ANALYSIS NLSTAT
CNTNLSUB YES
  SPC =        1
  LOAD =        3
  NLPARM =        6
  STATSUB(PRETENS) =       1
  DISPLACEMENT(H3D) = ALL
  GPFORCE(,,) = ALL
  GPSTRESS(H3D,ALL) = ALL
  STRAIN(H3D,ALL) = ALL
  STRESS(H3D,ALL) = ALL
$
$HMNAME LOADSTEP               3'VERSCHIEBUNG'       9
$
SUBCASE       3
  LABEL VERSCHIEBUNG                                                                    
ANALYSIS NLSTAT
CNTNLSUB YES
  SPC =        9
  NLPARM =        6
  DISPLACEMENT(H3D) = ALL
  GPFORCE = ALL
  GPSTRESS(H3D,ALL) = ALL
  SPCFORCE = ALL
  STRAIN = ALL
  STRESS = ALL
$
$HMNAME LOADSTEP               4'D_Verschiebung'       9
$
 

 

i want my model first  apply eine pretension, then eine pressure ,

 

in the third subcase, i applied a translation in modell

 

But the caculation untill subcase 2 ist right, the results of the 3 Subcase would be calculated, but on information depend on the first 2 Step.

 

Anyone have idee?

 

Find more posts tagged with

Sort by:
1 - 7 of 71
    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Hi FalcoW

     

    can you try the below:

     

    1) Create a PRETENSION SUB CASE (image 1)

    2) Create a NLSTAT with pressure as LOAD and refer the PRETENSION subcase in STATSUB(PRETENS)

    3) Create the translation subcase and use CNTNLSUB with the 2nd subcase which is the pressure subcase.

    <?xml version="1.0" encoding="UTF-8"?>post-7616-0-35546500-1428390186_thumb.jp

    <?xml version="1.0" encoding="UTF-8"?>post-7616-0-43191100-1428390192_thumb.jp

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    thxs for your answer.

     

    SUBCASE       4
      LABEL D_Verschiebung                                                                  
    ANALYSIS NLSTAT
    CNTNLSUB 2
      SPC =       10
      NLPARM =        6
      DISPLACEMENT(,H3D,,,,,) = ALL
      GPFORCE(,,) = ALL
      GPSTRESS(,) = ALL
      STRAIN(,H3D,,ALL,) = ALL
      STRESS(,H3D,,,,,,) = ALL

     

    this my loadstep4, aber the results donot depend on my subcase 2(pressure load)

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    for subcase 3 und 4 i have defided the translation als spcadd, ist ok? or must i this translation als load define?

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    SPCADD will combine the SPCs. Are you trying to apply an enforced displacement to translate the nodes?

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    yes

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Can you share the model?

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Hi,

     

    can you check for stress in your last sub case?