From 4e0a5e2ab833aee1737b4a4dd2cc6b0609d07b3d Mon Sep 17 00:00:00 2001 From: Jorge Martinez Date: Wed, 4 Dec 2024 12:01:22 +0100 Subject: [PATCH] fix: downloads --- src/ansys/dpf/core/examples/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ansys/dpf/core/examples/__init__.py b/src/ansys/dpf/core/examples/__init__.py index 913061712f..22248f182b 100644 --- a/src/ansys/dpf/core/examples/__init__.py +++ b/src/ansys/dpf/core/examples/__init__.py @@ -23,6 +23,7 @@ from .examples import get_example_required_minimum_dpf_version, find_files, fluid_axial_model from .downloads import ( download_all_kinds_of_complexity, + download_fluent_mixing_elbow_steady_state, download_modal_frame, download_multi_stage_cyclic_result, download_transient_result, @@ -93,6 +94,7 @@ def __getattr__(name): "download_modal_frame", "download_transient_result", "download_multi_stage_cyclic_result", + "download_fluent_mixing_elbow_steady_state", "find_simple_bar", "find_static_rst", "find_complex_rst",