Skip to content

Commit

Permalink
feat: add PyTurboGrid (#372)
Browse files Browse the repository at this point in the history
* feat: add pyturbogrid

* Apply suggestions from code review
  • Loading branch information
RobPasMue authored Oct 24, 2023
1 parent e9d1fe3 commit d8ae55d
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/create-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,30 @@ jobs:
matrix:
pyansys-projects:
[
"ansys/pydpf-composites",
"ansys/pyaedt",
"ansys/pyansys-geometry",
"ansys/pyansys-math",
"ansys/pydpf-core",
"ansys/pydpf-post",
"ansys/pydpf-composites",
"ansys/pydyna",
"ansys/pydynamicreporting",
"ansys/pyansys-geometry",
"ansys/grantami-bomanalytics",
"ansys/grantami-recordlists",
"ansys/pyensight",
"ansys/pyfluent",
"ansys/pymapdl",
"ansys/pyansys-math",
"ansys/pymechanical",
"ansys/pyprimemesh",
"ansys/pymotorcad",
"ansys/pypim",
"ansys/pyensight",
"ansys/openapi-common",
"ansys/pyoptislang",
"ansys/pypim",
"ansys/pyprimemesh",
"ansys/pyseascape",
"ansys/pysherlock",
"ansys/pysystem-coupling",
"ansys/pyaedt",
"ansys/pyturbogrid",
"ansys/pytwin",
"ansys/grantami-bomanalytics",
"ansys/grantami-recordlists",
"ansys/openapi-common",
# MAPDL - ALL
"ansys/pymapdl-reader",
# FLUENT - ALL
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
- `PySeascape <https://seascape.docs.pyansys.com/>`_: Pythonic interface to communicate with Ansys RedHawkSC and TotemSC.
- `PySherlock <https://sherlock.docs.pyansys.com/>`_: Pythonic interface to communicate with Ansys Sherlock.
- `PySystemCoupling <https://systemcoupling.docs.pyansys.com/>`_: Pythonic interface to communicate with Ansys System Coupling.
- `PyTurboGrid <https://turbogrid.docs.pyansys.com/>`_: Pythonic interface to Ansys TurboGrid, a high-quality turbomachinery meshing software app.
- `PyTwin <https://twin.docs.pyansys.com/>`_: Pythonic interface to communicate with consumption workflows for Ansys digital twins.
- `Granta MI BoM Analytics <https://bomanalytics.grantami.docs.pyansys.com/>`_: Pythonic interface to Ansys Granta MI BoM Analytics services.
- `Granta MI RecordLists <https://recordlists.grantami.docs.pyansys.com/>`_: Pythonic interface to Ansys Granta MI Lists API.
Expand Down Expand Up @@ -97,6 +98,7 @@ By default, the PyAnsys metapackage installs these core modules:
- `PySeascape`_
- `PySherlock`_
- `PySystemCoupling`_
- `PyTurboGrid`_
- `PyTwin`_
- `Granta MI BoM Analytics`_
- `Granta MI RecordLists`_
Expand Down
Binary file added doc/source/_static/thumbnails/pyturbogrid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ PyAnsys packages API reference
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyTurboGrid
:img-top: _static/thumbnails/pyturbogrid.png
:link: https://turbogrid.docs.pyansys.com/version/stable/api_reference/index.html
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyTwin
:img-top: _static/thumbnails/pytwin.png
:link: https://twin.docs.pyansys.com/version/stable/api/index.html
Expand Down
6 changes: 6 additions & 0 deletions doc/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ PyAnsys packages examples
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyTurboGrid
:img-top: _static/thumbnails/pyturbogrid.png
:link: https://turbogrid.docs.pyansys.com/version/stable/examples/index.html
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyTwin
:img-top: _static/thumbnails/pytwin.png
:link: https://twin.docs.pyansys.com/version/stable/examples/index.html
Expand Down
8 changes: 8 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,14 @@ it is now a collection of many Python packages for using Ansys products through

Pythonic interface to communicate with Ansys System Coupling

.. grid-item-card:: PyTurbogrid
:img-top: _static/thumbnails/pyturbogrid.png
:link: https://turbogrid.docs.pyansys.com/version/stable
:text-align: center
:class-title: pyansys-card-title

Pythonic interface to Ansys TurboGrid, a high-quality turbomachinery meshing software app

.. grid-item-card:: PyTwin
:img-top: _static/thumbnails/pytwin.png
:link: https://twin.docs.pyansys.com/version/stable
Expand Down
6 changes: 6 additions & 0 deletions doc/source/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ PyAnsys packages user guides
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyTurboGrid
:img-top: _static/thumbnails/pyturbogrid.png
:link: https://turbogrid.docs.pyansys.com/version/stable/getting_started/index.html
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyTwin
:img-top: _static/thumbnails/pytwin.png
:link: https://twin.docs.pyansys.com/version/stable/user_guide/index.html
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dependencies = [
"ansys-seascape==0.2.0",
"ansys-sherlock-core==0.4.0",
"ansys-systemcoupling-core==0.3.0",
"ansys-turbogrid-core==0.3.dev0",
"pyaedt==0.7.2",
"pytwin==0.5.0",
]
Expand Down
1 change: 1 addition & 0 deletions tools/links.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"ansys-seascape": "https://seascape.docs.pyansys.com/version/stable",
"ansys-sherlock-core": "https://sherlock.docs.pyansys.com/version/stable",
"ansys-systemcoupling-core": "https://systemcoupling.docs.pyansys.com/version/stable", # noqa: E501
"ansys-turbogrid-core": "https://turbogrid.docs.pyansys.com/version/stable", # noqa: E501
"pyaedt": "https://aedt.docs.pyansys.com/version/stable",
"pytwin": "https://twin.docs.pyansys.com/version/stable",
# MAPDL - ALL
Expand Down

0 comments on commit d8ae55d

Please sign in to comment.