File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
src/ansys/dpf/core/examples Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 2323from .examples import get_example_required_minimum_dpf_version , find_files , fluid_axial_model
2424from .downloads import (
2525 download_all_kinds_of_complexity ,
26+ download_modal_frame ,
2627 find_simple_bar ,
2728 find_static_rst ,
2829 find_complex_rst ,
@@ -86,4 +87,16 @@ def __getattr__(name):
8687 "get_example_required_minimum_dpf_version" ,
8788 "find_files" ,
8889 "fluid_axial_model" ,
90+ "download_all_kinds_of_complexity" ,
91+ "download_modal_frame" ,
92+ "find_simple_bar" ,
93+ "find_static_rst" ,
94+ "find_complex_rst" ,
95+ "find_multishells_rst" ,
96+ "find_electric_therm" ,
97+ "find_steady_therm" ,
98+ "find_transient_therm" ,
99+ "find_msup_transient" ,
100+ "find_simple_cyclic" ,
101+ "find_distributed_msup_folder" ,
89102]
You can’t perform that action at this time.
0 commit comments