Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/create-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
# MAPDL - ALL
"ansys/pymapdl-reader",
# FLUENT - ALL
"ansys/pyfluent-parametric",
"ansys/pyfluent-visualization",
# TOOLS
"ansys/ansys-tools-filetransfer",
Expand Down
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
- `PyEDB - Core <https://edb.core.docs.pyansys.com/>`_: Pythonic interface to Ansys Electronics Database (EDB).
- `PyEnSight <https://ensight.docs.pyansys.com/>`_: Pythonic interface to EnSight, the Ansys simulation postprocessor.
- `PyFluent <https://fluent.docs.pyansys.com/>`_: Pythonic interface to Ansys Fluent.
- `PyFluent - Parametric <https://parametric.fluent.docs.pyansys.com/>`_: Pythonic interface to Ansys Fluent parametric workflows.
- `PyFluent - Visualization <https://visualization.fluent.docs.pyansys.com/>`_: Pythonic interface to visualize Ansys Fluent simulations.
- `PyGranta <https://grantami.docs.pyansys.com/>`_: Pythonic interface to Ansys Granta MI services.
- `PyHPS <https://hps.docs.pyansys.com/version/dev/>`_: A Python client for Ansys HPC Platform Services (HPS).
Expand Down Expand Up @@ -140,7 +139,7 @@ Additionally, the ``pyansys`` metapackage contains certain extra targets that
can be installed upon request:

- **mapdl-all**: This target installs the core packages and `PyMAPDL Reader`_.
- **fluent-all**: This target installs the core packages, `PyFluent - Parametric`_, and `PyFluent - Visualization`_.
- **fluent-all**: This target installs the core packages, and `PyFluent - Visualization`_.
- **tools**: This target installs the core packages, `Ansys FileTransfer Tool`_, `Ansys Local Product Launcher`_, `Ansys Tools Path`_, `Ansys Tools Protobuf Compilation Helper`_, `PyAnsys Tools Report`_, `PyAnsys Tools Variable Interop`_, `PyAnsys Tools Versioning`_, `PyAnsys Units`_, and `PyMaterials Manager`_.
- **all**: This target installs all extra ``pyansys`` packages.

Expand Down
6 changes: 0 additions & 6 deletions doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,6 @@ PyAnsys packages API reference
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyFluent - Parametric
:img-top: _static/thumbnails/pyfluent-parametric.png
:link: https://parametric.fluent.docs.pyansys.com/version/stable/api/index.html
:text-align: center
:class-title: pyansys-card-title

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

.. grid-item-card:: PyFluent - Parametric
:img-top: _static/thumbnails/pyfluent-parametric.png
:link: https://parametric.fluent.docs.pyansys.com/version/stable/examples/index.html
:text-align: center
:class-title: pyansys-card-title

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

Pythonic interface to Ansys Fluent

.. grid-item-card:: PyFluent - Parametric
:img-top: _static/thumbnails/pyfluent-parametric.png
:link: https://parametric.fluent.docs.pyansys.com/version/stable
:text-align: center
:class-title: pyansys-card-title

Pythonic interface to Ansys Fluent parametric workflows

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

.. grid-item-card:: PyFluent - Parametric
:img-top: _static/thumbnails/pyfluent-parametric.png
:link: https://parametric.fluent.docs.pyansys.com/version/stable/users_guide/index.html
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyFluent - Visualization
:img-top: _static/thumbnails/pyfluent-visualization.png
:link: https://visualization.fluent.docs.pyansys.com/version/stable/users_guide/index.html
Expand Down
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"ansys-dyna-core==0.4.15",
"ansys-dynamicreporting-core==0.6.0",
"ansys-edb-core==0.1.4",
"ansys-fluent-core==0.20.1",
"ansys-fluent-core==0.21.0",
"ansys-geometry-core==0.6.5",
"ansys-hps-client==0.8.0",
"ansys-mapdl-core==0.68.3",
Expand All @@ -51,7 +51,7 @@ dependencies = [
"ansys-seascape==0.2.0",
"ansys-sherlock-core==0.6.0",
"ansys-simai-core==0.2.1",
"ansys-systemcoupling-core==0.5.0",
"ansys-systemcoupling-core==0.6.0",
"ansys-turbogrid-core==0.4.1",
"ansys-workbench-core==0.4.0",
"pyaedt==0.9.7",
Expand All @@ -62,7 +62,7 @@ dependencies = [

[project.optional-dependencies]
mapdl-all = ["ansys-mapdl-reader==0.53.0"]
fluent-all = ["ansys-fluent-visualization==0.9.0", "ansys-fluent-parametric==0.10.0"]
fluent-all = ["ansys-fluent-visualization==0.10.0"]
tools = [
"ansys-materials-manager==0.2.3",
"ansys-tools-filetransfer==0.1.0",
Expand All @@ -79,8 +79,7 @@ all = [
# MAPDL - ALL
"ansys-mapdl-reader==0.53.0",
# FLUENT - ALL
"ansys-fluent-visualization==0.9.0",
"ansys-fluent-parametric==0.10.0",
"ansys-fluent-visualization==0.10.0",
# TOOLS
"ansys-materials-manager==0.2.3",
"ansys-tools-filetransfer==0.1.0",
Expand Down
1 change: 0 additions & 1 deletion tools/links.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"ansys-mapdl-reader": "https://reader.docs.pyansys.com/version/stable",
# FLUENT - ALL
"ansys-fluent-visualization": "https://visualization.fluent.docs.pyansys.com/version/stable", # noqa: E501
"ansys-fluent-parametric": "https://parametric.fluent.docs.pyansys.com/version/stable", # noqa: E501
# TOOLS
"ansys-materials-manager": "https://manager.materials.docs.pyansys.com/version/stable",
"ansys-tools-filetransfer": "https://filetransfer.tools.docs.pyansys.com/version/stable", # noqa: E501
Expand Down