Skip to content

Commit

Permalink
Fixing principal stress plots part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
FEA-eng authored and donovaly committed Jun 13, 2022
1 parent 7fa294f commit 3af54a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Mod/Fem/App/FemVTKTools.cpp
Expand Up @@ -717,9 +717,6 @@ std::map<std::string, std::string> _getFreeCADMechResultScalarProperties() {
// thus TODO they might not be exported to external file format (first I need to know how to generate them in paraview)
// but there are needed anyway because the pipline in FreeCAD needs the principal stress values
// https://forum.freecadweb.org/viewtopic.php?f=18&t=33106&p=416006#p412800
resFCScalProp["PrincipalMax"] = "Major Principal Stress";
resFCScalProp["PrincipalMed"] = "Intermediate Principal Stress";
resFCScalProp["PrincipalMin"] = "Minor Principal Stress";
resFCScalProp["vonMises"] = "von Mises Stress";
resFCScalProp["Temperature"] = "Temperature";
resFCScalProp["MohrCoulomb"] = "MohrCoulomb";
Expand Down

0 comments on commit 3af54a7

Please sign in to comment.