FEM: examples, add ccxtools solver
This commit is contained in:
@@ -35,7 +35,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": [],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "frequency"
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "force", "pressure"],
|
||||
"solvers": ["calculix", "elmer"],
|
||||
"solvers": ["calculix", "ccxtools", "elmer"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ def get_information():
|
||||
"meshtype": "face",
|
||||
"meshelement": "Tria6",
|
||||
"constraints": ["displacement", "force"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "buckling"
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ def get_information():
|
||||
"meshtype": "face",
|
||||
"meshelement": "Tria6",
|
||||
"constraints": ["displacement", "force"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "buckling"
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Hexa8",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "buckling"
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ def get_information():
|
||||
"meshtype": "edge",
|
||||
"meshelement": "Seg3",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ def get_information():
|
||||
"meshtype": "edge",
|
||||
"meshelement": "Seg3",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ def get_information():
|
||||
"meshtype": "edge",
|
||||
"meshelement": "Seg3",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Hexa20",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix", "elmer", "z88"],
|
||||
"solvers": ["calculix", "ccxtools", "elmer", "z88"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ def get_information():
|
||||
"meshtype": "face",
|
||||
"meshelement": "Quad4",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix", "mystran"],
|
||||
"solvers": ["calculix", "ccxtools", "mystran"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ def get_information():
|
||||
"meshtype": "face",
|
||||
"meshelement": "Quad8",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ def get_information():
|
||||
"meshtype": "edge",
|
||||
"meshelement": "Seg2",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix", "mystran"],
|
||||
"solvers": ["calculix", "ccxtools", "mystran"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@ def get_information():
|
||||
"meshtype": "edge",
|
||||
"meshelement": "Seg3",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tetra4",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix", "elmer", "mystran", "z88"],
|
||||
"solvers": ["calculix", "ccxtools", "elmer", "mystran", "z88"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ def get_information():
|
||||
"meshtype": "face",
|
||||
"meshelement": "Tria3",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix", "mystran"],
|
||||
"solvers": ["calculix", "ccxtools", "mystran"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@ def get_information():
|
||||
"meshtype": "face",
|
||||
"meshelement": "Tria6",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix", "z88"],
|
||||
"solvers": ["calculix", "ccxtools", "z88"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix", "elmer", "mystran", "z88"],
|
||||
"solvers": ["calculix", "ccxtools", "elmer", "mystran", "z88"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix", "elmer", "mystran", "z88"],
|
||||
"solvers": ["calculix", "ccxtools", "elmer", "mystran", "z88"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "displacement"],
|
||||
"solvers": ["calculix", "elmer"],
|
||||
"solvers": ["calculix", "ccxtools", "elmer"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["centrif", "fixed"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "multimaterial",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ def get_information():
|
||||
"meshtype": "face",
|
||||
"meshelement": "Tria3",
|
||||
"constraints": ["fixed", "force", "contact"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "pressure", "contact"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["section_print", "fixed", "pressure"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "self weight"],
|
||||
"solvers": ["calculix", "elmer"],
|
||||
"solvers": ["calculix", "ccxtools", "elmer"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "force", "tie"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["pressure", "displacement", "transform"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "force", "transform"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "frequency"
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "multimaterial",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ def get_information():
|
||||
"meshtype": "face",
|
||||
"meshelement": "Tria6",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "multimaterial",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "pressure"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "multimaterial",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "nonlinear",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ def get_information():
|
||||
"meshtype": "face",
|
||||
"meshelement": "Quad4",
|
||||
"constraints": ["displacement", "force"],
|
||||
"solvers": ["calculix", "elmer", "mystran"],
|
||||
"solvers": ["calculix", "ccxtools", "elmer", "mystran"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ def get_information():
|
||||
"meshtype": "face",
|
||||
"meshelement": "Tria6",
|
||||
"constraints": ["fixed", "force", "displacement"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "reinforced",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ def get_information():
|
||||
"meshtype": "face",
|
||||
"meshelement": "Tria6",
|
||||
"constraints": ["force", "fixed"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ def get_information():
|
||||
"meshtype": "face",
|
||||
"meshelement": "Tria6",
|
||||
"constraints": ["force", "fixed"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "initial temperature", "temperature"],
|
||||
"solvers": ["calculix", "elmer"],
|
||||
"solvers": ["calculix", "ccxtools", "elmer"],
|
||||
"material": "multimaterial",
|
||||
"equation": "thermomechanical"
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ def get_information():
|
||||
"meshtype": "edge",
|
||||
"meshelement": "Seg3",
|
||||
"constraints": ["self weight"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "fluid",
|
||||
"equation": "thermomechanical"
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ def get_information():
|
||||
"meshtype": "solid",
|
||||
"meshelement": "Tet10",
|
||||
"constraints": ["fixed", "initial temperature", "temperature", "heatflux"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "thermomechanical"
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ def get_information():
|
||||
"meshtype": "edge",
|
||||
"meshelement": "Seg3",
|
||||
"constraints": ["fixed", "force"],
|
||||
"solvers": ["calculix"],
|
||||
"solvers": ["calculix", "ccxtools"],
|
||||
"material": "solid",
|
||||
"equation": "mechanical"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user