[FEM] added critical strain ratio functionality (#7467)

* added critical strain ratio functionality
This commit is contained in:
HarryvL
2022-09-14 01:30:17 +02:00
committed by GitHub
parent 0725ea64ce
commit 3c3e2f63e6
3 changed files with 90 additions and 30 deletions

View File

@@ -718,6 +718,8 @@ std::map<std::string, std::string> _getFreeCADMechResultScalarProperties() {
resFCScalProp["NodeStrainXZ"] = "Strain xz component";
resFCScalProp["NodeStrainYZ"] = "Strain yz component";
resFCScalProp["Peeq"] = "Equivalent Plastic Strain";
resFCScalProp["CriticalStrainRatio"] = "Critical Strain Ratio";
// the following three are filled in all cases
// https://forum.freecadweb.org/viewtopic.php?f=18&t=33106&start=70#p296317
// it might be these can be generated in paraview from stress tensor values as