FEM: vtk result, add all stress strain components to vtk result creation

This commit is contained in:
Bernd Hahnebach
2019-03-15 21:06:27 +01:00
committed by Yorik van Havre
parent 751572f33c
commit 3f58cebca4

View File

@@ -679,7 +679,19 @@ std::map<std::string, std::vector<std::string>> _getFreeCADMechResultProperties(
"MassFlowRate",
"NetworkPressure",
"UserDefined",
"Temperature"
"Temperature",
"NodeStressXX",
"NodeStressYY",
"NodeStressZZ",
"NodeStressXY",
"NodeStressXZ",
"NodeStressYZ",
"NodeStrainXX",
"NodeStrainYY",
"NodeStrainZZ",
"NodeStrainXY",
"NodeStrainXZ",
"NodeStrainYZ",
};
return resFCProperties;