Material¶
- class pyccx.material.Material(name)¶
Bases:
ModelObjectBase class for all material model definitions
Attributes Summary
Methods Summary
isValid()Abstract method: re-implement in material models to check parameters are correct by the user
setName(matName)toNumpy(val)Attributes Documentation
- MATERIALMODEL = 'INVALID'¶
- materialModel¶
- name¶
Methods Documentation
- abstractmethod isValid()¶
Abstract method: re-implement in material models to check parameters are correct by the user
- Return type:
bool
- setName(matName)¶
- Return type:
None
- static toNumpy(val)¶
- abstractmethod writeInput()¶