Skip to content

Commit 03c6052

Browse files
authored
FEAT: Adding PyMechanical (#223)
1 parent 9263245 commit 03c6052

File tree

8 files changed

+32
-4
lines changed

8 files changed

+32
-4
lines changed

.github/workflows/create-milestone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
"pyansys/pymotorcad",
3838
"pyansys/pyansys-math",
3939
"pyansys/pyoptislang",
40+
"pyansys/pymechanical",
4041
]
4142
steps:
4243
- uses: actions/checkout@v3

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
4444
- `PyFluent <https://fluent.docs.pyansys.com/>`_: Pythonic interface to Ansys Fluent.
4545
- `PyFluent-Parametric <https://parametric.fluent.docs.pyansys.com/>`_: Pythonic interface to Ansys Fluent parametric workflows.
4646
- `PyFluent-Visualization <https://visualization.fluent.docs.pyansys.com/>`_: Pythonic interface to visualize Ansys Fluent simulations.
47-
- `PyMAPDL <https://mapdl.docs.pyansys.com/>`_: Pythonic interface to Ansys MAPDL (Mechanical APLD).
47+
- `PyMAPDL <https://mapdl.docs.pyansys.com/>`_: Pythonic interface to Ansys MAPDL (Mechanical APDL).
4848
- `PyMAPDL Reader <https://reader.docs.pyansys.com/>`_: Pythonic interface to read legacy MAPDL result files (MAPDL 14.5 and later).
4949
- `PyMotorCAD <https://motorcad.docs.pyansys.com/>`_: Pythonic interface to Ansys Motor-CAD.
5050
- `PyOptislang <https://optislang.docs.pyansys.com/>`_: Pythonic interface to Ansys Optislang.
133 KB
Loading

doc/source/api.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ PyAnsys packages API reference
8080
:text-align: center
8181
:class-title: pyansys-card-title
8282

83+
.. grid-item-card:: PyMechanical
84+
:img-top: _static/thumbnails/pymechanical.png
85+
:link: https://mechanical.docs.pyansys.com/version/stable/api/index.html
86+
:text-align: center
87+
:class-title: pyansys-card-title
88+
8389
.. grid-item-card:: PyMotorCAD
8490
:img-top: _static/thumbnails/pymotorcad.png
8591
:link: https://motorcad.docs.pyansys.com/version/stable/methods/index.html

doc/source/examples.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ PyAnsys packages examples
6969
:text-align: center
7070
:class-title: pyansys-card-title
7171

72+
.. grid-item-card:: PyMechanical
73+
:img-top: _static/thumbnails/pymechanical.png
74+
:link: https://mechanical.docs.pyansys.com/version/stable/examples/index.html
75+
:text-align: center
76+
:class-title: pyansys-card-title
77+
7278
.. grid-item-card:: PyMotorCAD
7379
:img-top: _static/thumbnails/pymotorcad.png
7480
:link: https://motorcad.docs.pyansys.com/version/stable/examples/index.html

doc/source/index.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ it is now a collection of many Python packages for using Ansys products through
8686
:text-align: center
8787
:class-title: pyansys-card-title
8888

89-
Pythonic interface to Ansys MAPDL (Mechanical APLD)
89+
Pythonic interface to Ansys MAPDL (Mechanical APDL)
9090

9191
.. grid-item-card:: PyMAPDL Reader
9292
:img-top: _static/thumbnails/pymapdl.png
@@ -96,21 +96,29 @@ it is now a collection of many Python packages for using Ansys products through
9696

9797
Pythonic interface to read legacy MAPDL result files (MAPDL 14.5 and later)
9898

99+
.. grid-item-card:: PyMechanical
100+
:img-top: _static/thumbnails/pymechanical.png
101+
:link: https://mechanical.docs.pyansys.com/
102+
:text-align: center
103+
:class-title: pyansys-card-title
104+
105+
Pythonic interface to Ansys Mechanical
106+
99107
.. grid-item-card:: PyMotorCAD
100108
:img-top: _static/thumbnails/pymotorcad.png
101109
:link: https://motorcad.docs.pyansys.com/
102110
:text-align: center
103111
:class-title: pyansys-card-title
104112

105-
Pythonic interface to Ansys Motor-CAD.
113+
Pythonic interface to Ansys Motor-CAD
106114

107115
.. grid-item-card:: PyOptislang
108116
:img-top: _static/thumbnails/pyoptislang.png
109117
:link: https://optislang.docs.pyansys.com/
110118
:text-align: center
111119
:class-title: pyansys-card-title
112120

113-
Pythonic interface to Ansys Optislang.
121+
Pythonic interface to Ansys Optislang
114122

115123
.. grid-item-card:: PyPIM
116124
:img-top: _static/thumbnails/intro.png

doc/source/user_guide.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ PyAnsys packages user guides
7272
:text-align: center
7373
:class-title: pyansys-card-title
7474

75+
.. grid-item-card:: PyMechanical
76+
:img-top: _static/thumbnails/pymechanical.png
77+
:link: https://mechanical.docs.pyansys.com/version/stable/index.html#background
78+
:text-align: center
79+
:class-title: pyansys-card-title
80+
7581
.. grid-item-card:: PyMotorCAD
7682
:img-top: _static/thumbnails/pymotorcad.png
7783
:link: https://motorcad.docs.pyansys.com/version/stable/user_guide/index.html

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dependencies = [
4444
"ansys-motorcad-core==0.1.3",
4545
"ansys-math-core==0.1.0",
4646
"ansys-optislang-core==0.2.0",
47+
"ansys-mechanical-core==0.7.1",
4748
]
4849

4950
[project.optional-dependencies]

0 commit comments

Comments
 (0)