From 3af54a7ddac1843b5bc4d0dc855d24d432ff83e1 Mon Sep 17 00:00:00 2001 From: FEA-eng <59876896+FEA-eng@users.noreply.github.com> Date: Mon, 13 Jun 2022 11:48:23 +0200 Subject: [PATCH] Fixing principal stress plots part 1 https://forum.freecadweb.org/viewtopic.php?f=18&t=69385 --- src/Mod/Fem/App/FemVTKTools.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Mod/Fem/App/FemVTKTools.cpp b/src/Mod/Fem/App/FemVTKTools.cpp index 52cffa266b..6f2ca1116a 100644 --- a/src/Mod/Fem/App/FemVTKTools.cpp +++ b/src/Mod/Fem/App/FemVTKTools.cpp @@ -717,9 +717,6 @@ std::map _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";