FEM: examples, solver name changed to work with new examplegui
This commit is contained in:
committed by
Bernd Hahnebach
parent
2465f66034
commit
ccd5706cb5
@@ -49,7 +49,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": [],
|
||||
"solvers": ["ccx"],
|
||||
"solvers": ["calculix"],
|
||||
"material": "solid",
|
||||
"equation": "frequency"
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "force", "pressure"],
|
||||
"solvers": ["ccx", "z88", "elmer"],
|
||||
"solvers": ["calculix", "z88", "elmer"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["ccx", "z88", "elmer"],
|
||||
"solvers": ["calculix", "z88", "elmer"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Hexa20",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["ccx", "z88", "elmer"],
|
||||
"solvers": ["calculix", "z88", "elmer"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["ccx", "z88", "elmer"],
|
||||
"solvers": ["calculix", "z88", "elmer"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "displacement"],
|
||||
"solvers": ["ccx", "z88", "elmer"],
|
||||
"solvers": ["calculix", "z88", "elmer"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tria3",
|
||||
"constraints": ["fixed", "force", "contact"],
|
||||
"solvers": ["ccx"],
|
||||
"solvers": ["calculix"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "pressure", "contact"],
|
||||
"solvers": ["ccx"],
|
||||
"solvers": ["calculix"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -60,7 +60,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["section_print", "fixed", "pressure"],
|
||||
"solvers": ["ccx"],
|
||||
"solvers": ["calculix"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "force", "tie"],
|
||||
"solvers": ["ccx"],
|
||||
"solvers": ["calculix"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "pressure"],
|
||||
"solvers": ["ccx"],
|
||||
"solvers": ["calculix"],
|
||||
"material": "multimaterial",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -67,7 +67,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["ccx"],
|
||||
"solvers": ["calculix"],
|
||||
"material": "multimaterial",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tria6",
|
||||
"constraints": ["fixed", "force", "displacement"],
|
||||
"solvers": ["ccx"],
|
||||
"solvers": ["calculix"],
|
||||
"material": "reinforced",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "initial temperature", "temperature"],
|
||||
"solvers": ["ccx", "elmer"],
|
||||
"solvers": ["calculix", "elmer"],
|
||||
"material": "multimaterial",
|
||||
"equation": "thermomechanical"
|
||||
}
|
||||
|
||||
@@ -53,7 +53,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Seg3",
|
||||
"constraints": ["self weight"],
|
||||
"solvers": ["ccx"],
|
||||
"solvers": ["calculix"],
|
||||
"material": "fluid",
|
||||
"equation": "thermomechanical"
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "initial temperature", "temperature", "heatflux"],
|
||||
"solvers": ["ccx"],
|
||||
"solvers": ["calculix"],
|
||||
"material": "solid",
|
||||
"equation": "thermomechanical"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user