USArmyResearchLab / ParaPower

Back of the Envelope Thermal Analysis
Apache License 2.0
11 stars 8 forks source link

Static analysis breaks stress 3D display #3

Open mbermanarl opened 4 years ago

mbermanarl commented 4 years ago

Stress matrix is (X,Y,Z,t) dimensions for a transient analysis. For a static analysis it is only (X,Y,Z). When passing this to visualize it uses 4 dimensions resulting in an error. The stress matrix needs to be made 4 dimension whether or not the analysis is static or transient.