FEM: examples, fix mat value in simple box example
This commit is contained in:
@@ -72,7 +72,7 @@ def setup_base(doc=None, solvertype="ccxtools"):
|
||||
if solvertype == "elmer":
|
||||
# set ThermalExpansionCoefficient
|
||||
# FIXME elmer elasticity needs the dictionary key "ThermalExpansionCoefficient"
|
||||
mat["ThermalExpansionCoefficient"] = "0 um/m/K"
|
||||
mat["ThermalExpansionCoefficient"] = "0.012 mm/m/K"
|
||||
material_object.Material = mat
|
||||
|
||||
# mesh
|
||||
|
||||
@@ -54,7 +54,7 @@ End
|
||||
|
||||
Material 1
|
||||
Density = Real 7.9e-06
|
||||
Heat expansion Coefficient = Real 0.0
|
||||
Heat expansion Coefficient = Real 1.2e-05
|
||||
Poisson ratio = Real 0.3
|
||||
Youngs Modulus = Real 200000000.0
|
||||
End
|
||||
|
||||
Reference in New Issue
Block a user