FEM: examples, delete not needed material values
This commit is contained in:
@@ -84,7 +84,6 @@ def setup_cantilever_base_solid(doc=None, solvertype="ccxtools"):
|
||||
mat["Name"] = "CalculiX-Steel"
|
||||
mat["YoungsModulus"] = "210000 MPa"
|
||||
mat["PoissonRatio"] = "0.30"
|
||||
mat["Density"] = "7900 kg/m^3"
|
||||
material_obj.Material = mat
|
||||
analysis.addObject(material_obj)
|
||||
|
||||
|
||||
@@ -141,8 +141,6 @@ def setup(doc=None, solvertype="ccxtools"):
|
||||
mat["Name"] = "CalculiX-Steel"
|
||||
mat["YoungsModulus"] = "210000 MPa"
|
||||
mat["PoissonRatio"] = "0.30"
|
||||
mat["Density"] = "7900 kg/m^3"
|
||||
mat["ThermalExpansionCoefficient"] = "0.012 mm/m/K"
|
||||
material_obj.Material = mat
|
||||
analysis.addObject(material_obj)
|
||||
|
||||
|
||||
@@ -148,7 +148,6 @@ def setup(doc=None, solvertype="ccxtools"):
|
||||
mat["Name"] = "Concrete-Generic"
|
||||
mat["YoungsModulus"] = "32000 MPa"
|
||||
mat["PoissonRatio"] = "0.17"
|
||||
mat["Density"] = "0 kg/m^3"
|
||||
material_obj1.Material = mat
|
||||
analysis.addObject(material_obj1)
|
||||
|
||||
@@ -158,7 +157,6 @@ def setup(doc=None, solvertype="ccxtools"):
|
||||
mat["Name"] = "PLA"
|
||||
mat["YoungsModulus"] = "3640 MPa"
|
||||
mat["PoissonRatio"] = "0.36"
|
||||
mat["Density"] = "0 kg/m^3"
|
||||
material_obj2.Material = mat
|
||||
analysis.addObject(material_obj2)
|
||||
|
||||
@@ -168,7 +166,6 @@ def setup(doc=None, solvertype="ccxtools"):
|
||||
mat["Name"] = "Steel-Generic"
|
||||
mat["YoungsModulus"] = "200000 MPa"
|
||||
mat["PoissonRatio"] = "0.30"
|
||||
mat["Density"] = "7900 kg/m^3"
|
||||
material_obj3.Material = mat
|
||||
analysis.addObject(material_obj3)
|
||||
|
||||
|
||||
@@ -141,7 +141,6 @@ def setup(doc=None, solvertype="ccxtools"):
|
||||
mat["Name"] = "Concrete-Generic"
|
||||
mat["YoungsModulus"] = "32000 MPa"
|
||||
mat["PoissonRatio"] = "0.17"
|
||||
mat["Density"] = "0 kg/m^3"
|
||||
material_obj1.Material = mat
|
||||
analysis.addObject(material_obj1)
|
||||
|
||||
@@ -154,7 +153,6 @@ def setup(doc=None, solvertype="ccxtools"):
|
||||
mat["Name"] = "PLA"
|
||||
mat["YoungsModulus"] = "3640 MPa"
|
||||
mat["PoissonRatio"] = "0.36"
|
||||
mat["Density"] = "0 kg/m^3"
|
||||
material_obj2.Material = mat
|
||||
analysis.addObject(material_obj2)
|
||||
|
||||
@@ -164,7 +162,6 @@ def setup(doc=None, solvertype="ccxtools"):
|
||||
mat["Name"] = "Steel-Generic"
|
||||
mat["YoungsModulus"] = "200000 MPa"
|
||||
mat["PoissonRatio"] = "0.30"
|
||||
mat["Density"] = "7900 kg/m^3"
|
||||
material_obj3.Material = mat
|
||||
analysis.addObject(material_obj3)
|
||||
|
||||
|
||||
@@ -132,7 +132,6 @@ def setup(doc=None, solvertype="ccxtools"):
|
||||
mat["Name"] = "Aluminium-Generic"
|
||||
mat["YoungsModulus"] = "70000 MPa"
|
||||
mat["PoissonRatio"] = "0.35"
|
||||
mat["Density"] = "2700 kg/m^3"
|
||||
material_obj_low.Material = mat
|
||||
material_obj_low.References = [(boxlow, "Solid1")]
|
||||
analysis.addObject(material_obj_low)
|
||||
@@ -142,7 +141,6 @@ def setup(doc=None, solvertype="ccxtools"):
|
||||
mat["Name"] = "Steel-Generic"
|
||||
mat["YoungsModulus"] = "200000 MPa"
|
||||
mat["PoissonRatio"] = "0.30"
|
||||
mat["Density"] = "7980 kg/m^3"
|
||||
material_obj_upp.Material = mat
|
||||
material_obj_upp.References = [(boxupp, "Solid1")]
|
||||
analysis.addObject(material_obj_upp)
|
||||
|
||||
@@ -143,7 +143,6 @@ def setup(doc=None, solvertype="ccxtools"):
|
||||
matprop["Name"] = "CalculiX-Steel"
|
||||
matprop["YoungsModulus"] = "210000 MPa"
|
||||
matprop["PoissonRatio"] = "0.30"
|
||||
matprop["Density"] = "7900 kg/m^3"
|
||||
material_obj.Material = matprop
|
||||
analysis.addObject(material_obj)
|
||||
|
||||
|
||||
@@ -133,7 +133,6 @@ def setup(doc=None, solvertype="ccxtools"):
|
||||
matrixprop["CompressiveStrength"] = "15.75 MPa"
|
||||
# make some hint on the possible angle units in material system
|
||||
matrixprop["AngleOfFriction"] = "30 deg"
|
||||
matrixprop["Density"] = "2500 kg/m^3"
|
||||
reinfoprop = {}
|
||||
reinfoprop["Name"] = "Reinforcement-FIB-B500"
|
||||
reinfoprop["YieldStrength"] = "315 MPa"
|
||||
|
||||
@@ -120,7 +120,6 @@ def setup(doc=None, solvertype="ccxtools"):
|
||||
mat["Name"] = "Steel-Generic"
|
||||
mat["YoungsModulus"] = "200000 MPa"
|
||||
mat["PoissonRatio"] = "0.30"
|
||||
mat["Density"] = "7900 kg/m^3"
|
||||
material_obj.Material = mat
|
||||
analysis.addObject(material_obj)
|
||||
|
||||
|
||||
@@ -230,7 +230,6 @@ def setup(doc=None, solvertype="ccxtools"):
|
||||
mat["Name"] = "Steel-Generic"
|
||||
mat["YoungsModulus"] = "200000 MPa"
|
||||
mat["PoissonRatio"] = "0.30"
|
||||
mat["Density"] = "7900 kg/m^3"
|
||||
material_obj.Material = mat
|
||||
analysis.addObject(material_obj)
|
||||
|
||||
|
||||
@@ -174,7 +174,6 @@ def setup(doc=None, solvertype="ccxtools"):
|
||||
mat["SpecificHeat"] = "510 J/kg/K"
|
||||
mat["ThermalConductivity"] = "13 W/m/K"
|
||||
mat["ThermalExpansionCoefficient"] = "0.0000012 m/m/K"
|
||||
mat["Density"] = "1.00 kg/m^3"
|
||||
material_obj_top.Material = mat
|
||||
material_obj_top.References = [(geom_obj, "Solid2")]
|
||||
analysis.addObject(material_obj_top)
|
||||
|
||||
Reference in New Issue
Block a user