generated from ansys/template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/pip/jupyterlab-4.3.0
- Loading branch information
Showing
4 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
Buckling of beer can example | ||
============================ | ||
Beer can buckling | ||
================= | ||
|
||
This example is adapted from `https://lsdyna.ansys.com/example-nonlinear-2/` to run from | ||
Python. It is a highly nonlinear problem that whose solution will not fully converge, but | ||
that is expected. | ||
Note: due to `https://github.com/ansys/pydyna/issues/583`, this example is not available in | ||
the documentation. But it can be found in the code at | ||
`https://github.com/ansys/pydyna/tree/main/examples/Buckling_Beer_Can` | ||
|
||
.. This example is adapted from `https://lsdyna.ansys.com/example-nonlinear-2/` to run from | ||
.. Python. It is a highly nonlinear problem that whose solution will not fully converge, but | ||
.. that is expected. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
John Reid pendulum example | ||
========================== | ||
Pendulum | ||
======== | ||
|
||
|
||
This example is adapted from `https://lsdyna.ansys.com/pendlum/` to run from Python. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
John Reid pipe example | ||
====================== | ||
Pipe | ||
==== | ||
|
||
This example is adapted from `https://lsdyna.ansys.com/pipe-d51/` to run from Python. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Taylor bar example | ||
================== | ||
Taylor bar impact | ||
================= | ||
|
||
This example, inspired by the `https://lsdyna.ansys.com/bar-a/` example, shows how | ||
to use PyDyna to parameterize a LS-DYNA problem and compare results. |