Material: material properties, add angle of friction
This commit is contained in:
committed by
Yorik van Havre
parent
7a27e0e85a
commit
a790510d8e
@@ -122,7 +122,8 @@ def getMaterialAttributeStructure(withSpaces=None):
|
||||
"CompressiveStrength", # https://en.wikipedia.org/wiki/Compressive_strength
|
||||
"YieldStrength", # https://en.wikipedia.org/wiki/Yield_Strength
|
||||
"Elasticity",
|
||||
"FractureToughness" # https://en.wikipedia.org/wiki/Fracture_toughness
|
||||
"FractureToughness", # https://en.wikipedia.org/wiki/Fracture_toughness
|
||||
"AngleOfFriction" # https://en.wikipedia.org/wiki/Friction#Angle_of_friction and https://en.m.wikipedia.org/wiki/Mohr%E2%80%93Coulomb_theory
|
||||
)),
|
||||
("Thermal", (
|
||||
"ThermalConductivity", # https://en.wikipedia.org/wiki/Thermal_conductivity
|
||||
|
||||
Reference in New Issue
Block a user