[FEM] add a Graphite material card
This commit is contained in:
committed by
Bernd Hahnebach
parent
a3c2190c35
commit
40eb30ce8c
@@ -34,6 +34,7 @@ SET (MaterialLib_Files
|
||||
StandardMaterial/Glass-E-GlassFibre.FCMat
|
||||
StandardMaterial/Glass-Generic.FCMat
|
||||
StandardMaterial/Glass-S2-GlassFibre.FCMat
|
||||
StandardMaterial/Graphite.FCMat
|
||||
StandardMaterial/PA6-Generic.FCMat
|
||||
StandardMaterial/PET-Generic.FCMat
|
||||
StandardMaterial/PLA-Generic.FCMat
|
||||
|
||||
32
src/Mod/Material/StandardMaterial/Graphite.FCMat
Normal file
32
src/Mod/Material/StandardMaterial/Graphite.FCMat
Normal file
@@ -0,0 +1,32 @@
|
||||
; Graphite
|
||||
; Uwe Stöhr, LGPL
|
||||
; information about the content of such cards can be found on the wiki:
|
||||
; https://www.freecadweb.org/wiki/Material
|
||||
; file created by FreeCAD 0.20.24516 (Git)
|
||||
|
||||
[General]
|
||||
Name = Graphite
|
||||
Description = Typical material properties for pure graphite
|
||||
Father = Carbon
|
||||
KindOfMaterial = Solid
|
||||
ReferenceSource = Poperties and characteristics of graphite
|
||||
SourceURL = https://www.entegris.com/content/dam/web/resources/manuals-and-guides/manual-properties-and-characteristics-of-graphite-109441.pdf
|
||||
|
||||
[Mechanical]
|
||||
CompressiveStrength = 120,000 MPa
|
||||
Density = 1750,000 kg/m^3
|
||||
PoissonRatio = 0.20
|
||||
UltimateTensileStrength = 34 MPa
|
||||
YoungsModulus = 11,7 MPa
|
||||
|
||||
[Thermal]
|
||||
SpecificHeat = 0,72 kJ/kg/K
|
||||
ThermalConductivity = 96,000 W/m/K
|
||||
ThermalExpansionCoefficient = 8e-6 1/K
|
||||
|
||||
[Electrical]
|
||||
RelativePermittivity = 0.7
|
||||
ElectricalConductivity = 2e4 S/m
|
||||
|
||||
[UserDefined]
|
||||
MolarMass = 12
|
||||
Reference in New Issue
Block a user