🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

CSV file is not created when following the guide: EDEM - How to Calibrate Material Model with EDEM

User: "Karl_H"
Altair Community Member

Hi,

I have been following this guide: EDEM - How to Calibrate Material Model with EDEM and HyperStudy https://www.youtube.com/watch?v=HuO91mCMmjo.

I have the 2025 version for both EDEM and Hyperstudy. I used the calibration kit which I got when I downloaded EDEM. Everything has worked until I have to choose my output CSV file. No warnings came up when I ran my definition but it seems that the python code does not create a CSV file. Does anyone have any tips?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Stephen Cole"
    Altair Employee
    Accepted Answer

    Hi,

    When running HyperStudy do the log files show any errors related to export data or python?

    It could be due to a few reasons:

    1. EDEMPy versions

    In the video at 55 s it says to copy the EDEMPy folder. You don't need to do this process, or if you do make sure that the EDEMpy folder matches your current version. But its best to not include this as by default the correct version is included.

    2. Does the edempy script you are using have the line:

    "import matplotlib.pyplot as plt"

    If so and they are not there try adding the following above this:

    import matplotlib

    matplotlib.use('TkAgg')

    3. In the HyperStudy connector settings the default script name is 'edempy_post.py'. Can you make sure that either your script is named the same or that you edit this to be same as your script name

    image.png