Skip to content

Commit ff78d30

Browse files
committed
feat: add PyEnSight (#321)
* feat: add pyensight * fix: remove noqa statement
1 parent d181672 commit ff78d30

File tree

9 files changed

+232
-201
lines changed

9 files changed

+232
-201
lines changed

.github/workflows/create-milestone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
"ansys/pydpf-post",
2525
"ansys/pydpf-composites",
2626
"ansys/pydynamicreporting",
27+
"ansys/pyensight",
2728
"ansys/pyfluent",
2829
"ansys/pyfluent-parametric",
2930
"ansys/pyfluent-visualization",

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
4242
- `PyDPF - Post <https://post.docs.pyansys.com/>`_: Pythonic interface to access and post process Ansys solver result files.
4343
- `PyDPF - Composites <https://composites.dpf.docs.pyansys.com/>`_: Pythonic interface for DPF's postprocessing of layered and short-fiber composite models.
4444
- `PyDynamicReporting <https://dynamicreporting.docs.pyansys.com/>`_: Pythonic interface to Ansys Dynamic Reporting for service and control of its database and reports.
45+
- `PyEnSight <https://ensight.docs.pyansys.com/>`_: Pythonic interface to EnSight, the Ansys simulation postprocessor.
4546
- `PyFluent <https://fluent.docs.pyansys.com/>`_: Pythonic interface to Ansys Fluent.
4647
- `PyFluent - Parametric <https://parametric.fluent.docs.pyansys.com/>`_: Pythonic interface to Ansys Fluent parametric workflows.
4748
- `PyFluent - Visualization <https://visualization.fluent.docs.pyansys.com/>`_: Pythonic interface to visualize Ansys Fluent simulations.
@@ -73,6 +74,7 @@ By default, the PyAnsys metapackage installs these core modules:
7374
- `PyDPF - Post`_
7475
- `PyDPF - Composites`_
7576
- `PyDynamicReporting`_
77+
- `PyEnSight`_
7678
- `PyFluent`_
7779
- `PyMAPDL`_
7880
- `PyMechanical`_
446 KB
Loading

doc/source/api.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ PyAnsys packages API reference
5656
:text-align: center
5757
:class-title: pyansys-card-title
5858

59+
.. grid-item-card:: PyEnSight
60+
:img-top: _static/thumbnails/pyensight.png
61+
:link: https://ensight.docs.pyansys.com/version/0.5/class_documentation.html
62+
:text-align: center
63+
:class-title: pyansys-card-title
64+
5965
.. grid-item-card:: PyFluent
6066
:img-top: _static/thumbnails/pyfluent.png
6167
:link: https://fluent.docs.pyansys.com/version/0.14/api/index.html

doc/source/examples.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ PyAnsys packages examples
4545
:text-align: center
4646
:class-title: pyansys-card-title
4747

48+
.. grid-item-card:: PyEnSight
49+
:img-top: _static/thumbnails/pyensight.png
50+
:link: https://ensight.docs.pyansys.com/version/0.5/_examples/index.html
51+
:text-align: center
52+
:class-title: pyansys-card-title
53+
4854
.. grid-item-card:: PyFluent
4955
:img-top: _static/thumbnails/pyfluent.png
5056
:link: https://fluent.docs.pyansys.com/version/0.14/examples/index.html

0 commit comments

Comments
 (0)