where is the probleme

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

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?

 

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited April 2015

    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

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited April 2015

    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)

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited April 2015

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

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited April 2015

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

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited April 2015

    yes

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited April 2015

    Can you share the model?

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited April 2015

    Hi,

     

    can you check for stress in your last sub case?