FEM: examples, fix mesh information

This commit is contained in:
Bernd Hahnebach
2021-06-16 16:23:47 +02:00
parent 91424d5ca9
commit 2445bc980c
6 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ from .manager import init_doc
def get_information():
return {
"name": "Constraint Constact Shell Shell",
"meshtype": "solid",
"meshtype": "face",
"meshelement": "Tria3",
"constraints": ["fixed", "force", "contact"],
"solvers": ["calculix"],

View File

@@ -41,7 +41,7 @@ from .manager import init_doc
def get_information():
return {
"name": "Multimaterial bending beam 5 faces",
"meshtype": "solid",
"meshtype": "face",
"meshelement": "Tria6",
"constraints": ["fixed", "force"],
"solvers": ["calculix"],

View File

@@ -47,7 +47,7 @@ from .manager import init_doc
def get_information():
return {
"name": "RC Wall 2D",
"meshtype": "solid",
"meshtype": "face",
"meshelement": "Tria6",
"constraints": ["fixed", "force", "displacement"],
"solvers": ["calculix"],

View File

@@ -43,7 +43,7 @@ from .manager import init_doc
def get_information():
return {
"name": "Square Pipe End Twisted Edgeforces",
"meshtype": "solid",
"meshtype": "face",
"meshelement": "Tria6",
"constraints": ["force", "fixed"],
"solvers": ["calculix"],

View File

@@ -43,7 +43,7 @@ from .manager import init_doc
def get_information():
return {
"name": "Square Pipe End Twisted Nodeforces",
"meshtype": "solid",
"meshtype": "face",
"meshelement": "Tria6",
"constraints": ["force", "fixed"],
"solvers": ["calculix"],

View File

@@ -46,7 +46,7 @@ from .manager import init_doc
def get_information():
return {
"name": "Thermomech Flow 1D",
"meshtype": "solid",
"meshtype": "edge",
"meshelement": "Seg3",
"constraints": ["self weight"],
"solvers": ["calculix"],