|
1 |
| -User Guide |
| 1 | +User guide |
2 | 2 | ----------
|
3 | 3 |
|
4 |
| -There are 3 related packages here, all under the ansys/dyna/ directory. |
| 4 | +There are 3 related packages here, all under the ``ansys/dyna`` directory. |
5 | 5 |
|
6 | 6 | PyDyna-pre provides interface to create DYNA input deck.
|
7 | 7 |
|
8 | 8 | PyDyna-solver contains code for interfacing with the LS-DYNA solver directly.
|
9 | 9 | As LS-DYNA is primarily a batch solver with very limited interactive
|
10 |
| -capabilities, the code here is similarly limited. The target |
11 |
| -use case is that LS-DYNA will be running in a container environment |
12 |
| -such as Docker or Kubernetes. The code here then allows for pushing |
| 10 | +capabilities, the code here is similarly limited. The target |
| 11 | +use case is that LS-DYNA is running in a container environment |
| 12 | +such as Docker or Kubernetes. The code here then allows for pushing |
13 | 13 | input files to the container, starting LS-DYNA and monitoring its
|
14 | 14 | progress, and retrieving results files.
|
15 | 15 |
|
16 | 16 | The Data Processing Framework (DPF) is designed to provide numerical
|
17 | 17 | simulation users/engineers with a toolbox for accessing and
|
18 | 18 | transforming simulation data. DPF can access data from solver result
|
19 |
| -files as well as several neutral formats (csv, hdf5, vtk, |
| 19 | +files as well as several neutral formats (``.csv``, ``.hdf5``, ``.vtk``, |
20 | 20 | etc.). Various operators are available allowing the manipulation and
|
21 | 21 | the transformation of this data.
|
22 | 22 |
|
23 | 23 | The Python `ansys-dpf-post` package provides a simplified Python
|
24 | 24 | interface to DPF, thus enabling rapid postprocessing without ever
|
25 |
| -leaving a Python environment. |
| 25 | +leaving a Python environment. |
26 | 26 |
|
27 |
| -Visit the [DPF-Post Documentation](https://postdocs.pyansys.com) for a |
| 27 | +Visit the `DPF-Post Documentation <https://post.docs.pyansys.com>`_ for a |
28 | 28 | detailed description of the package
|
29 | 29 |
|
30 | 30 | .. toctree::
|
|
0 commit comments