22
22
23
23
from .examples import get_example_required_minimum_dpf_version , find_files , fluid_axial_model
24
24
from .downloads import (
25
+ delete_downloads ,
26
+ download_transient_result ,
25
27
download_all_kinds_of_complexity ,
26
- download_modal_frame ,
28
+ download_all_kinds_of_complexity_modal ,
29
+ download_pontoon ,
30
+ download_multi_harmonic_result ,
27
31
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 ,
29
58
find_simple_bar ,
30
59
find_static_rst ,
31
60
find_complex_rst ,
@@ -86,13 +115,21 @@ def __getattr__(name):
86
115
87
116
__all__ = [
88
117
"download_all_kinds_of_complexity" ,
118
+ "download_all_kinds_of_complexity_modal" ,
89
119
"get_example_required_minimum_dpf_version" ,
90
120
"find_files" ,
91
121
"fluid_axial_model" ,
92
122
"download_all_kinds_of_complexity" ,
93
123
"download_modal_frame" ,
94
124
"download_transient_result" ,
95
125
"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" ,
96
133
"find_simple_bar" ,
97
134
"find_static_rst" ,
98
135
"find_complex_rst" ,
@@ -103,4 +140,25 @@ def __getattr__(name):
103
140
"find_msup_transient" ,
104
141
"find_simple_cyclic" ,
105
142
"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" ,
106
164
]
0 commit comments