FEM: square pipe examples, typo corrected for consistency

This commit is contained in:
Sudhanshu Dubey
2020-07-30 08:10:27 +02:00
committed by Bernd Hahnebach
parent 499eb8d07d
commit 9728cf15f0
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ def get_information():
"meshelement": "Tria6",
"constraints": ["force", "fixed"],
"solvers": ["calculix"],
"material": "Solid",
"material": "solid",
"equation": "mechanical"
}
return info

View File

@@ -49,7 +49,7 @@ def get_information():
"meshelement": "Tria6",
"constraints": ["force", "fixed"],
"solvers": ["calculix"],
"material": "Solid",
"material": "solid",
"equation": "mechanical"
}
return info