2222
2323from .examples import get_example_required_minimum_dpf_version , find_files , fluid_axial_model
2424from .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 ,
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