-
Notifications
You must be signed in to change notification settings - Fork 140
Doc/tech demos 21buckling pmh #1510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Please add one of the following labels to add this contribution to the Release Notes 👇 |
Codecov Report
@@ Coverage Diff @@
## main #1510 +/- ##
==========================================
+ Coverage 79.74% 82.12% +2.37%
==========================================
Files 43 43
Lines 6799 6803 +4
==========================================
+ Hits 5422 5587 +165
+ Misses 1377 1216 -161 |
|
For future references: To install the docs libraries: >>> pip install -r requirements/requirements_docs.txt To build the docs: >> .\doc\make.bat htmlThe directory to locate the dynamic examples (.py): pymapdl\examplesThe directories for the static examples (.rst): pymapdl\doc\source\examples\technology_showcase_examples
pymapdl\doc\source\examples\extended_examplesYou will need to include the new rST - reStructured Text. |
|
Hi @germa89 , I'm trying to follow instructions here but I'm getting stuck at the first line of code to install the doc librairies: |
Solved this part, it's : |
Because of the last changes in the repo #1635, next time you need to install any requirements, it will be: pip install .[tests]or pip install .[doc]You might need to update/sync the repo. |
|
Closing this on favour of ansys/pymapdl-examples#21 |

In this PR, I would like to add a new example, taken from Chapter 21 of the Mechanical APDL Technology Showcase Manual. This examples shows how to use PyMAPDL to import an existing FE model and to perform a nonlinear buckling and postbuckling analysis using nonlinear stabilization. The problem uses a stiffened cylinder subjected to uniform external pressure to show how to find the nonlinear buckling loads, achieve convergence at the post-buckling stage, and interpret the results.