Hi everyone.
We are working on an automated tool to convert user inputs (e.g. geometry, forces) to FEM results.
So far I can create the model, mesh it and run optistruct. Yet, i can't display the results.
I tried to work with hyperview but a colleague gave me a sample of one of his previous code to display the results using HM.
# Clear all the mark
*clearmark all
# Import .fem file
*feinputwithdata2 '\#optistruct\\optistruct' 'C:\Temp\ANALYSE.fem' 0 0 0 0 0 1 8 1 0
# Load results file
*analysisfileset 'C:\Temp\ANALYSE.res'
# Plot Von Mises Stress
*inputsimulation 'SUB1 - Load ' 'Von Mises Stress'
*contourplot '' 0 0 0 0 1 0 0 0 'magnitude' 1 0 0
Unfortunately, when I run this script on my model, HM crashes (segmentation error) on the line '*feinputwithdata2 '\#optistruct\\optistruct' 'C:\Temp\ANALYSE.fem' 0 0 0 0 0 1 8 1 0'
The script works fine by itself and my colleague can't help me.
Do you know how to display the results (i.e. plot the VM stress) using HM ?
Thank you