Fem: Load heat flux from CalculiX results - fixes #12117

This commit is contained in:
marioalexis
2024-05-15 01:20:59 -03:00
committed by Chris Hennes
parent b40fe64db3
commit a73d081a46
6 changed files with 44 additions and 4 deletions

View File

@@ -659,6 +659,7 @@ std::map<std::string, std::string> _getFreeCADMechResultVectorProperties()
resFCVecProp["PS1Vector"] = "Major Principal Stress Vector";
resFCVecProp["PS2Vector"] = "Intermediate Principal Stress Vector";
resFCVecProp["PS3Vector"] = "Minor Principal Stress Vector";
resFCVecProp["HeatFlux"] = "Heat Flux";
return resFCVecProp;
}