-
-
May 12, 2019 at 9:15 pm
elmalaki
Subscriberi have problem when activate arc length method with coupled boundary conditionÂ
please reviewing my code and tell me whats wrong
-
May 13, 2019 at 4:32 am
dinhan0394
SubscriberI tried your code but solution have done without error.
What is the problem that you are encountered?
Â
-
May 13, 2019 at 9:50 pm
elmalaki
SubscriberThank you for reply
I work in ansys 18.1 and thisis and and i have no solution whith this code.
Which ansys edition you work? -
May 14, 2019 at 2:20 am
-
May 14, 2019 at 6:12 pm
elmalaki
Subscriberthank you , i will try to solve it on ansys 19.2
-
May 14, 2019 at 11:37 pm
elmalaki
Subscriberi solve the code on ansys 19.2 and the same problem still existingÂ
the number of substeps in solution not exceed 3 substeps and the deformed shape not matching with the correct result
Â
-
May 15, 2019 at 3:55 am
dinhan0394
SubscriberWhat's error message?
(open the error file to check error message)
-
May 15, 2019 at 8:38 am
jj77
SubscriberThe results are unconverged and not to be taken seriously AnPham and elmalaki - thus the solution does not complete.
If we look in the logfile then we can see that it fails:
 *** WARNING ***                        CP =     70.266  TIME= 09
2:50
 The auto time stepping (AUTOTS,ON command) does not support arc-lengthÂ
 method. The auto time stepping has been turned off.                  Â
 *** WARNING ***                        CP =    152.281  TIME= 09
3
4
 A reference moment value times the tolerance is used by the           Â
 Newton-Raphson method for checking convergence. The calculated       Â
 reference MOMENT CONVERGENCE VALUE = 6.620861061E-03 is less than a   Â
 threshold. This threshold defaults to 1.0-2 or is specified as MINREFÂ
 on the CNVTOL command. Check results carefully.                      Â
 *** WARNING ***                        CP =    177.578  TIME= 09
3:47
 The unconverged solution (identified as time 1 substep 999999) is     Â
 output for analysis debug purposes. Results should not be used for   Â
 any other purpose.                                                    Â
Â
-
May 15, 2019 at 9:14 am
jj77
SubscriberÂ
Instead of force and CP to make that edge rigid (not a good practice), use enforced displacements on that edge (makes it rigid also).
Â
Thus change your code for the BC and remove force:
(The buckling load can be calculated by summing up the reactions on the edge at X=L)
Â
Have in mind that you need to apply imperfections to trigger certain mode of interest as in experiments - alternatively apply some loads to make it deflect out of plane - so FEA should be similar to the tests performed - also arclen is not the only way to do nl buckling see help manual on nonlinear buckling - finally one might need to play with the arclen parameters in order to get convergence.
Â
See this link for more info on NL buckling - also search the internet
Â
https://www.youtube.com/watch?v=7ePBKlkGFqE
Â
Â
-
May 15, 2019 at 10:07 pm
-
May 15, 2019 at 10:11 pm
-
May 16, 2019 at 6:19 am
jj77
SubscriberUse the upgeom command to generate a plate with imperfections based on this buckled mode shape that you show. Then do nl buckling perhaps push it a bit more also. The imperfection will trigger that buckling mode
There is lots of info about this on the Internet, just search for upgeom and apdl
-
- The topic ‘coupled boundary condition’ is closed to new replies.
-
3737
-
1328
-
1163
-
1090
-
1014
© 2025 Copyright ANSYS, Inc. All rights reserved.