Saludos @Juseche / Jack,
No sé tampoco por qué no estaba ejecutándose tu segundo step, pero hice unos cambios mínimos (aquí debajo) y se ejecutó, pero fallo al final:
divergence; the increment size is decreased to 2.441406e-08
the increment is reattempted
*ERROR: too many cutbacks
best solution and residuals are in the frd file
Cambios:
- Agregue un valor diferente de cero a tú amplitude card
- Quite algunos comentarios que tenían caracteres acentuados… Usualmente, es buena idea no usarlos.
- Me acostumbro a agregar valores en el boundary card aunque por default es cero en ese caso.
*AMPLITUDE,NAME=Pamp
0.0E+0, 0.0E+0,
5.0E-2, 0.0E+0,
1.0E-2, 1.0E-2
**---------------------------------------------
*STEP, NLGEOM, INC=1000
*STATIC,
1.E-4, 1.E-2,1.E-6, 1.E-2
*DLOAD,AMPLITUDE=Pamp
EALL, P1, -1.0
*EL FILE, TIME POINTS=t10,OUTPUT=2D,GLOBAL=YES
S, PEEQ, E
*NODE FILE
U
*EL PRINT,ELSET=EALL,TIME POINTS=t10,GLOBAL=YES
S, PEEQ, E
*EL PRINT,ELSET=EALL,TOTALS=ONLY
ENER
*END STEP
*STEP, NLGEOM, INC=10000
*STATIC
1.E-4, 1.E-2, , 1.E-2
*BOUNDARY,OP=NEW
NFRO, 2, 2, 0.0
NEND, 2, 2, 0.0
*EL FILE, TIME POINTS=t10,OUTPUT=2D,GLOBAL=YES
S,PEEQ,E
*NODE FILE
U
*EL PRINT,ELSET=EALL,TIME POINTS=t10,GLOBAL=YES
S,PEEQ,E
*EL PRINT,ELSET=EALL,TOTALS=ONLY
ENER
*END STEP
Recomendaciones:
- Necesitas un mesh tan denso? No me parece que te beneficies de eso en este caso.
- No podrías usar 1D beam elements?
English per @Calc_em request:
Hello @Juseche / Jack,
I’m also not sure why your second step was not running, but I made a few minor changes, shown below, and it ran. However, it failed at the end:
divergence; the increment size is decreased to 2.441406e-08
the increment is reattempted
*ERROR: too many cutbacks
best solution and residuals are in the frd file
Changes:
- I added a nonzero value to your amplitude card.
- I removed some comments that contained accented characters. It is usually a good idea to avoid using them.
- I am accustomed to adding values to the boundary card, even though the default value is zero in this case.
*AMPLITUDE,NAME=Pamp
0.0E+0, 0.0E+0,
5.0E-2, 0.0E+0,
1.0E-2, 1.0E-2
**---------------------------------------------
*STEP, NLGEOM, INC=1000
*STATIC,
1.E-4, 1.E-2,1.E-6, 1.E-2
*DLOAD,AMPLITUDE=Pamp
EALL, P1, -1.0
*EL FILE, TIME POINTS=t10,OUTPUT=2D,GLOBAL=YES
S, PEEQ, E
*NODE FILE
U
*EL PRINT,ELSET=EALL,TIME POINTS=t10,GLOBAL=YES
S, PEEQ, E
*EL PRINT,ELSET=EALL,TOTALS=ONLY
ENER
*END STEP
*STEP, NLGEOM, INC=10000
*STATIC
1.E-4, 1.E-2, , 1.E-2
*BOUNDARY,OP=NEW
NFRO, 2, 2, 0.0
NEND, 2, 2, 0.0
*EL FILE, TIME POINTS=t10,OUTPUT=2D,GLOBAL=YES
S,PEEQ,E
*NODE FILE
U
*EL PRINT,ELSET=EALL,TIME POINTS=t10,GLOBAL=YES
S,PEEQ,E
*EL PRINT,ELSET=EALL,TOTALS=ONLY
ENER
*END STEP
Recommendations:
- Do you need such a dense mesh? It does not seem to provide much benefit in this case.
- Could you use 1D beam elements instead?