make main material cards to work correctly with FemWB
This commit is contained in:
parent
b42ea802b5
commit
fb908f6f82
|
@ -14,9 +14,12 @@ SOURCE_GROUP("Module" FILES ${Material_SRCS})
|
|||
#FILE( GLOB MaterialLib_Files ./StandardMaterial/*.FCMat ./StandardMaterial/*.txt )
|
||||
|
||||
SET (MaterialLib_Files
|
||||
StandardMaterial/Steel.FCMat
|
||||
StandardMaterial/ABS.FCMat
|
||||
StandardMaterial/CalculiX.FCMat
|
||||
StandardMaterial/Concrete.FCMat
|
||||
StandardMaterial/PLA.FCMat
|
||||
StandardMaterial/Steel.FCMat
|
||||
StandardMaterial/Wood.FCMat
|
||||
StandardMaterial/Readme.txt
|
||||
)
|
||||
SOURCE_GROUP("MatLib" FILES ${MaterialLib_Files})
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
[General]
|
||||
; General name, need to be the same as the file name
|
||||
Name=ABS
|
||||
; Father of steel is metal
|
||||
; Father of ABS is Thermoplast
|
||||
Father=Thermoplast
|
||||
; more elaborate description of this material card:
|
||||
Description: This is a blend ABS material card. The values are at the low end of the spectrum. If you need a more precise material definition use the more specialised ABS-blend cards.
|
||||
|
@ -20,10 +20,10 @@ ProductURL=http://en.wikipedia.org/wiki/Acrylonitrile_butadiene_styrene
|
|||
SpecificPrice= 3
|
||||
|
||||
[Mechanical]
|
||||
; youngs modulus (or E-Module or Modulus of Elasticty) in kPa (source: http://en.wikipedia.org/wiki/Young%27s_modulus)
|
||||
YoungsModulus=2.32e+06
|
||||
; http://en.wikipedia.org/wiki/Ultimate_tensile_strength in kPa
|
||||
UltimateTensileStrength= 38000
|
||||
; youngs modulus (or E-Module or Modulus of Elasticty) (source: http://en.wikipedia.org/wiki/Young%27s_modulus)
|
||||
YoungsModulus=2.32e+03 MPa
|
||||
; http://en.wikipedia.org/wiki/Ultimate_tensile_strength in
|
||||
UltimateTensileStrength= 38 MPa
|
||||
|
||||
[FEM]
|
||||
PoissonRatio = 0.35
|
|
@ -7,8 +7,8 @@ Name=CalculiX
|
|||
Father=Metal
|
||||
|
||||
[Mechanical]
|
||||
; youngs modulus (or E-Module) in kPa
|
||||
YoungsModulus=2.1e+08
|
||||
; youngs modulus (or E-Module)
|
||||
YoungsModulus=2.1e+05 MPa
|
||||
|
||||
[FEM]
|
||||
PoissonRatio = 0.3
|
|
@ -15,13 +15,13 @@ Description=A standard C-25 construction concrete
|
|||
|
||||
[Mechanical]
|
||||
UltimateTensileStrength=
|
||||
CompressiveStrength=25 Mpa
|
||||
YoungsModulus=
|
||||
CompressiveStrength=25 MPa
|
||||
YoungsModulus=3.2e+4 MPa
|
||||
Elasticity=
|
||||
FractureToughness=
|
||||
|
||||
[FEM]
|
||||
PoissonRatio=
|
||||
PoissonRatio=0.17
|
||||
|
||||
[Architectural]
|
||||
StandardCode=Masterformat 03 33 13
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
[General]
|
||||
; General name, need to be the same as the file name
|
||||
Name=PLA
|
||||
; Father of steel is metal
|
||||
Father=Metal
|
||||
; Father of PLA is Thermoplast
|
||||
Father=Thermoplast
|
||||
; more elaborate description of this material card:
|
||||
Description: This is a blend Steel material card. The values are at the low end of the spectrum. If you need a more precise material definition use the more specialised steel cards.
|
||||
; Specific wight in kg/mm^3
|
||||
|
@ -20,10 +20,10 @@ ProductURL=http://en.wikipedia.org/wiki/Polylactic_acid
|
|||
SpecificPrice= 4
|
||||
|
||||
[Mechanical]
|
||||
; youngs modulus (or E-Module) in kPa (source: http://en.wikipedia.org/wiki/Young%27s_modulus)
|
||||
YoungsModulus=3.64e+06
|
||||
; http://en.wikipedia.org/wiki/Ultimate_tensile_strength in kPa
|
||||
UltimateTensileStrength= 49600
|
||||
; youngs modulus (or E-Module) (source: http://en.wikipedia.org/wiki/Young%27s_modulus)
|
||||
YoungsModulus=3.64e+03 MPa
|
||||
; http://en.wikipedia.org/wiki/Ultimate_tensile_strength
|
||||
UltimateTensileStrength= 49.6 MPa
|
||||
|
||||
|
||||
[FEM]
|
||||
|
|
|
@ -20,8 +20,8 @@ ProductURL=http://en.wikipedia.org/wiki/Steel
|
|||
SpecificPrice= 1,5 Euro/Kg
|
||||
|
||||
[Mechanical]
|
||||
; youngs modulus (or E-Module) in kPa (source: http://en.wikipedia.org/wiki/Young%27s_modulus)
|
||||
YoungsModulus=2e+08
|
||||
; youngs modulus (or E-Module) (source: http://en.wikipedia.org/wiki/Young%27s_modulus)
|
||||
YoungsModulus=2.0e+05 MPa
|
||||
; http://en.wikipedia.org/wiki/Ultimate_tensile_strength
|
||||
UltimateTensileStrength=
|
||||
; http://en.wikipedia.org/wiki/Compressive_strength
|
||||
|
|
55
src/Mod/Material/StandardMaterial/Wood.FCMat
Normal file
55
src/Mod/Material/StandardMaterial/Wood.FCMat
Normal file
|
@ -0,0 +1,55 @@
|
|||
; Standard Wood Material
|
||||
; (c) 2015 Bernd Hahnebach (CC-BY 3.0)
|
||||
; information about the content of this card can be found here:
|
||||
; http://www.freecadweb.org/wiki/index.php?title=Material
|
||||
|
||||
[General]
|
||||
Vendor=
|
||||
Name=Wood
|
||||
SpecificPrice=
|
||||
Father=Aggregate
|
||||
ProductURL=http://en.wikipedia.org/wiki/Wood
|
||||
SpecificWeight=500
|
||||
Description=A standard construction wood
|
||||
|
||||
[Mechanical]
|
||||
UltimateTensileStrength=
|
||||
CompressiveStrength=
|
||||
YoungsModulus=1.2e+4 MPa
|
||||
Elasticity=
|
||||
FractureToughness=
|
||||
|
||||
[FEM]
|
||||
PoissonRatio=0.05
|
||||
|
||||
[Architectural]
|
||||
StandardCode=
|
||||
EnvironmentalEfficiencyClass=
|
||||
FireResistanceClass=
|
||||
Finish=
|
||||
Color=
|
||||
ExecutionInstructions=
|
||||
SoundTransmissionClass=
|
||||
UnitsPerQuantity=
|
||||
ThermalConductivity=
|
||||
Model=
|
||||
|
||||
[Rendering]
|
||||
TextureScaling=
|
||||
FragmentShader=
|
||||
AmbientColor=
|
||||
EmissiveColor=
|
||||
DiffuseColor=
|
||||
Shininess=
|
||||
SpecularColor=
|
||||
Transparency=
|
||||
VertexShader=
|
||||
TexturePath=
|
||||
|
||||
[Vector rendering]
|
||||
ViewLinewidth=
|
||||
ViewFillPattern=
|
||||
SectionLinewidth=
|
||||
SectionFillPattern=
|
||||
ViewColor=
|
||||
|
Loading…
Reference in New Issue
Block a user