[Material] new card for Iron
This commit is contained in:
@@ -37,6 +37,7 @@ SET (MaterialLib_Files
|
||||
StandardMaterial/Glass-Generic.FCMat
|
||||
StandardMaterial/Glass-S2-GlassFibre.FCMat
|
||||
StandardMaterial/Graphite.FCMat
|
||||
StandardMaterial/Iron-Generic.FCMat
|
||||
StandardMaterial/Invar-Generic.FCMat
|
||||
StandardMaterial/PA6-Generic.FCMat
|
||||
StandardMaterial/PET-Generic.FCMat
|
||||
|
||||
26
src/Mod/Material/StandardMaterial/Iron-Generic.FCMat
Normal file
26
src/Mod/Material/StandardMaterial/Iron-Generic.FCMat
Normal file
@@ -0,0 +1,26 @@
|
||||
; Iron Generic
|
||||
; Uwe Stöhr
|
||||
; information about the content of such cards can be found on the wiki:
|
||||
; https://www.freecad.org/wiki/Material
|
||||
|
||||
[General]
|
||||
Name = Iron Generic
|
||||
Father = Metal
|
||||
KindOfMaterial = Iron
|
||||
|
||||
[Mechanical]
|
||||
Density = 7874 kg/m^3
|
||||
PoissonRatio = 0.29
|
||||
ShearModulus = 82.0 GPa
|
||||
UltimateTensileStrength = 497 MPa
|
||||
YieldStrength = 428 MPa
|
||||
YoungsModulus = 211 GPa
|
||||
|
||||
[Thermal]
|
||||
SpecificHeat = 460.5 J/kg/K
|
||||
ThermalConductivity = 80.4 W/m/K
|
||||
ThermalExpansionCoefficient = 11.8 µm/m/K
|
||||
|
||||
[Electromagnetic]
|
||||
ElectricalConductivity = 10.3 MS/m
|
||||
RelativePermeability = 5000.0
|
||||
Reference in New Issue
Block a user