From 5826e9a4feba3b539765ce5c71802b320c787496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 06:05:23 +0000 Subject: [PATCH 1/5] build(deps-dev): bump ansys-fluent-core from 0.35.0 to 0.37.1 Bumps [ansys-fluent-core](https://github.com/ansys/pyfluent) from 0.35.0 to 0.37.1. - [Release notes](https://github.com/ansys/pyfluent/releases) - [Changelog](https://github.com/ansys/pyfluent/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pyfluent/compare/v0.35.0...v0.37.1) --- updated-dependencies: - dependency-name: ansys-fluent-core dependency-version: 0.37.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28371913c..c328288a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ doc = [ "sphinxemoji==0.3.1", # pyansys dependencies for sphinx gallery examples - "ansys-fluent-core==0.35.0", + "ansys-fluent-core==0.37.1", "ansys-mapdl-core==0.71.2", ] style = [ From 2018bce56961d7e9f6aa12a2421d5e83545267f1 Mon Sep 17 00:00:00 2001 From: Ian Boyd Date: Thu, 8 Jan 2026 13:16:09 +0000 Subject: [PATCH 2/5] Fluent container mode for doc builds --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de43335e2..a05d0b3f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -310,6 +310,7 @@ jobs: SYC_LAUNCH_CONTAINER: 1 SYC_IMAGE_TAG: ${{ env.SYC_IMAGE_VERSION }} PYFLUENT_LAUNCH_CONTAINER: 1 + PYFLUENT_CONTAINER_INSECURE_MODE: 1 FLUENT_IMAGE_TAG: ${{ env.FLUENT_IMAGE_VERSION }} PYMAPDL_START_INSTANCE: FALSE PYMAPDL_PORT: "50053" From eecd7898f9559ecf5a38b886caa4e0c30e369d46 Mon Sep 17 00:00:00 2001 From: Ian Boyd Date: Thu, 8 Jan 2026 15:50:45 +0000 Subject: [PATCH 3/5] add temp logging --- examples/00-systemcoupling/cht_pipe.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/00-systemcoupling/cht_pipe.py b/examples/00-systemcoupling/cht_pipe.py index a7c8286fb..18198132b 100644 --- a/examples/00-systemcoupling/cht_pipe.py +++ b/examples/00-systemcoupling/cht_pipe.py @@ -69,6 +69,8 @@ import ansys.systemcoupling.core as pysyc from ansys.systemcoupling.core import examples +pyfluent.logger.set_console_logging_level("DEBUG") + # %% # Download the Fluent mesh file. fluent_msh_file = examples.download_file( From c6b4871a41e7a644643e165c0e0911c24fa8dfd8 Mon Sep 17 00:00:00 2001 From: Ian Boyd Date: Thu, 8 Jan 2026 16:55:37 +0000 Subject: [PATCH 4/5] update fluent container version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a05d0b3f7..5c08c93e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ env: PACKAGE_NAMESPACE: "ansys.systemcoupling.core" DOCUMENTATION_CNAME: "systemcoupling.docs.pyansys.com" DOC_BUILD_SYC_VERSION: 25_2 - FLUENT_IMAGE_VERSION: "v25.2.0" + FLUENT_IMAGE_VERSION: "v25.2.3" SYC_IMAGE_VERSION: "v25.2.0-sp03" MAPDL_IMAGE_VERSION: "v25.2-ubuntu-cicd" From 687409fdf7878876d0cf84b90e74e715b806110e Mon Sep 17 00:00:00 2001 From: Ian Boyd <93142264+iboyd-ansys@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:52:33 +0000 Subject: [PATCH 5/5] try upgrading to next Fluent version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8311527d8..f159d7e0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ doc = [ "sphinxemoji==0.3.2", # pyansys dependencies for sphinx gallery examples - "ansys-fluent-core==0.37.1", + "ansys-fluent-core==0.38.0", # Explicit units dependency is to fix fluent runtime error # TODO: try removing sometime - perhaps on next update # of ansys-fluent-core