KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
991 stars 244 forks source link

problem with structrualmechanicsapplication test #8511

Open ZhimingGuo opened 3 years ago

ZhimingGuo commented 3 years ago

Description There is one error when i execute the test periodic_bc_example. please check the following.

Error information File "C:\Users\gzm\Desktop\KRATOS\Kratos\bin\Release\KratosMultiphysics\StructuralMechanicsApplication\structural_mechanics_solver.py", line 335, in import_constitutive_laws KratosMultiphysics.ReadMaterialsUtility(material_settings, self.model) RuntimeError: Error: DEPRECATION: The ModelPart "Parts_solid" is retrieved from the Model by using the flat-map! This was removed end of November 2019 Please prepend the Parent-ModelPart-Names like this: "Structure.Parts_solid"

philbucher commented 3 years ago

@KratosMultiphysics/structural-mechanics there are still some test using super old input files

@KlausBSautter @adityaghantasala (and maybe others) could you please take a look at your examples? It is not much work, I updated already some tests last week