FEM: examples, fix mat value in simple box example

This commit is contained in:
Bernd Hahnebach
2020-07-01 22:14:47 +02:00
parent a29c488771
commit d8d53bcb60
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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