FEM: examples, fix mesh information
This commit is contained in:
@@ -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"],
|
||||
|
||||
@@ -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"],
|
||||
|
||||
@@ -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"],
|
||||
|
||||
@@ -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"],
|
||||
|
||||
@@ -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"],
|
||||
|
||||
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user