Skip to content

Commit

Permalink
fix: downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Dec 4, 2024
1 parent 47b15f0 commit 05c4f74
Showing 1 changed file with 60 additions and 2 deletions.
62 changes: 60 additions & 2 deletions src/ansys/dpf/core/examples/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,39 @@

from .examples import get_example_required_minimum_dpf_version, find_files, fluid_axial_model
from .downloads import (
delete_downloads,
download_transient_result,
download_all_kinds_of_complexity,
download_modal_frame,
download_all_kinds_of_complexity_modal,
download_pontoon,
download_multi_harmonic_result,
download_multi_stage_cyclic_result,
download_transient_result,
download_sub_file,
download_msup_files_to_dict,
download_average_filter_plugin,
download_distributed_files,
download_fluent_multi_species,
download_fluent_multi_phase,
download_extrapolation_3d_result,
download_extrapolation_2d_result,
download_easy_statistics,
download_gltf_plugin,
download_hemisphere,
download_example_asme_result,
download_crankshaft,
download_piston_rod,
download_d3plot_beam,
download_binout_matsum,
download_binout_glstat,
download_cycles_to_failure,
download_modal_frame,
download_harmonic_clamped_pipe,
download_modal_cyclic,
download_fluent_axial_comp,
download_fluent_mixing_elbow_steady_state,
download_fluent_mixing_elbow_transient,
download_cfx_heating_coil,
download_cfx_mixing_elbow,
find_simple_bar,
find_static_rst,
find_complex_rst,
Expand Down Expand Up @@ -86,13 +115,21 @@ def __getattr__(name):

__all__ = [
"download_all_kinds_of_complexity",
"download_all_kinds_of_complexity_modal",
"get_example_required_minimum_dpf_version",
"find_files",
"fluid_axial_model",
"download_all_kinds_of_complexity",
"download_modal_frame",
"download_transient_result",
"download_multi_stage_cyclic_result",
"download_fluent_mixing_elbow_steady_state",
"download_fluent_multi_species",
"download_harmonic_clamped_pipe",
"download_binout_glstat",
"download_fluent_axial_comp",
"download_d3plot_beam",
"download_multi_harmonic_result",
"find_simple_bar",
"find_static_rst",
"find_complex_rst",
Expand All @@ -103,4 +140,25 @@ def __getattr__(name):
"find_msup_transient",
"find_simple_cyclic",
"find_distributed_msup_folder",
"download_average_filter_plugin",
"delete_downloads",
"download_cfx_mixing_elbow",
"download_cfx_heating_coil",
"download_modal_cyclic",
"download_crankshaft",
"download_example_asme_result",
"download_piston_rod",
"download_fluent_mixing_elbow_transient",
"download_easy_statistics",
"download_gltf_plugin",
"download_fluent_multi_phase",
"download_pontoon",
"download_binout_matsum",
"download_cycles_to_failure",
"download_distributed_files",
"download_hemisphere",
"download_sub_file",
"download_extrapolation_3d_result",
"download_extrapolation_2d_result",
"download_msup_files_to_dict",
]

0 comments on commit 05c4f74

Please sign in to comment.