Skip to content

Commit 05c4f74

Browse files
committed
fix: downloads
1 parent 47b15f0 commit 05c4f74

File tree

1 file changed

+60
-2
lines changed

1 file changed

+60
-2
lines changed

src/ansys/dpf/core/examples/__init__.py

Lines changed: 60 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,39 @@
2222

2323
from .examples import get_example_required_minimum_dpf_version, find_files, fluid_axial_model
2424
from .downloads import (
25+
delete_downloads,
26+
download_transient_result,
2527
download_all_kinds_of_complexity,
26-
download_modal_frame,
28+
download_all_kinds_of_complexity_modal,
29+
download_pontoon,
30+
download_multi_harmonic_result,
2731
download_multi_stage_cyclic_result,
28-
download_transient_result,
32+
download_sub_file,
33+
download_msup_files_to_dict,
34+
download_average_filter_plugin,
35+
download_distributed_files,
36+
download_fluent_multi_species,
37+
download_fluent_multi_phase,
38+
download_extrapolation_3d_result,
39+
download_extrapolation_2d_result,
40+
download_easy_statistics,
41+
download_gltf_plugin,
42+
download_hemisphere,
43+
download_example_asme_result,
44+
download_crankshaft,
45+
download_piston_rod,
46+
download_d3plot_beam,
47+
download_binout_matsum,
48+
download_binout_glstat,
49+
download_cycles_to_failure,
50+
download_modal_frame,
51+
download_harmonic_clamped_pipe,
52+
download_modal_cyclic,
53+
download_fluent_axial_comp,
54+
download_fluent_mixing_elbow_steady_state,
55+
download_fluent_mixing_elbow_transient,
56+
download_cfx_heating_coil,
57+
download_cfx_mixing_elbow,
2958
find_simple_bar,
3059
find_static_rst,
3160
find_complex_rst,
@@ -86,13 +115,21 @@ def __getattr__(name):
86115

87116
__all__ = [
88117
"download_all_kinds_of_complexity",
118+
"download_all_kinds_of_complexity_modal",
89119
"get_example_required_minimum_dpf_version",
90120
"find_files",
91121
"fluid_axial_model",
92122
"download_all_kinds_of_complexity",
93123
"download_modal_frame",
94124
"download_transient_result",
95125
"download_multi_stage_cyclic_result",
126+
"download_fluent_mixing_elbow_steady_state",
127+
"download_fluent_multi_species",
128+
"download_harmonic_clamped_pipe",
129+
"download_binout_glstat",
130+
"download_fluent_axial_comp",
131+
"download_d3plot_beam",
132+
"download_multi_harmonic_result",
96133
"find_simple_bar",
97134
"find_static_rst",
98135
"find_complex_rst",
@@ -103,4 +140,25 @@ def __getattr__(name):
103140
"find_msup_transient",
104141
"find_simple_cyclic",
105142
"find_distributed_msup_folder",
143+
"download_average_filter_plugin",
144+
"delete_downloads",
145+
"download_cfx_mixing_elbow",
146+
"download_cfx_heating_coil",
147+
"download_modal_cyclic",
148+
"download_crankshaft",
149+
"download_example_asme_result",
150+
"download_piston_rod",
151+
"download_fluent_mixing_elbow_transient",
152+
"download_easy_statistics",
153+
"download_gltf_plugin",
154+
"download_fluent_multi_phase",
155+
"download_pontoon",
156+
"download_binout_matsum",
157+
"download_cycles_to_failure",
158+
"download_distributed_files",
159+
"download_hemisphere",
160+
"download_sub_file",
161+
"download_extrapolation_3d_result",
162+
"download_extrapolation_2d_result",
163+
"download_msup_files_to_dict",
106164
]

0 commit comments

Comments
 (0)