Add MaterialProperty dataclass in typedefs.py, remove functionality for...
Add MaterialProperty dataclass in typedefs.py, remove functionality for clean_temperature_data in data_handler.py, update all necessary functions to handle the MaterialProperty dataclass, add tests, update documentation, refactor code
Showing
- apps/tutorials/codegen/HeatEquationKernel.py 4 additions, 7 deletionsapps/tutorials/codegen/HeatEquationKernel.py
- src/materials/alloys/Alloy.py 79 additions, 50 deletionssrc/materials/alloys/Alloy.py
- src/materials/alloys/SS316L/SS316L.py 58 additions, 62 deletionssrc/materials/alloys/SS316L/SS316L.py
- src/materials/alloys/Ti6Al4V.py 56 additions, 59 deletionssrc/materials/alloys/Ti6Al4V.py
- src/materials/assignment_converter.py 60 additions, 22 deletionssrc/materials/assignment_converter.py
- src/materials/data_handler/data_handler.py 18 additions, 128 deletionssrc/materials/data_handler/data_handler.py
- src/materials/interpolators.py 104 additions, 68 deletionssrc/materials/interpolators.py
- src/materials/models.py 73 additions, 23 deletionssrc/materials/models.py
- src/materials/typedefs.py 163 additions, 18 deletionssrc/materials/typedefs.py
Please register or sign in to comment