Merge pull request #139 from mandeeps708/materials
Updates Materials README, New material
This commit is contained in:
commit
e87d3c23e7
14
src/Mod/Material/StandardMaterial/Aluminum-6061-T6.FCMat
Normal file
14
src/Mod/Material/StandardMaterial/Aluminum-6061-T6.FCMat
Normal file
|
@ -0,0 +1,14 @@
|
|||
; Aluminum-6061-T6
|
||||
; (c) 2016 Mandeep Singh (CC-BY 3.0)
|
||||
; Information about the content of such cards you can find here:
|
||||
; http://www.freecadweb.org/wiki/index.php?title=Material
|
||||
|
||||
[FCMat]
|
||||
Name = Aluminum 6061-T6
|
||||
Description = Precipitation-hardened, Nonferrous Aluminum alloy
|
||||
Father = Aluminum
|
||||
ProductURL = https://en.wikipedia.org/wiki/6061_aluminium_alloy
|
||||
UltimateTensileStrength = 310 Mpa
|
||||
PoissonRatio = 0.33
|
||||
ThermalConductivity = 167 W/m-K
|
||||
Density = 2700 kg/m^3
|
|
@ -1,19 +1,23 @@
|
|||
This is the FreeCAD standard material library. Its intended to gather the most common Material definitions.
|
||||
This is the FreeCAD standard material library. It's intended to gather
|
||||
the most common Material definitions.
|
||||
How to do a description is explained here:
|
||||
http://www.freecadweb.org/wiki/index.php?title=Material
|
||||
|
||||
To make the material description usefull for a lot of applications only files with the (CC BY 3.0) license
|
||||
will be accepted into the FreeCAD source distribution. For more detail about the license see here:
|
||||
To make the material description useful for a lot of applications only
|
||||
files with the (CC BY 3.0) license will be accepted into the FreeCAD
|
||||
source distribution. For more detail about the license, see here:
|
||||
http://creativecommons.org/
|
||||
|
||||
Please help!
|
||||
Enlargen the base of Materials for FreeCAD will greatly benefit the usability of FreeCAD. So please
|
||||
help us to add new Materials, review existing ones or add additional vlaues. A good source for material
|
||||
definitions are text-books or the www.matweb.com database.
|
||||
Please help!
|
||||
Enlargen the base of Materials for FreeCAD will greatly benefit the
|
||||
usability of FreeCAD. So please help us to add new Materials, review
|
||||
existing ones or add additional values. A good source for material
|
||||
definitions are textbooks or the www.matweb.com database.
|
||||
|
||||
2013 Juergen Riegel
|
||||
|
||||
Edit:
|
||||
This is work in progress. Please verify material properties before use.
|
||||
This is work in progress. Please verify the material properties before
|
||||
use.
|
||||
|
||||
Please use provided TEMPLATE.FCMat file to create new materials
|
||||
Please use the provided TEMPLATE.FCMat file to create new materials.
|
||||
|
|
Loading…
Reference in New Issue
Block a user