ansys-fluent-core 0.32.2__tar.gz → 0.33.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ansys-fluent-core might be problematic. Click here for more details.
- ansys_fluent_core-0.33.0/.codacy.yml +4 -0
- ansys_fluent_core-0.33.0/.github/labeler.yml +29 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/labels.yml +10 -6
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/workflows/ci.yml +88 -177
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/workflows/doc-build-dev-nightly.yml +25 -16
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/workflows/doc-build-release.yml +23 -13
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/workflows/execute-examples-weekly.yml +87 -70
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/workflows/force-update-stable-Fluent-image-version.yml +16 -18
- ansys_fluent_core-0.33.0/.github/workflows/label.yml +140 -0
- ansys_fluent_core-0.33.0/.github/workflows/tag-iteration-ends.yml +41 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/workflows/test-fluent-journals.yml +19 -9
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/workflows/test-podman-compose.yml +19 -14
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/workflows/test-run-custom.yml +21 -12
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/workflows/test-run-dev-version-nightly.yml +18 -20
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/workflows/test-run-nightly.yml +19 -9
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/workflows/test-run-old-versions-weekly.yml +41 -12
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/workflows/test-run-solvermode-weekly.yml +19 -9
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/workflows/test-run-wo-codegen-weekly.yml +19 -10
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/CONTRIBUTORS.md +2 -1
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/Makefile +5 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/PKG-INFO +9 -9
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/devel/undocumented_fields/undocumented_fields.txt +2 -2
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/settings_rstgen.py +3 -2
- ansys_fluent_core-0.33.0/doc/source/_static/TS_formulas.jpg +0 -0
- ansys_fluent_core-0.33.0/doc/source/_static/ablation-avg_pressure.png +0 -0
- ansys_fluent_core-0.33.0/doc/source/_static/ablation-drag_force_x.png +0 -0
- ansys_fluent_core-0.33.0/doc/source/_static/ablation-mach-number-thumbnail.png +0 -0
- ansys_fluent_core-0.33.0/doc/source/_static/ablation-mach-number.png +0 -0
- ansys_fluent_core-0.33.0/doc/source/_static/ablation-pressure.png +0 -0
- ansys_fluent_core-0.33.0/doc/source/_static/ablation-recede_point.png +0 -0
- ansys_fluent_core-0.33.0/doc/source/_static/ablation-residual.png +0 -0
- ansys_fluent_core-0.33.0/doc/source/_static/cht_avg_pressure.png +0 -0
- ansys_fluent_core-0.33.0/doc/source/_static/lunar_lander_regolith_temps.png +0 -0
- ansys_fluent_core-0.33.0/doc/source/_static/lunar_lander_sc_temps.png +0 -0
- ansys_fluent_core-0.33.0/doc/source/_static/ts_modes.png +0 -0
- ansys_fluent_core-0.33.0/doc/source/_static/var_names.jpg +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/changelog.rst +176 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/cheatsheet/cheat_sheet.qmd +3 -4
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/getting_started/faqs.rst +14 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/convert_journal.rst +10 -10
- ansys_fluent_core-0.33.0/doc/source/user_guide/events.rst +189 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/fields/field_data.rst +14 -14
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/fields/field_info.rst +5 -5
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/fields/reduction.rst +16 -16
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/fields/solution_data.rst +10 -10
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/journal.rst +2 -2
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/legacy/rpvars.rst +4 -4
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/legacy/tui.rst +4 -4
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/make_container_image.rst +3 -3
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/meshing/meshing_workflows.rst +12 -12
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/meshing/new_meshing_workflows.rst +21 -21
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/monitors.rst +9 -9
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/offline/file_session.rst +4 -4
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/physical_variables.rst +9 -9
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/session/launching_ansys_fluent.rst +24 -24
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/session/session.rst +14 -14
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/solver_settings/set_up/boundary_conditions.rst +4 -4
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/solver_settings/set_up/materials.rst +4 -4
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/solver_settings/set_up/models/battery.rst +1 -1
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/solver_settings/set_up/models/dpm.rst +1 -1
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/solver_settings/set_up/models/energy.rst +3 -3
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/solver_settings/set_up/models/models_contents.rst +3 -3
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/solver_settings/set_up/models/radiation.rst +1 -1
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/solver_settings/set_up/models/species.rst +3 -2
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/solver_settings/set_up/models/viscous.rst +1 -1
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/solver_settings/solution.rst +7 -7
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/solver_settings/solver_settings_contents.rst +35 -35
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/units.rst +1 -1
- ansys_fluent_core-0.33.0/doc/source/user_guide/usability.rst +140 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/user_guide_contents.rst +5 -5
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_222/Dockerfile +12 -11
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_231/Dockerfile +12 -11
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_232/Dockerfile +12 -11
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_241/Dockerfile +12 -11
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_242/Dockerfile +12 -11
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_251/Dockerfile +12 -11
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_252/Dockerfile +12 -11
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_dev/Dockerfile +12 -11
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/DOE_ML.py +15 -17
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/ahmed_body_workflow.py +3 -6
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/brake.py +8 -16
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/conjugate_heat_transfer.py +183 -155
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/exhaust_system_settings_api.py +48 -47
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/external_compressible_flow.py +25 -25
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/frozen_rotor_workflow.py +65 -49
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/lunar_lander_thermal.py +42 -60
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/mixing_elbow_settings_api.py +27 -20
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/mixing_tank_workflow.py +69 -41
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/modeling_ablation.py +203 -177
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/modeling_cavitation.py +39 -32
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/parametric_static_mixer_1.py +12 -40
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/radiation_headlamp.py +51 -44
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/species_transport.py +53 -51
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/tyler_sofrin_modes.py +5 -15
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/pyproject.toml +9 -11
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/__init__.py +11 -4
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/codegen/builtin_settingsgen.py +16 -8
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/codegen/datamodelgen.py +2 -2
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/codegen/print_fluent_version.py +4 -4
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/codegen/settingsgen.py +1 -2
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/exceptions.py +0 -1
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/file_session.py +9 -9
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/filereader/case_file.py +2 -2
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/fluent_connection.py +5 -5
- ansys_fluent_core-0.33.0/src/ansys/fluent/core/generated/api_tree/api_objects.json +1 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_261/meshing.py +447 -441
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_261/solver_workflow.py +7 -0
- ansys_fluent_core-0.33.0/src/ansys/fluent/core/generated/fluent_version_261.py +5 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/settings_252.py +55 -55
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/settings_261.py +2134 -3644
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/settings_261.pyi +3391 -6013
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/settings_builtin.py +57 -1
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/settings_builtin.pyi +79 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/tui_261.py +78 -228
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/launcher/container_launcher.py +7 -9
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/launcher/fluent_container.py +106 -75
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/launcher/launch_options.py +22 -1
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/launcher/launcher.py +5 -4
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/pyfluent_warnings.py +13 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/search.py +170 -83
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/app_utilities.py +52 -32
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/datamodel_se.py +6 -3
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/scheme_eval.py +2 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/solution_variables.py +64 -49
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/session.py +36 -30
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/session_base_meshing.py +2 -24
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/session_shared.py +5 -2
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/session_solver.py +15 -9
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/solver/__init__.py +1 -1
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/solver/flobject.py +55 -38
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/solver/settings_builtin_bases.py +14 -7
- ansys_fluent_core-0.33.0/src/ansys/fluent/core/solver/settings_builtin_data.py +751 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/utils/context_managers.py +0 -17
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/utils/fluent_version.py +173 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/conftest.py +8 -3
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/integration/test_optislang/test_optislang_integration.py +51 -38
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/parametric/test_parametric_workflow.py +1 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_builtin_settings.py +28 -122
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_codegen.py +4 -4
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_error_handling.py +7 -1
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_field_data.py +8 -6
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_file_session.py +7 -7
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_fluent_fixes.py +24 -15
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_fluent_version.py +32 -1
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_launcher.py +137 -8
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_physical_quantities.py +4 -4
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_search.py +177 -32
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_session.py +11 -9
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_solution_variables.py +10 -10
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_solver_monitors.py +31 -20
- ansys_fluent_core-0.32.2/.github/labeler.yml +0 -19
- ansys_fluent_core-0.32.2/.github/workflows/label.yml +0 -136
- ansys_fluent_core-0.32.2/.github/workflows/tag-iteration-ends.yml +0 -35
- ansys_fluent_core-0.32.2/devel/update_settings_builtin_data.py +0 -37
- ansys_fluent_core-0.32.2/doc/source/user_guide/events.rst +0 -85
- ansys_fluent_core-0.32.2/doc/source/user_guide/usability.rst +0 -83
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/generated/api_tree/api_objects.json +0 -1
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/generated/datamodel_222/meshing.py +0 -6332
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/generated/datamodel_222/part_management.py +0 -2072
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/generated/datamodel_222/pm_file_management.py +0 -290
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/generated/datamodel_222/preferences.py +0 -2449
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/generated/datamodel_222/workflow.py +0 -651
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/generated/fluent_version_222.py +0 -5
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/generated/fluent_version_261.py +0 -5
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/generated/meshing/tui_222.py +0 -9649
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/generated/solver/settings_222.py +0 -29473
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/generated/solver/settings_222.pyi +0 -19590
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/generated/solver/tui_222.py +0 -43451
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/post_objects/check_in_notebook.py +0 -35
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/post_objects/meta.py +0 -926
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/post_objects/post_helper.py +0 -178
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/post_objects/post_object_definitions.py +0 -693
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/post_objects/post_objects_container.py +0 -248
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/post_objects/singleton_meta.py +0 -42
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/post_objects/timing_decorator.py +0 -38
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/solver/settings_builtin_data.py +0 -1170
- ansys_fluent_core-0.32.2/src/ansys/fluent/core/streaming_services/__init__.py +0 -21
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.ci/fluent_test_runner.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.ci/get_hanging_tests.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.ci/pull_fluent_image.sh +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.flake8 +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.gitattributes +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/dependabot.yml +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/styles/.gitignore +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/styles/config/vocabularies/ANSYS/accept.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/styles/config/vocabularies/ANSYS/reject.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/workflows/codeql.yml +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/workflows/dependency-review.yml +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.gitignore +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.pre-commit-config.yaml +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/AUTHORS +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/CHANGELOG.md +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/CODEOWNERS +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/CODE_OF_CONDUCT.md +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/CONTRIBUTING.md +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/LICENSE +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/MANIFEST.in +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/README.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/codecov.yml +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/codegen/allapigen.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/devel/field_level_help/build_info.md +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/devel/field_level_help/field_level_help.csv +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/devel/field_level_help/field_level_help_column_descriptors.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/devel/field_level_help/write_field_level_help.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/devel/undocumented_fields/search_undocumented_fields.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/.vale.ini +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/Makefile +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/api_rstgen.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/changelog.d/changelog_template.jinja +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/datamodel_rstgen.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/deprecated_pyfluent_apis.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/make.bat +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/modify_html.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/rstgen.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/DP_table.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/DP_table_011.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/DP_table_012.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/ExampleTable.jpg +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/PyAnsys_overview.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/TSmode.jpg +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/ablation-problem-schematic.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/ahmed_body_mesh_1.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/ahmed_body_mesh_2.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/ahmed_body_model.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/ahmed_body_model_pressure_coeff.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/ahmed_body_model_velocity_mag.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/brake_maximum_temperature.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/brake_surface_temperature-thumbnail.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/brake_surface_temperature.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/cavitation_model.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/cavitation_model_011.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/cavitation_model_012.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/cavitation_model_thumb.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/cht_xy_pressure.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/doe_ml_predictions_neural_network.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/doe_ml_predictions_regression.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/doe_ml_validation_loss.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/exhaust_system.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/exhaust_system_011.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/exhaust_system_012.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/exhaust_system_013.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/exhaust_system_014.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/exhaust_system_015.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/exhaust_system_016.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/exhaust_system_017.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/exhaust_system_018.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/exhaust_system_settings.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/external_compressible_flow.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/external_compressible_flow_011.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/libraries_notations.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/lunar_lander_thermal_setup.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/lunar_lander_thermal_thumbnail.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/mixing_elbow.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/mixing_elbow_011.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/mixing_elbow_012.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/mixing_elbow_013.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/mixing_elbow_014.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/mixing_elbow_015.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/mixing_elbow_016.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/mixing_elbow_017.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/mixing_elbow_settings.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/mixing_elbow_tui_016.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/mixing_tank_geom_view.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/mixing_tank_mesh.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/mixing_tank_velocity_contour.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/pump-volute-geom.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/pump-volute-mesh.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/radiation_headlamp_geom.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/radiation_headlamp_thumbnail.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/species_transport/contour-ch4-mass-fraction.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/species_transport/contour-co2-mass-fraction.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/species_transport/contour-h2o-mass-fraction.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/species_transport/contour-o2-mass-fraction.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/species_transport/contour-temp.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/species_transport/mesh.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/species_transport/setup.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/species_transport/vector-vel.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/static-pressure-contour.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/temp_contour.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/turbo_machinery.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/turbo_machinery_011.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/turbo_machinery_012.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/turbo_machinery_013.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/turbo_machinery_014.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/turbo_machinery_015.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/turbo_machinery_016.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/turbo_machinery_017.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/turbo_machinery_018.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/what_to_do_with_PyFluent.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_static/who_why_use_PyFluent.png +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_templates/noindex-base.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_templates/noindex-class.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/_templates/noindex-module.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/api/api_contents.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/cheatsheet/.gitignore +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/conf.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/contributing/contributing_contents.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/contributing/environment_variables.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/getting_started/getting_started_contents.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/getting_started/installation.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/index.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/fields/fields_contents.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/file_transfer.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/legacy/legacy_contents.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/legacy/scheme.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/log.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/meshing/meshing_contents.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/offline/case_file.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/offline/data_file.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/offline/offline_contents.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/session/session_contents.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/solver_settings/set_up/setup_contents.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/source/user_guide/transfer_data.rst +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/styles/.gitignore +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/styles/config/vocabularies/ANSYS/accept.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/styles/config/vocabularies/ANSYS/reject.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/tui_rstgen.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/doc/validate_png.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/copy_docker_files.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_222/cadList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_222/ceiList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_222/fluentList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_231/cadList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_231/ceiList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_231/cfdpostList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_231/excludeCEIList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_231/excludeFluentList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_231/fluentList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_232/cadList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_232/ceiList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_232/cfdpostList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_232/excludeCEIList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_232/excludeFluentList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_232/fluentList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_241/cadList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_241/ceiList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_241/cfdpostList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_241/excludeCEIList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_241/excludeFluentList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_241/fluentList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_242/cadList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_242/ceiList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_242/cfdpostList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_242/excludeCEIList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_242/excludeFluentList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_242/fluentList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_251/cadList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_251/ceiList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_251/cfdpostList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_251/excludeCEIList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_251/excludeFluentList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_251/fluentList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_252/cadList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_252/ceiList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_252/cfdpostList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_252/excludeCEIList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_252/excludeFluentList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_252/fluentList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_252/fluidsoneList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_dev/cadList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_dev/ceiList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_dev/cfdpostList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_dev/excludeCEIList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_dev/excludeFluentList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_dev/fluentList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/docker/fluent_dev/fluidsoneList.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/00-fluent/README.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/examples/README.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/pylintrc +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/requirements/requirements_build.txt +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/_stand_alone_datamodel_client/_datamodel_client.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/codegen/__init__.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/codegen/allapigen.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/codegen/data/__init__.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/codegen/data/fluent_gui_help_patch.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/codegen/data/meshing_utilities_examples.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/codegen/data/static_info_222_meshing.pickle +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/codegen/data/static_info_222_solver.pickle +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/codegen/tuigen.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/codegen/walk_api.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/codegen/write_settings_yaml.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/data_model_cache.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/docker/docker_compose.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/docs/.gitignore +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/examples/__init__.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/examples/downloads.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/field_data_interfaces.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/filereader/__init__.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/filereader/casereader.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/filereader/data_file.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/filereader/lispy.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/filereader/pre_processor.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_231/flicing.py +55 -55
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_231/meshing.py +171 -171
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_231/part_management.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_231/pm_file_management.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_231/preferences.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_231/solver_workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_231/workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_232/flicing.py +30 -30
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_232/meshing.py +218 -218
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_232/part_management.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_232/pm_file_management.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_232/preferences.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_232/solver_workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_232/workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_241/flicing.py +45 -45
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_241/meshing.py +295 -295
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_241/part_management.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_241/pm_file_management.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_241/preferences.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_241/solver_workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_241/workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_242/flicing.py +40 -40
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_242/meshing.py +299 -299
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_242/meshing_utilities.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_242/meshing_utilities.pyi +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_242/part_management.py +3 -3
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_242/pm_file_management.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_242/preferences.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_242/solver_workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_242/workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_251/flicing.py +45 -45
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_251/meshing.py +294 -294
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_251/meshing_utilities.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_251/meshing_utilities.pyi +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_251/pm_file_management.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_251/preferences.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_251/solver_workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_251/workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_252/flicing.py +50 -50
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_252/meshing.py +431 -431
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_252/meshing_utilities.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_252/meshing_utilities.pyi +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_252/pm_file_management.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_252/preferences.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_252/solver_workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_252/workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_261/flicing.py +55 -55
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_261/meshing_utilities.pyi +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_261/pm_file_management.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_261/preferences.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/datamodel_261/workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/fluent_version_231.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/fluent_version_232.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/fluent_version_241.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/fluent_version_242.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/fluent_version_251.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/fluent_version_252.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/meshing/tui_231.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/meshing/tui_232.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/meshing/tui_241.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/meshing/tui_242.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/meshing/tui_251.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/meshing/tui_252.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/meshing/tui_261.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/settings_231.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/settings_231.pyi +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/settings_232.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/settings_232.pyi +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/settings_241.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/settings_241.pyi +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/settings_242.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/settings_242.pyi +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/settings_251.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/settings_251.pyi +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/settings_252.pyi +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/tui_231.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/tui_232.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/tui_241.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/tui_242.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/tui_251.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/generated/solver/tui_252.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/get_build_details.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/journaling.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/launcher/__init__.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/launcher/error_handler.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/launcher/fluent_launcher_options.json +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/launcher/launcher_utils.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/launcher/pim_launcher.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/launcher/process_launch_string.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/launcher/server_info.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/launcher/slurm_launcher.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/launcher/standalone_launcher.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/launcher/watchdog.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/launcher/watchdog_exec +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/logger.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/logging_config.yaml +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/meshing/meshing_workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/parametric.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/report.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/rpvars.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/scheduler/__init__.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/scheduler/load_machines.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/scheduler/machine_list.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/__init__.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/api_upgrade.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/batch_ops.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/datamodel_tui.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/deprecated_field_data.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/events.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/field_data.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/health_check.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/interceptors.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/monitor.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/reduction.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/settings.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/streaming.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/services/transcript.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/session_meshing.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/session_meshing.pyi +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/session_pure_meshing.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/session_pure_meshing.pyi +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/session_solver.pyi +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/session_solver_aero.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/session_solver_icing.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/session_solver_lite.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/session_utilities.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/solver/_docstrings.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/solver/error_message.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/solver/flunits.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/solver/function/__init__.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/solver/function/reduction.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/solver/settings_external.py +0 -0
- {ansys_fluent_core-0.32.2/src/ansys/fluent/core/post_objects → ansys_fluent_core-0.33.0/src/ansys/fluent/core/streaming_services}/__init__.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/streaming_services/datamodel_event_streaming.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/streaming_services/datamodel_streaming.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/streaming_services/events_streaming.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/streaming_services/field_data_streaming.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/streaming_services/monitor_streaming.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/streaming_services/streaming.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/streaming_services/transcript_streaming.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/system_coupling.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/utils/__init__.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/utils/data_transfer.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/utils/deprecate.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/utils/dictionary_operations.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/utils/dump_session_data.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/utils/event_loop.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/utils/execution.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/utils/file_transfer_service.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/utils/fix_doc.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/utils/fldoc.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/utils/networking.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/utils/setup_for_fluent.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/utils/test_grpc_connection.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/variable_strategies/__init__.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/variable_strategies/expr.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/variable_strategies/field.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/variable_strategies/svar.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/src/ansys/fluent/core/workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/fluent_fixtures.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/journals/test_DataModelService_26_Journal.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/journals/test_DatamodelAPIService_Journal.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/journals/test_DatamodelService_Journal.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/parametric/test_local_parametric_run.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/parametric/test_local_parametric_setup.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/podman_compose.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_aero_session.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_batch_ops.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_cad_to_post_ftm.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_cad_to_post_wtm.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_casereader.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_creatable.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_data_model_cache.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_datamodel_api.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_datamodel_service.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_datareader.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_events_manager.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_file_transfer_service.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_fix_doc.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_flobject.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_fluent_session.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_fluent_version_marker.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_icing_session.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_launcher_remote.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_lispy.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_logging.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_mapped_api.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_meshing_utilities.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_meshing_workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_meshingmode/test_meshing_launch.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_new_meshing_workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_pre_post_session.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_preferences.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_pure_mesh_vs_mesh_workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_reduction.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_rp_vars.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_scheduler.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_scheme_eval_222.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_scheme_eval_231.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_settings_api.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_settings_reader.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_slurm_future.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_solvermode/boundaries_periodic_expDict +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_solvermode/test_boundaries.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_solvermode/test_calculationactivities.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_solvermode/test_controls.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_solvermode/test_general.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_solvermode/test_initialization.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_solvermode/test_materials.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_solvermode/test_methods.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_solvermode/test_models.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_solvermode/test_named_expressions.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_solvermode/test_post_vector.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_solvermode/test_species_model.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_streaming_services.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_systemcoupling.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_topy.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_tui_api.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_type_stub.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/test_utils.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/util/__init__.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/util/meshing_workflow.py +0 -0
- {ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/tests/util/solver.py +0 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
documentation:
|
|
2
|
+
- changed-files:
|
|
3
|
+
- any-glob-to-any-file:
|
|
4
|
+
["doc/source/**/*", "examples/**/*", "doc/styles/**/*"]
|
|
5
|
+
|
|
6
|
+
examples:
|
|
7
|
+
- changed-files:
|
|
8
|
+
- any-glob-to-any-file: ["examples/**/*"]
|
|
9
|
+
|
|
10
|
+
maintenance:
|
|
11
|
+
- changed-files:
|
|
12
|
+
- any-glob-to-any-file:
|
|
13
|
+
[
|
|
14
|
+
".github/**/*",
|
|
15
|
+
"codecov.yml",
|
|
16
|
+
".flake8",
|
|
17
|
+
".coveragerc",
|
|
18
|
+
"pyproject.toml",
|
|
19
|
+
"doc/make.bat",
|
|
20
|
+
"doc/Makefile",
|
|
21
|
+
]
|
|
22
|
+
|
|
23
|
+
dependencies:
|
|
24
|
+
- changed-files:
|
|
25
|
+
- any-glob-to-any-file: ["pyproject.toml"]
|
|
26
|
+
|
|
27
|
+
CI/CD:
|
|
28
|
+
- changed-files:
|
|
29
|
+
- any-glob-to-any-file: ["docker/**/*", ".github/**/*", ".ci/**/*"]
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#
|
|
5
5
|
# This file is used by labeler to sync the labels (and their colors),
|
|
6
6
|
# and assign a label to the new pull request.
|
|
7
|
-
#
|
|
7
|
+
#
|
|
8
8
|
# Check the yml for more info: .github\workflows\label.yml
|
|
9
9
|
#
|
|
10
10
|
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
- name: new feature
|
|
74
74
|
description: "Request or proposal for a new feature"
|
|
75
75
|
color: 85C1E9
|
|
76
|
-
|
|
76
|
+
|
|
77
77
|
- name: enhancement
|
|
78
78
|
description: "Improve any current implemented feature"
|
|
79
79
|
color: 85C1E9
|
|
@@ -139,10 +139,6 @@
|
|
|
139
139
|
description: "Related to the datamodel API"
|
|
140
140
|
color: F4D03F
|
|
141
141
|
|
|
142
|
-
- name: Fluent
|
|
143
|
-
description: "Requires changes in Fluent"
|
|
144
|
-
color: F9E79F
|
|
145
|
-
|
|
146
142
|
- name: refactoring
|
|
147
143
|
description: "Related to refactoring"
|
|
148
144
|
color: 27AE60
|
|
@@ -166,3 +162,11 @@
|
|
|
166
162
|
- name: epic
|
|
167
163
|
description: "Related to an epic issue"
|
|
168
164
|
color: 76D7C4
|
|
165
|
+
|
|
166
|
+
- name: dependencies
|
|
167
|
+
description: "Related to dependencies"
|
|
168
|
+
color: A569BD
|
|
169
|
+
|
|
170
|
+
- name: CI/CD
|
|
171
|
+
description: "Related to CI/CD"
|
|
172
|
+
color: 85C1E9
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
|
|
2
1
|
name: GitHub Actions
|
|
3
2
|
|
|
4
3
|
on:
|
|
5
4
|
pull_request:
|
|
6
|
-
|
|
7
|
-
-
|
|
5
|
+
paths-ignore:
|
|
6
|
+
- ".github/workflows/run-custom-tests.yml"
|
|
8
7
|
workflow_dispatch:
|
|
9
8
|
push:
|
|
10
9
|
tags:
|
|
@@ -16,22 +15,27 @@ concurrency:
|
|
|
16
15
|
group: ${{ github.ref }}
|
|
17
16
|
cancel-in-progress: true
|
|
18
17
|
|
|
18
|
+
permissions:
|
|
19
|
+
contents: write
|
|
20
|
+
packages: read
|
|
21
|
+
pull-requests: write
|
|
22
|
+
issues: write
|
|
23
|
+
|
|
19
24
|
env:
|
|
20
|
-
API_CODE_CACHE:
|
|
21
|
-
DOCUMENTATION_CNAME:
|
|
22
|
-
PACKAGE_NAME:
|
|
23
|
-
PACKAGE_NAMESPACE:
|
|
25
|
+
API_CODE_CACHE: 4
|
|
26
|
+
DOCUMENTATION_CNAME: "fluent.docs.pyansys.com"
|
|
27
|
+
PACKAGE_NAME: "ansys-fluent-core"
|
|
28
|
+
PACKAGE_NAMESPACE: "ansys.fluent.core"
|
|
24
29
|
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
|
|
25
|
-
MAIN_PYTHON_VERSION:
|
|
26
|
-
PYTHON_VERSION:
|
|
30
|
+
MAIN_PYTHON_VERSION: "3.10"
|
|
31
|
+
PYTHON_VERSION: "3.12"
|
|
27
32
|
PYFLUENT_TIMEOUT_FORCE_EXIT: 30
|
|
28
33
|
PYFLUENT_LAUNCH_CONTAINER: 1
|
|
29
|
-
PYFLUENT_LOGGING:
|
|
30
|
-
PYFLUENT_WATCHDOG_DEBUG:
|
|
34
|
+
PYFLUENT_LOGGING: "DEBUG"
|
|
35
|
+
PYFLUENT_WATCHDOG_DEBUG: "OFF"
|
|
31
36
|
PYFLUENT_HIDE_LOG_SECRETS: 1
|
|
32
37
|
|
|
33
38
|
jobs:
|
|
34
|
-
|
|
35
39
|
add-license-headers:
|
|
36
40
|
name: "Add license headers"
|
|
37
41
|
runs-on: ubuntu-latest
|
|
@@ -96,7 +100,7 @@ jobs:
|
|
|
96
100
|
fail-fast: false
|
|
97
101
|
matrix:
|
|
98
102
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
|
99
|
-
python-version: [
|
|
103
|
+
python-version: ["3.10", "3.11", "3.12", "3.13"]
|
|
100
104
|
should-release:
|
|
101
105
|
- ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags') }}
|
|
102
106
|
exclude:
|
|
@@ -149,12 +153,12 @@ jobs:
|
|
|
149
153
|
uses: actions/cache@v4
|
|
150
154
|
with:
|
|
151
155
|
path: ~/.cache/pip
|
|
152
|
-
key: Python-${{ runner.os }}-${{
|
|
156
|
+
key: Python-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('pyproject.toml') }}
|
|
153
157
|
restore-keys: |
|
|
154
|
-
Python-${{ runner.os }}-${{
|
|
158
|
+
Python-${{ runner.os }}-${{ env.PYTHON_VERSION }}
|
|
155
159
|
|
|
156
160
|
- name: Install Quarto
|
|
157
|
-
uses: quarto-dev/quarto-actions/setup@v2
|
|
161
|
+
uses: quarto-dev/quarto-actions/setup@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9
|
|
158
162
|
|
|
159
163
|
- name: Check Quarto Version
|
|
160
164
|
shell: bash
|
|
@@ -186,16 +190,11 @@ jobs:
|
|
|
186
190
|
with:
|
|
187
191
|
path: |
|
|
188
192
|
src/ansys/fluent/core/generated
|
|
189
|
-
doc/source/api/meshing/tui
|
|
190
|
-
doc/source/api/meshing/datamodel
|
|
191
|
-
doc/source/api/solver/tui
|
|
192
|
-
doc/source/api/solver/datamodel
|
|
193
193
|
key: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}-${{ hashFiles('src/ansys/fluent/core/codegen/**') }}
|
|
194
|
-
restore-keys: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
|
|
195
194
|
|
|
196
195
|
- name: Login to GitHub Container Registry
|
|
197
196
|
if: steps.cache-api-code.outputs.cache-hit != 'true'
|
|
198
|
-
uses: docker/login-action@v3
|
|
197
|
+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
|
|
199
198
|
with:
|
|
200
199
|
registry: ghcr.io
|
|
201
200
|
username: ansys-bot
|
|
@@ -240,6 +239,10 @@ jobs:
|
|
|
240
239
|
path: HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}.zip
|
|
241
240
|
retention-days: 7
|
|
242
241
|
|
|
242
|
+
- name: Remove all docker images
|
|
243
|
+
if: always()
|
|
244
|
+
run: make docker-clean-images
|
|
245
|
+
|
|
243
246
|
build:
|
|
244
247
|
name: Build
|
|
245
248
|
if: ${{ !contains(github.event.pull_request.title, '[skip tests]') }}
|
|
@@ -258,9 +261,9 @@ jobs:
|
|
|
258
261
|
uses: actions/cache@v4
|
|
259
262
|
with:
|
|
260
263
|
path: ~/.cache/pip
|
|
261
|
-
key: Python-${{ runner.os }}-${{
|
|
264
|
+
key: Python-${{ runner.os }}-${{ env.MAIN_PYTHON_VERSION }}-${{ hashFiles('pyproject.toml') }}
|
|
262
265
|
restore-keys: |
|
|
263
|
-
Python-${{ runner.os }}-${{
|
|
266
|
+
Python-${{ runner.os }}-${{ env.MAIN_PYTHON_VERSION }}
|
|
264
267
|
|
|
265
268
|
- name: Add version information
|
|
266
269
|
run: make version-info
|
|
@@ -274,65 +277,30 @@ jobs:
|
|
|
274
277
|
echo "PYFLUENT version is: $(python -c "from ansys.fluent.core import __version__; print(); print(__version__)" | tail -1)"
|
|
275
278
|
id: version
|
|
276
279
|
|
|
277
|
-
- name: Cache 22.2 API Code
|
|
278
|
-
uses: actions/cache@v4
|
|
279
|
-
id: cache-222-api-code
|
|
280
|
-
with:
|
|
281
|
-
path:
|
|
282
|
-
src/ansys/fluent/core/generated
|
|
283
|
-
doc/source/api/core/meshing/tui
|
|
284
|
-
doc/source/api/core/meshing/datamodel
|
|
285
|
-
doc/source/api/core/solver/tui
|
|
286
|
-
doc/source/api/core/solver/datamodel
|
|
287
|
-
key: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-v22.2.0-${{ hashFiles('src/ansys/fluent/core/codegen/**') }}
|
|
288
|
-
restore-keys: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-v22.2.0
|
|
289
|
-
|
|
290
280
|
- name: Login to GitHub Container Registry
|
|
291
|
-
uses: docker/login-action@v3
|
|
281
|
+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
|
|
292
282
|
with:
|
|
293
283
|
registry: ghcr.io
|
|
294
284
|
username: ansys-bot
|
|
295
285
|
password: ${{ secrets.GITHUB_TOKEN }}
|
|
296
286
|
|
|
297
|
-
- name:
|
|
298
|
-
if: steps.cache-222-api-code.outputs.cache-hit != 'true'
|
|
299
|
-
run: make docker-pull
|
|
300
|
-
env:
|
|
301
|
-
FLUENT_IMAGE_TAG: v22.2.0
|
|
302
|
-
|
|
303
|
-
- name: Run 22.2 API codegen
|
|
304
|
-
if: steps.cache-222-api-code.outputs.cache-hit != 'true'
|
|
305
|
-
run: make api-codegen
|
|
306
|
-
env:
|
|
307
|
-
FLUENT_IMAGE_TAG: v22.2.0
|
|
308
|
-
PYFLUENT_CODEGEN_SKIP_BUILTIN_SETTINGS: 1
|
|
309
|
-
|
|
310
|
-
- name: Print 22.2 Fluent version info
|
|
311
|
-
run: |
|
|
312
|
-
cat src/ansys/fluent/core/generated/fluent_version_222.py
|
|
313
|
-
python -c "from ansys.fluent.core.generated.solver.settings_222 import SHASH; print(f'SETTINGS_HASH = {SHASH}')"
|
|
314
|
-
|
|
315
|
-
- name: Cache 23.1 API Code
|
|
287
|
+
- name: Cache API Code
|
|
316
288
|
uses: actions/cache@v4
|
|
317
|
-
id: cache-
|
|
289
|
+
id: cache-api-code
|
|
318
290
|
with:
|
|
319
|
-
path:
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
doc/source/api/core/solver/tui
|
|
324
|
-
doc/source/api/core/solver/datamodel
|
|
325
|
-
key: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-v23.1.0-${{ hashFiles('src/ansys/fluent/core/codegen/**') }}
|
|
326
|
-
restore-keys: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-v23.1.0
|
|
291
|
+
path: src/ansys/fluent/core/generated
|
|
292
|
+
# Combined cache key for all versions:
|
|
293
|
+
# API-Code-<Cache version>-<PyFluent version>-<First Fluent release version>-<Last Fluent release version>-<Fluent dev version>-<Hash of codegen files>
|
|
294
|
+
key: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-v23.1.0-v25.2.0-${{ vars.FLUENT_STABLE_IMAGE_DEV }}-${{ hashFiles('src/ansys/fluent/core/codegen/**') }}
|
|
327
295
|
|
|
328
296
|
- name: Pull 23.1 Fluent docker image
|
|
329
|
-
if: steps.cache-
|
|
297
|
+
if: steps.cache-api-code.outputs.cache-hit != 'true'
|
|
330
298
|
run: make docker-pull
|
|
331
299
|
env:
|
|
332
300
|
FLUENT_IMAGE_TAG: v23.1.0
|
|
333
301
|
|
|
334
302
|
- name: Run 23.1 API codegen
|
|
335
|
-
if: steps.cache-
|
|
303
|
+
if: steps.cache-api-code.outputs.cache-hit != 'true'
|
|
336
304
|
run: make api-codegen
|
|
337
305
|
env:
|
|
338
306
|
FLUENT_IMAGE_TAG: v23.1.0
|
|
@@ -341,29 +309,20 @@ jobs:
|
|
|
341
309
|
- name: Print 23.1 Fluent version info
|
|
342
310
|
run: |
|
|
343
311
|
cat src/ansys/fluent/core/generated/fluent_version_231.py
|
|
344
|
-
python -c "from ansys.fluent.core.generated.solver.settings_231 import SHASH; print(f'SETTINGS_HASH = {SHASH}')"
|
|
312
|
+
python -c "from src.ansys.fluent.core.generated.solver.settings_231 import SHASH; print(f'SETTINGS_HASH = {SHASH}')"
|
|
345
313
|
|
|
346
|
-
- name:
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
with:
|
|
350
|
-
path:
|
|
351
|
-
src/ansys/fluent/core/generated
|
|
352
|
-
doc/source/api/core/meshing/tui
|
|
353
|
-
doc/source/api/core/meshing/datamodel
|
|
354
|
-
doc/source/api/core/solver/tui
|
|
355
|
-
doc/source/api/core/solver/datamodel
|
|
356
|
-
key: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-v23.2.0-${{ hashFiles('src/ansys/fluent/core/codegen/**') }}
|
|
357
|
-
restore-keys: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-v23.2.0
|
|
314
|
+
- name: Remove all docker images
|
|
315
|
+
if: always()
|
|
316
|
+
run: make docker-clean-images
|
|
358
317
|
|
|
359
318
|
- name: Pull 23.2 Fluent docker image
|
|
360
|
-
if: steps.cache-
|
|
319
|
+
if: steps.cache-api-code.outputs.cache-hit != 'true'
|
|
361
320
|
run: make docker-pull
|
|
362
321
|
env:
|
|
363
322
|
FLUENT_IMAGE_TAG: v23.2.0
|
|
364
323
|
|
|
365
324
|
- name: Run 23.2 API codegen
|
|
366
|
-
if: steps.cache-
|
|
325
|
+
if: steps.cache-api-code.outputs.cache-hit != 'true'
|
|
367
326
|
run: make api-codegen
|
|
368
327
|
env:
|
|
369
328
|
FLUENT_IMAGE_TAG: v23.2.0
|
|
@@ -372,29 +331,20 @@ jobs:
|
|
|
372
331
|
- name: Print 23.2 Fluent version info
|
|
373
332
|
run: |
|
|
374
333
|
cat src/ansys/fluent/core/generated/fluent_version_232.py
|
|
375
|
-
python -c "from ansys.fluent.core.generated.solver.settings_232 import SHASH; print(f'SETTINGS_HASH = {SHASH}')"
|
|
334
|
+
python -c "from src.ansys.fluent.core.generated.solver.settings_232 import SHASH; print(f'SETTINGS_HASH = {SHASH}')"
|
|
376
335
|
|
|
377
|
-
- name:
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
with:
|
|
381
|
-
path:
|
|
382
|
-
src/ansys/fluent/core/generated
|
|
383
|
-
doc/source/api/core/meshing/tui
|
|
384
|
-
doc/source/api/core/meshing/datamodel
|
|
385
|
-
doc/source/api/core/solver/tui
|
|
386
|
-
doc/source/api/core/solver/datamodel
|
|
387
|
-
key: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-v24.1.0-${{ hashFiles('src/ansys/fluent/core/codegen/**') }}
|
|
388
|
-
restore-keys: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-v24.1.0
|
|
336
|
+
- name: Remove all docker images
|
|
337
|
+
if: always()
|
|
338
|
+
run: make docker-clean-images
|
|
389
339
|
|
|
390
340
|
- name: Pull 24.1 Fluent docker image
|
|
391
|
-
if: steps.cache-
|
|
341
|
+
if: steps.cache-api-code.outputs.cache-hit != 'true'
|
|
392
342
|
run: make docker-pull
|
|
393
343
|
env:
|
|
394
344
|
FLUENT_IMAGE_TAG: v24.1.0
|
|
395
345
|
|
|
396
346
|
- name: Run 24.1 API codegen
|
|
397
|
-
if: steps.cache-
|
|
347
|
+
if: steps.cache-api-code.outputs.cache-hit != 'true'
|
|
398
348
|
run: make api-codegen
|
|
399
349
|
env:
|
|
400
350
|
FLUENT_IMAGE_TAG: v24.1.0
|
|
@@ -403,29 +353,20 @@ jobs:
|
|
|
403
353
|
- name: Print 24.1 Fluent version info
|
|
404
354
|
run: |
|
|
405
355
|
cat src/ansys/fluent/core/generated/fluent_version_241.py
|
|
406
|
-
python -c "from ansys.fluent.core.generated.solver.settings_241 import SHASH; print(f'SETTINGS_HASH = {SHASH}')"
|
|
356
|
+
python -c "from src.ansys.fluent.core.generated.solver.settings_241 import SHASH; print(f'SETTINGS_HASH = {SHASH}')"
|
|
407
357
|
|
|
408
|
-
- name:
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
with:
|
|
412
|
-
path:
|
|
413
|
-
src/ansys/fluent/core/generated
|
|
414
|
-
doc/source/api/core/meshing/tui
|
|
415
|
-
doc/source/api/core/meshing/datamodel
|
|
416
|
-
doc/source/api/core/solver/tui
|
|
417
|
-
doc/source/api/core/solver/datamodel
|
|
418
|
-
key: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-v24.2.0-${{ hashFiles('src/ansys/fluent/core/codegen/**') }}
|
|
419
|
-
restore-keys: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-v24.2.0
|
|
358
|
+
- name: Remove all docker images
|
|
359
|
+
if: always()
|
|
360
|
+
run: make docker-clean-images
|
|
420
361
|
|
|
421
362
|
- name: Pull 24.2 Fluent docker image
|
|
422
|
-
if: steps.cache-
|
|
363
|
+
if: steps.cache-api-code.outputs.cache-hit != 'true'
|
|
423
364
|
run: make docker-pull
|
|
424
365
|
env:
|
|
425
366
|
FLUENT_IMAGE_TAG: v24.2.0
|
|
426
367
|
|
|
427
368
|
- name: Run 24.2 API codegen
|
|
428
|
-
if: steps.cache-
|
|
369
|
+
if: steps.cache-api-code.outputs.cache-hit != 'true'
|
|
429
370
|
run: make api-codegen
|
|
430
371
|
env:
|
|
431
372
|
FLUENT_IMAGE_TAG: v24.2.0
|
|
@@ -434,29 +375,20 @@ jobs:
|
|
|
434
375
|
- name: Print 24.2 Fluent version info
|
|
435
376
|
run: |
|
|
436
377
|
cat src/ansys/fluent/core/generated/fluent_version_242.py
|
|
437
|
-
python -c "from ansys.fluent.core.generated.solver.settings_242 import SHASH; print(f'SETTINGS_HASH = {SHASH}')"
|
|
378
|
+
python -c "from src.ansys.fluent.core.generated.solver.settings_242 import SHASH; print(f'SETTINGS_HASH = {SHASH}')"
|
|
438
379
|
|
|
439
|
-
- name:
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
with:
|
|
443
|
-
path:
|
|
444
|
-
src/ansys/fluent/core/generated
|
|
445
|
-
doc/source/api/core/meshing/tui
|
|
446
|
-
doc/source/api/core/meshing/datamodel
|
|
447
|
-
doc/source/api/core/solver/tui
|
|
448
|
-
doc/source/api/core/solver/datamodel
|
|
449
|
-
key: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-v25.1.0-${{ hashFiles('src/ansys/fluent/core/codegen/**') }}
|
|
450
|
-
restore-keys: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-v25.1.0
|
|
380
|
+
- name: Remove all docker images
|
|
381
|
+
if: always()
|
|
382
|
+
run: make docker-clean-images
|
|
451
383
|
|
|
452
384
|
- name: Pull 25.1 Fluent docker image
|
|
453
|
-
if: steps.cache-
|
|
385
|
+
if: steps.cache-api-code.outputs.cache-hit != 'true'
|
|
454
386
|
run: make docker-pull
|
|
455
387
|
env:
|
|
456
388
|
FLUENT_IMAGE_TAG: v25.1.0
|
|
457
389
|
|
|
458
390
|
- name: Run 25.1 API codegen
|
|
459
|
-
if: steps.cache-
|
|
391
|
+
if: steps.cache-api-code.outputs.cache-hit != 'true'
|
|
460
392
|
run: make api-codegen
|
|
461
393
|
env:
|
|
462
394
|
FLUENT_IMAGE_TAG: v25.1.0
|
|
@@ -465,29 +397,20 @@ jobs:
|
|
|
465
397
|
- name: Print 25.1 Fluent version info
|
|
466
398
|
run: |
|
|
467
399
|
cat src/ansys/fluent/core/generated/fluent_version_251.py
|
|
468
|
-
python -c "from ansys.fluent.core.generated.solver.settings_251 import SHASH; print(f'SETTINGS_HASH = {SHASH}')"
|
|
400
|
+
python -c "from src.ansys.fluent.core.generated.solver.settings_251 import SHASH; print(f'SETTINGS_HASH = {SHASH}')"
|
|
469
401
|
|
|
470
|
-
- name:
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
with:
|
|
474
|
-
path:
|
|
475
|
-
src/ansys/fluent/core/generated
|
|
476
|
-
doc/source/api/core/meshing/tui
|
|
477
|
-
doc/source/api/core/meshing/datamodel
|
|
478
|
-
doc/source/api/core/solver/tui
|
|
479
|
-
doc/source/api/core/solver/datamodel
|
|
480
|
-
key: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-v25.2.0-${{ hashFiles('src/ansys/fluent/core/codegen/**') }}
|
|
481
|
-
restore-keys: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-v25.2.0
|
|
402
|
+
- name: Remove all docker images
|
|
403
|
+
if: always()
|
|
404
|
+
run: make docker-clean-images
|
|
482
405
|
|
|
483
406
|
- name: Pull 25.2 Fluent docker image
|
|
484
|
-
if: steps.cache-
|
|
407
|
+
if: steps.cache-api-code.outputs.cache-hit != 'true'
|
|
485
408
|
run: make docker-pull
|
|
486
409
|
env:
|
|
487
410
|
FLUENT_IMAGE_TAG: v25.2.0
|
|
488
411
|
|
|
489
412
|
- name: Run 25.2 API codegen
|
|
490
|
-
if: steps.cache-
|
|
413
|
+
if: steps.cache-api-code.outputs.cache-hit != 'true'
|
|
491
414
|
run: make api-codegen
|
|
492
415
|
env:
|
|
493
416
|
FLUENT_IMAGE_TAG: v25.2.0
|
|
@@ -496,29 +419,20 @@ jobs:
|
|
|
496
419
|
- name: Print 25.2 Fluent version info
|
|
497
420
|
run: |
|
|
498
421
|
cat src/ansys/fluent/core/generated/fluent_version_252.py
|
|
499
|
-
python -c "from ansys.fluent.core.generated.solver.settings_252 import SHASH; print(f'SETTINGS_HASH = {SHASH}')"
|
|
422
|
+
python -c "from src.ansys.fluent.core.generated.solver.settings_252 import SHASH; print(f'SETTINGS_HASH = {SHASH}')"
|
|
500
423
|
|
|
501
|
-
- name:
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
with:
|
|
505
|
-
path:
|
|
506
|
-
src/ansys/fluent/core/generated
|
|
507
|
-
doc/source/api/core/meshing/tui
|
|
508
|
-
doc/source/api/core/meshing/datamodel
|
|
509
|
-
doc/source/api/core/solver/tui
|
|
510
|
-
doc/source/api/core/solver/datamodel
|
|
511
|
-
key: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-${{ vars.FLUENT_STABLE_IMAGE_DEV }}-${{ hashFiles('src/ansys/fluent/core/codegen/**') }}
|
|
512
|
-
restore-keys: API-Code-v${{ env.API_CODE_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-${{ vars.FLUENT_STABLE_IMAGE_DEV }}
|
|
424
|
+
- name: Remove all docker images
|
|
425
|
+
if: always()
|
|
426
|
+
run: make docker-clean-images
|
|
513
427
|
|
|
514
428
|
- name: Pull 26.1 Fluent docker image
|
|
515
|
-
if: steps.cache-
|
|
429
|
+
if: steps.cache-api-code.outputs.cache-hit != 'true'
|
|
516
430
|
run: make docker-pull
|
|
517
431
|
env:
|
|
518
432
|
FLUENT_IMAGE_TAG: ${{ vars.FLUENT_STABLE_IMAGE_DEV }}
|
|
519
433
|
|
|
520
434
|
- name: Run 26.1 API codegen
|
|
521
|
-
if: steps.cache-
|
|
435
|
+
if: steps.cache-api-code.outputs.cache-hit != 'true'
|
|
522
436
|
run: make api-codegen
|
|
523
437
|
env:
|
|
524
438
|
FLUENT_IMAGE_TAG: ${{ vars.FLUENT_STABLE_IMAGE_DEV }}
|
|
@@ -526,7 +440,7 @@ jobs:
|
|
|
526
440
|
- name: Print 26.1 Fluent version info
|
|
527
441
|
run: |
|
|
528
442
|
cat src/ansys/fluent/core/generated/fluent_version_261.py
|
|
529
|
-
python -c "from ansys.fluent.core.generated.solver.settings_261 import SHASH; print(f'SETTINGS_HASH = {SHASH}')"
|
|
443
|
+
python -c "from src.ansys.fluent.core.generated.solver.settings_261 import SHASH; print(f'SETTINGS_HASH = {SHASH}')"
|
|
530
444
|
|
|
531
445
|
- name: Install again after codegen
|
|
532
446
|
run: |
|
|
@@ -547,6 +461,10 @@ jobs:
|
|
|
547
461
|
dist/*.tar.gz
|
|
548
462
|
retention-days: 7
|
|
549
463
|
|
|
464
|
+
- name: Remove all docker images
|
|
465
|
+
if: always()
|
|
466
|
+
run: make docker-clean-images
|
|
467
|
+
|
|
550
468
|
test:
|
|
551
469
|
name: Unit Testing
|
|
552
470
|
if: ${{ always() }}
|
|
@@ -556,8 +474,6 @@ jobs:
|
|
|
556
474
|
fail-fast: false
|
|
557
475
|
matrix:
|
|
558
476
|
include:
|
|
559
|
-
- image-tag: v22.2.0
|
|
560
|
-
version: 222
|
|
561
477
|
- image-tag: v23.1.0
|
|
562
478
|
version: 231
|
|
563
479
|
- image-tag: v23.2.0
|
|
@@ -574,10 +490,9 @@ jobs:
|
|
|
574
490
|
version: 261
|
|
575
491
|
timeout-minutes: 60
|
|
576
492
|
env:
|
|
577
|
-
|
|
493
|
+
FLUENT_IMAGE_TAG: ${{ matrix.version == 261 && vars.FLUENT_STABLE_IMAGE_DEV || matrix.image-tag }}
|
|
578
494
|
|
|
579
495
|
steps:
|
|
580
|
-
|
|
581
496
|
- uses: actions/checkout@v4
|
|
582
497
|
|
|
583
498
|
- name: Setup Python
|
|
@@ -606,7 +521,7 @@ jobs:
|
|
|
606
521
|
|
|
607
522
|
- name: Login to GitHub Container Registry
|
|
608
523
|
if: ${{ !contains(github.event.pull_request.title, '[skip tests]') }}
|
|
609
|
-
uses: docker/login-action@v3
|
|
524
|
+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
|
|
610
525
|
with:
|
|
611
526
|
registry: ghcr.io
|
|
612
527
|
username: ansys-bot
|
|
@@ -633,10 +548,14 @@ jobs:
|
|
|
633
548
|
name: coverage_report
|
|
634
549
|
path: ./htmlcov
|
|
635
550
|
|
|
551
|
+
- name: Remove all docker images
|
|
552
|
+
if: always()
|
|
553
|
+
run: make docker-clean-images
|
|
554
|
+
|
|
636
555
|
nightly-dev-test:
|
|
637
556
|
name: Release Testing
|
|
638
557
|
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
|
|
639
|
-
runs-on: [
|
|
558
|
+
runs-on: [self-hosted, pyfluent]
|
|
640
559
|
timeout-minutes: 120
|
|
641
560
|
|
|
642
561
|
steps:
|
|
@@ -668,7 +587,7 @@ jobs:
|
|
|
668
587
|
id: version
|
|
669
588
|
|
|
670
589
|
- name: Login to GitHub Container Registry
|
|
671
|
-
uses: docker/login-action@v3
|
|
590
|
+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
|
|
672
591
|
with:
|
|
673
592
|
registry: ghcr.io
|
|
674
593
|
username: ansys-bot
|
|
@@ -705,17 +624,9 @@ jobs:
|
|
|
705
624
|
if: always()
|
|
706
625
|
run: make cleanup-previous-docker-containers
|
|
707
626
|
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
runs-on: [ self-hosted, pyfluent ]
|
|
712
|
-
needs: nightly-dev-test
|
|
713
|
-
|
|
714
|
-
steps:
|
|
715
|
-
- uses: actions/checkout@v4
|
|
716
|
-
|
|
717
|
-
- name: Clean up Fluent docker image
|
|
718
|
-
run: docker rmi -f ghcr.io/ansys/pyfluent:v26.1.0
|
|
627
|
+
- name: Remove all docker images
|
|
628
|
+
if: always()
|
|
629
|
+
run: make docker-clean-images
|
|
719
630
|
|
|
720
631
|
release:
|
|
721
632
|
name: Release
|
{ansys_fluent_core-0.32.2 → ansys_fluent_core-0.33.0}/.github/workflows/doc-build-dev-nightly.yml
RENAMED
|
@@ -1,21 +1,26 @@
|
|
|
1
1
|
name: Doc Build Dev Nightly
|
|
2
2
|
|
|
3
3
|
on:
|
|
4
|
-
schedule:
|
|
5
|
-
- cron:
|
|
4
|
+
schedule: # UTC at 0500
|
|
5
|
+
- cron: "0 5 * * *"
|
|
6
6
|
workflow_dispatch:
|
|
7
7
|
|
|
8
|
+
permissions:
|
|
9
|
+
contents: write
|
|
10
|
+
packages: read
|
|
11
|
+
pull-requests: write
|
|
12
|
+
issues: write
|
|
13
|
+
|
|
8
14
|
env:
|
|
9
|
-
DOCUMENTATION_CNAME:
|
|
10
|
-
DOC_DEPLOYMENT_IMAGE_TAG:
|
|
15
|
+
DOCUMENTATION_CNAME: "fluent.docs.pyansys.com"
|
|
16
|
+
DOC_DEPLOYMENT_IMAGE_TAG: v26.1.0
|
|
11
17
|
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
|
|
12
18
|
PYFLUENT_TIMEOUT_FORCE_EXIT: 30
|
|
13
19
|
PYFLUENT_LAUNCH_CONTAINER: 1
|
|
14
|
-
PYFLUENT_LOGGING:
|
|
15
|
-
PYFLUENT_WATCHDOG_DEBUG:
|
|
20
|
+
PYFLUENT_LOGGING: "DEBUG"
|
|
21
|
+
PYFLUENT_WATCHDOG_DEBUG: "OFF"
|
|
16
22
|
PYFLUENT_HIDE_LOG_SECRETS: 1
|
|
17
23
|
PYFLUENT_SKIP_API_UPGRADE_ADVICE: 1
|
|
18
|
-
PYFLUENT_CONTAINER_MOUNT_SOURCE: "/home/ansys/Downloads/ansys_fluent_core_examples"
|
|
19
24
|
|
|
20
25
|
jobs:
|
|
21
26
|
build_dev_docs:
|
|
@@ -27,7 +32,7 @@ jobs:
|
|
|
27
32
|
- name: Setup Python
|
|
28
33
|
uses: actions/setup-python@v5
|
|
29
34
|
with:
|
|
30
|
-
python-version:
|
|
35
|
+
python-version: "3.11"
|
|
31
36
|
|
|
32
37
|
- name: Install OS packages
|
|
33
38
|
run: |
|
|
@@ -38,7 +43,7 @@ jobs:
|
|
|
38
43
|
run: make install
|
|
39
44
|
|
|
40
45
|
- name: Login to GitHub Container Registry
|
|
41
|
-
uses: docker/login-action@v3
|
|
46
|
+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
|
|
42
47
|
with:
|
|
43
48
|
registry: ghcr.io
|
|
44
49
|
username: ansys-bot
|
|
@@ -64,7 +69,7 @@ jobs:
|
|
|
64
69
|
python examples/00-fluent/exhaust_system_settings_api.py
|
|
65
70
|
env:
|
|
66
71
|
FLUENT_IMAGE_TAG: ${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
|
|
67
|
-
|
|
72
|
+
|
|
68
73
|
- name: Execute external_compressible_flow.py
|
|
69
74
|
run: |
|
|
70
75
|
python examples/00-fluent/external_compressible_flow.py
|
|
@@ -112,6 +117,10 @@ jobs:
|
|
|
112
117
|
path: HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}.zip
|
|
113
118
|
retention-days: 7
|
|
114
119
|
|
|
120
|
+
- name: Remove all docker images
|
|
121
|
+
if: always()
|
|
122
|
+
run: make docker-clean-images
|
|
123
|
+
|
|
115
124
|
deploy_dev_docs:
|
|
116
125
|
runs-on: ubuntu-latest
|
|
117
126
|
needs: [build_dev_docs]
|
|
@@ -120,9 +129,9 @@ jobs:
|
|
|
120
129
|
- name: "Deploy development documentation"
|
|
121
130
|
uses: ansys/actions/doc-deploy-dev@v9.0
|
|
122
131
|
with:
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
132
|
+
doc-artifact-name: "HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}"
|
|
133
|
+
decompress-artifact: true
|
|
134
|
+
cname: ${{ env.DOCUMENTATION_CNAME }}
|
|
135
|
+
token: ${{ secrets.GITHUB_TOKEN }}
|
|
136
|
+
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
|
|
137
|
+
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
|