Skip to content
Open
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
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions examples/00-systemcoupling/cht_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
Loading