Skip to content

Commit a9cd044

Browse files
committed
fix: downloads
1 parent 47b15f0 commit a9cd044

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

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

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,33 @@
2222

2323
from .examples import get_example_required_minimum_dpf_version, find_files, fluid_axial_model
2424
from .downloads import (
25+
download_cycles_to_failure,
2526
download_all_kinds_of_complexity,
27+
download_all_kinds_of_complexity_modal,
28+
download_fluent_mixing_elbow_steady_state,
29+
download_binout_glstat,
30+
download_fluent_axial_comp,
31+
download_fluent_multi_species,
32+
download_fluent_mixing_elbow_transient,
33+
download_easy_statistics,
34+
download_gltf_plugin,
35+
download_d3plot_beam,
36+
download_harmonic_clamped_pipe,
37+
download_average_filter_plugin,
38+
delete_downloads,
39+
download_cfx_mixing_elbow,
40+
download_cfx_heating_coil,
41+
download_modal_cyclic,
42+
download_crankshaft,
43+
download_example_asme_result,
44+
download_piston_rod,
2645
download_modal_frame,
2746
download_multi_stage_cyclic_result,
47+
download_multi_harmonic_result,
48+
download_fluent_multi_phase,
49+
download_pontoon,
2850
download_transient_result,
51+
download_binout_matsum,
2952
find_simple_bar,
3053
find_static_rst,
3154
find_complex_rst,
@@ -36,6 +59,8 @@
3659
find_msup_transient,
3760
find_simple_cyclic,
3861
find_distributed_msup_folder,
62+
download_distributed_files,
63+
download_hemisphere,
3964
)
4065

4166

@@ -86,13 +111,21 @@ def __getattr__(name):
86111

87112
__all__ = [
88113
"download_all_kinds_of_complexity",
114+
"download_all_kinds_of_complexity_modal",
89115
"get_example_required_minimum_dpf_version",
90116
"find_files",
91117
"fluid_axial_model",
92118
"download_all_kinds_of_complexity",
93119
"download_modal_frame",
94120
"download_transient_result",
95121
"download_multi_stage_cyclic_result",
122+
"download_fluent_mixing_elbow_steady_state",
123+
"download_fluent_multi_species",
124+
"download_harmonic_clamped_pipe",
125+
"download_binout_glstat",
126+
"download_fluent_axial_comp",
127+
"download_d3plot_beam",
128+
"download_multi_harmonic_result",
96129
"find_simple_bar",
97130
"find_static_rst",
98131
"find_complex_rst",
@@ -103,4 +136,21 @@ def __getattr__(name):
103136
"find_msup_transient",
104137
"find_simple_cyclic",
105138
"find_distributed_msup_folder",
139+
"download_average_filter_plugin",
140+
"delete_downloads",
141+
"download_cfx_mixing_elbow",
142+
"download_cfx_heating_coil",
143+
"download_modal_cyclic",
144+
"download_crankshaft",
145+
"download_example_asme_result",
146+
"download_piston_rod",
147+
"download_fluent_mixing_elbow_transient",
148+
"download_easy_statistics",
149+
"download_gltf_plugin",
150+
"download_fluent_multi_phase",
151+
"download_pontoon",
152+
"download_binout_matsum",
153+
"download_cycles_to_failure",
154+
"download_distributed_files",
155+
"download_hemisphere",
106156
]

0 commit comments

Comments
 (0)