From 043502d073b1e2b327ac023c066b55f359461c7a Mon Sep 17 00:00:00 2001 From: mandeeps708 Date: Sun, 17 Apr 2016 04:26:23 +0530 Subject: [PATCH 1/2] Materials readme --- src/Mod/Material/StandardMaterial/Readme.txt | 22 ++++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/src/Mod/Material/StandardMaterial/Readme.txt b/src/Mod/Material/StandardMaterial/Readme.txt index 1f629d7a6..ab0bcfc72 100644 --- a/src/Mod/Material/StandardMaterial/Readme.txt +++ b/src/Mod/Material/StandardMaterial/Readme.txt @@ -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. From 805956368126c18d331e62cd53f15d461ddd821c Mon Sep 17 00:00:00 2001 From: mandeeps708 Date: Sun, 17 Apr 2016 05:02:38 +0530 Subject: [PATCH 2/2] adds new material: Aluminium-6061-T6 --- .../StandardMaterial/Aluminum-6061-T6.FCMat | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/Mod/Material/StandardMaterial/Aluminum-6061-T6.FCMat diff --git a/src/Mod/Material/StandardMaterial/Aluminum-6061-T6.FCMat b/src/Mod/Material/StandardMaterial/Aluminum-6061-T6.FCMat new file mode 100644 index 000000000..8e1f68a9c --- /dev/null +++ b/src/Mod/Material/StandardMaterial/Aluminum-6061-T6.FCMat @@ -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