where is the probleme
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
-
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.
0 -
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,,,,,,) = ALLthis my loadstep4, aber the results donot depend on my subcase 2(pressure load)
0 -
for subcase 3 und 4 i have defided the translation als spcadd, ist ok? or must i this translation als load define?
0 -
SPCADD will combine the SPCs. Are you trying to apply an enforced displacement to translate the nodes?
0 -
yes
0 -
Can you share the model?
0 -
Hi,
can you check for stress in your last sub case?
0