diff --git a/.github/workflows/create-milestone.yml b/.github/workflows/create-milestone.yml index 37dcf1c2..4c44b050 100644 --- a/.github/workflows/create-milestone.yml +++ b/.github/workflows/create-milestone.yml @@ -55,7 +55,6 @@ jobs: # MAPDL - ALL "ansys/pymapdl-reader", # FLUENT - ALL - "ansys/pyfluent-parametric", "ansys/pyfluent-visualization", # TOOLS "ansys/ansys-tools-filetransfer", diff --git a/README.rst b/README.rst index acde3d59..a024a1ae 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,6 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages - `PyEDB - Core `_: Pythonic interface to Ansys Electronics Database (EDB). - `PyEnSight `_: Pythonic interface to EnSight, the Ansys simulation postprocessor. - `PyFluent `_: Pythonic interface to Ansys Fluent. -- `PyFluent - Parametric `_: Pythonic interface to Ansys Fluent parametric workflows. - `PyFluent - Visualization `_: Pythonic interface to visualize Ansys Fluent simulations. - `PyGranta `_: Pythonic interface to Ansys Granta MI services. - `PyHPS `_: A Python client for Ansys HPC Platform Services (HPS). @@ -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. diff --git a/doc/source/api.rst b/doc/source/api.rst index 2cb39f94..9f091c33 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -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 diff --git a/doc/source/examples.rst b/doc/source/examples.rst index aa1777f2..47941021 100644 --- a/doc/source/examples.rst +++ b/doc/source/examples.rst @@ -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 diff --git a/doc/source/index.rst b/doc/source/index.rst index 620f8a9a..7a9abbda 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 diff --git a/doc/source/user_guide.rst b/doc/source/user_guide.rst index 2d220021..e00819ca 100644 --- a/doc/source/user_guide.rst +++ b/doc/source/user_guide.rst @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 5d2015ff..4b145a27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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", @@ -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", @@ -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", diff --git a/tools/links.py b/tools/links.py index 94273217..0b5b8d01 100644 --- a/tools/links.py +++ b/tools/links.py @@ -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