1
- PyDYNA
2
- ######
3
-
1
+ PyDYNA Overview
2
+ ===============
4
3
PyDYNA is a Pythonic package for providing a more convenient and complete way to
5
4
build an Ansys DYNA input deck, submit it to the Ansys LS-DYNA solver, and
6
5
finally postprocess the results.
7
6
8
- Overview
9
- ========
10
7
In the PyDYNA installation, the ``docker `` directory has two child
11
8
directories:
12
9
@@ -35,6 +32,11 @@ a simplified Python interface to DPF, thus enabling rapid postprocessing
35
32
without ever leaving a Python environment. For more information on DPF-Post,
36
33
see the `DPF-Post documentation <https://post.docs.pyansys.com >`_.
37
34
35
+ Installation
36
+ ============
37
+ To use PyDYNA, you must install Docker images for the ``pre `` and ``solver ``
38
+ services and the package.
39
+
38
40
Install Docker image for the ``pre `` service
39
41
--------------------------------------------
40
42
To launch the ``pre `` service locally, you must have Docker installed
@@ -146,7 +148,7 @@ If you're on Windows with Python 3.8, unzip thw wheelhouse archive to a ``wheelh
146
148
directory and install PyDYNA using the preceding command.
147
149
148
150
Documentation
149
- -------------
151
+ =============
150
152
For comprehesive information on PyDYNA, see the latest release
151
153
`documentation <https://dyna.docs.pyansys.com/ >`_.
152
154
@@ -155,7 +157,7 @@ issues to submit questions, report bugs, and request new features. To reach
155
157
the PyAnsys support team, email `
[email protected] <
[email protected] >`_.
156
158
157
159
Usage
158
- -----
160
+ =====
159
161
Here is a basic preprocessing example:
160
162
161
163
.. code :: python
@@ -268,7 +270,7 @@ For more examples, see `Examples <https://dyna.docs.pyansys.com/version/stable/e
268
270
in the PyDYNA documentation.
269
271
270
272
License
271
- -------
273
+ =======
272
274
PyDYNA is licensed under the MIT license.
273
275
274
276
PyDYNA makes no commercial claim over Ansys whatsoever. This libray extends the functionality of
0 commit comments