diff --git a/examples/02_technology_showcase/contact_wear_simulation.py b/examples/02_technology_showcase/contact_wear_simulation.py index 9c73a1ea..a9199073 100644 --- a/examples/02_technology_showcase/contact_wear_simulation.py +++ b/examples/02_technology_showcase/contact_wear_simulation.py @@ -173,7 +173,7 @@ def display_image( # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Download the geometry and material files from the specified paths -geometry_path = download_file("example_07_td43_wear.agdb", "pymechanical", "00_basic") +geometry_path = download_file("example_07_td43_wear.pmdb", "pymechanical", "00_basic") mat1_path = download_file("example_07_Mat_Copper.xml", "pymechanical", "00_basic") mat2_path = download_file("example_07_Mat_Steel.xml", "pymechanical", "00_basic") diff --git a/examples/02_technology_showcase/non_linear_analysis_rubber_boot_seal.py b/examples/02_technology_showcase/non_linear_analysis_rubber_boot_seal.py index dd8cfdf0..7103d23f 100644 --- a/examples/02_technology_showcase/non_linear_analysis_rubber_boot_seal.py +++ b/examples/02_technology_showcase/non_linear_analysis_rubber_boot_seal.py @@ -164,7 +164,7 @@ def display_image( # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry_path = download_file( - "example_05_td26_Rubber_Boot_Seal.agdb", "pymechanical", "00_basic" + "example_05_td26_Rubber_Boot_Seal.pmdb", "pymechanical", "00_basic" ) mat_path = download_file("example_05_Boot_Mat.xml", "pymechanical", "00_basic") diff --git a/examples/02_technology_showcase/shape_optimization_bracket_model.py b/examples/02_technology_showcase/shape_optimization_bracket_model.py index 2078081c..9adfbe97 100644 --- a/examples/02_technology_showcase/shape_optimization_bracket_model.py +++ b/examples/02_technology_showcase/shape_optimization_bracket_model.py @@ -127,7 +127,7 @@ def display_image( # ~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Download the geometry file -geometry_path = download_file("bracket_model.agdb", "pymechanical", "embedding") +geometry_path = download_file("bracket_model.pmdb", "pymechanical", "embedding") # %% # Import the geometry