FEM: examples, improve example names shown to the user

This commit is contained in:
Bernd Hahnebach
2020-07-10 14:41:30 +02:00
parent 921e89498c
commit fcdbafba09
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ def init_doc(doc=None):
def get_information():
info = {"name": "Multibody Analysis",
info = {"name": "Multimaterial bending beam 5 boxes",
"meshtype": "solid",
"meshelement": "Tet10",
"constraints": ["fixed", "force"],

View File

@@ -42,7 +42,7 @@ def init_doc(doc=None):
def get_information():
info = {"name": "Multibody Face Analysis",
info = {"name": "Multimaterial bending beam 5 faces",
"meshtype": "solid",
"meshelement": "Tria6",
"constraints": ["fixed", "force"],

View File

@@ -46,7 +46,7 @@ def init_doc(doc=None):
def get_information():
info = {"name": "Material Multiple Two Boxes",
info = {"name": "Multimaterial tension rod 2 boxes",
"meshtype": "solid",
"meshelement": "Tet10",
"constraints": ["fixed", "pressure"],