FEM: examples, solver name changed to work with new examplegui

This commit is contained in:
Sudhanshu Dubey
2020-07-09 00:08:14 +05:30
committed by Bernd Hahnebach
parent 2465f66034
commit ccd5706cb5
16 changed files with 16 additions and 16 deletions

View File

@@ -49,7 +49,7 @@ def get_information():
"meshtype": "solid",
"meshelement": "Tet10",
"constraints": [],
"solvers": ["ccx"],
"solvers": ["calculix"],
"material": "solid",
"equation": "frequency"
}

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -54,7 +54,7 @@ def get_information():
"meshtype": "solid",
"meshelement": "Tria3",
"constraints": ["fixed", "force", "contact"],
"solvers": ["ccx"],
"solvers": ["calculix"],
"material": "solid",
"equation": "mechanical"
}

View File

@@ -54,7 +54,7 @@ def get_information():
"meshtype": "solid",
"meshelement": "Tet10",
"constraints": ["fixed", "pressure", "contact"],
"solvers": ["ccx"],
"solvers": ["calculix"],
"material": "solid",
"equation": "mechanical"
}

View File

@@ -60,7 +60,7 @@ def get_information():
"meshtype": "solid",
"meshelement": "Tet10",
"constraints": ["section_print", "fixed", "pressure"],
"solvers": ["ccx"],
"solvers": ["calculix"],
"material": "solid",
"equation": "mechanical"
}

View File

@@ -54,7 +54,7 @@ def get_information():
"meshtype": "solid",
"meshelement": "Tet10",
"constraints": ["fixed", "force", "tie"],
"solvers": ["ccx"],
"solvers": ["calculix"],
"material": "solid",
"equation": "mechanical"
}

View File

@@ -50,7 +50,7 @@ def get_information():
"meshtype": "solid",
"meshelement": "Tet10",
"constraints": ["fixed", "pressure"],
"solvers": ["ccx"],
"solvers": ["calculix"],
"material": "multimaterial",
"equation": "mechanical"
}

View File

@@ -67,7 +67,7 @@ def get_information():
"meshtype": "solid",
"meshelement": "Tet10",
"constraints": ["fixed", "force"],
"solvers": ["ccx"],
"solvers": ["calculix"],
"material": "multimaterial",
"equation": "mechanical"
}

View File

@@ -54,7 +54,7 @@ def get_information():
"meshtype": "solid",
"meshelement": "Tria6",
"constraints": ["fixed", "force", "displacement"],
"solvers": ["ccx"],
"solvers": ["calculix"],
"material": "reinforced",
"equation": "mechanical"
}

View File

@@ -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"
}

View File

@@ -53,7 +53,7 @@ def get_information():
"meshtype": "solid",
"meshelement": "Seg3",
"constraints": ["self weight"],
"solvers": ["ccx"],
"solvers": ["calculix"],
"material": "fluid",
"equation": "thermomechanical"
}

View File

@@ -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"
}