Use these files productively for educational purposes (to get some inspiration or to compare results) and, as always, at your own risk of course :)
- Create a new Python project (e.g. via File > Project from Version Control... in PyCharm).
- Place the project files, your
.hm
file and your.xlsx
template in your project folder. - Replace
PROJECT_PATH
inqueryconfig.xml
with the path to your project folder (x7). Use/
, not\
. - Replace
STUDENT_ID
inconfig.ini
with your student ID omitting the leading 0. - Run step 1 in
main.py
. Make sure your template isn't locked by Excel running in the background. - Enter the homogenized properties in HyperMesh (as well as all other problem data).
- Run the analysis in HyperMesh. The solver deck (
.fem
file) should have the same name as the.hm
file. - Import your results (
.h3d
file) in HyperMesh (File > Import > Results). - Query your results using the provided
queryconfig.xml
(Post > Query > Tools > Use XML). - Run step 2 in
main.py
.