|
| 1 | +PyDYNA |
| 2 | +======== |
| 3 | +|pyansys| |python| |pypi| |GH-CI| |codecov| |MIT| |black| |
| 4 | + |
| 5 | +.. |pyansys| image:: https://img.shields.io/badge/Py-Ansys-ffc107.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC |
| 6 | + :target: https://docs.pyansys.com/ |
| 7 | + :alt: PyAnsys |
| 8 | + |
| 9 | +.. |python| image:: https://img.shields.io/pypi/pyversions/ansys-dyna-core?logo=pypi |
| 10 | + :target: https://pypi.org/project/ansys-dyna-core/ |
| 11 | + :alt: Python |
| 12 | + |
| 13 | +.. |pypi| image:: https://img.shields.io/pypi/v/ansys-dyna-core.svg?logo=python&logoColor=white |
| 14 | + :target: https://pypi.org/project/ansys-dyna-core |
| 15 | + :alt: PyPI |
| 16 | + |
| 17 | +.. |codecov| image:: https://codecov.io/gh/ansys/ansys-dyna-core/branch/main/graph/badge.svg |
| 18 | + :target: https://codecov.io/gh/ansys/pydyna |
| 19 | + :alt: Codecov |
| 20 | + |
| 21 | +.. |GH-CI| image:: https://github.com/ansys/pydyna/actions/workflows/ci_cd.yml/badge.svg |
| 22 | + :target: https://github.com/ansys/pydyna/actions/workflows/ci_cd.yml |
| 23 | + :alt: GH-CI |
| 24 | + |
| 25 | +.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg |
| 26 | + :target: https://opensource.org/licenses/MIT |
| 27 | + :alt: MIT |
| 28 | + |
| 29 | +.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=flat |
| 30 | + :target: https://github.com/psf/black |
| 31 | + :alt: Black |
| 32 | + |
1 | 33 | Overview
|
2 | 34 | ========
|
3 | 35 | PyDYNA is a Pythonic package for providing a more convenient and complete way to
|
@@ -44,8 +76,10 @@ the PyAnsys support team, email ` [email protected] <pyansys.support@ansy
|
44 | 76 | Usage
|
45 | 77 | =====
|
46 | 78 | Here is a basic preprocessing example:
|
47 |
| -Firstly, get the input file from "pydyna\\src\\ansys\\dyna\\core\\pre\\examples\\explicit\\ball_plate\\ball_plate.k" |
48 |
| -The follow example can be obtained from "pydyna\examples\Explicit\ball_plate.py" |
| 79 | + |
| 80 | +Get the input file from "pydyna\\src\\ansys\\dyna\\core\\pre\\examples\\explicit\\ball_plate\\ball_plate.k" |
| 81 | + |
| 82 | +The follow example can be obtained from "pydyna\\examples\\Explicit\\ball_plate.py" |
49 | 83 |
|
50 | 84 | .. code:: python
|
51 | 85 |
|
@@ -129,7 +163,9 @@ The follow example can be obtained from "pydyna\examples\Explicit\ball_plate.py"
|
129 | 163 | solution.download(serveroutfile,downloadfile)
|
130 | 164 |
|
131 | 165 | Here is a basic solving example:
|
| 166 | + |
132 | 167 | The follow example can be obtained from "pydyna\\examples\\solver\\ball_plate_solver.py"
|
| 168 | + |
133 | 169 | .. code:: python
|
134 | 170 |
|
135 | 171 | import ansys.dyna.core.solver as solver
|
@@ -174,4 +210,4 @@ page on the Ansys website.
|
174 | 210 |
|
175 | 211 | .. LINKS AND REFERENCES
|
176 | 212 | .. _pip: https://pypi.org/project/pip/
|
177 |
| -.. _PyAnsys Developer's Guide: https://dev.docs.pyansys.com/ |
| 213 | +.. _PyAnsys Developer's Guide: https://dev.docs.pyansys.com/ |
0 commit comments