FEM: vtk result, add all stress strain components to vtk result creation
This commit is contained in:
committed by
Yorik van Havre
parent
751572f33c
commit
3f58cebca4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user