🎉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

EDEM-Fluent coupling without GUI on Linux

User: "Megan_j"
Altair Community Member
Updated by Megan_j

Hi,

I was trying to compile the EDEM-Fluent coupler using version 2.3.1 downloaded from here: Script & Model Library - Altair EDEM CFD Coupling for Ansys Fluent But ran into some errors with loading libpython3.10.so.1.0 (error while loading shared libraries: libpython3.10.so.1.0: cannot open shared object file: No such file or directory) despite checking that the path is correct and included in the PYTHONPATH and LD_LIBRARY_PATH when using the GUI to compile the coupler. May I find out what are the steps for coupling it without the GUI? 

Thanks!

Megan

 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "RWood"
    Altair Employee
    Accepted Answer
    Updated by RWood

    Noted. Looking forward to your response soon.

    Hi,

    I've added a headless build to this post:

    https://community.altair.com/community?id=kb_article&sysparm_article=KB0117663

    I've managed to get that building fine. I haven't had chance to test it in a simulation, but I'm reasonably confident it'll load ok as I can't see any issues with the compilation.

    As  I mention in the post, the README.Linux files in the subfolders explain the steps, but the only thing that's not explicit is setting the python path environment variable. Assuming you're on a RedHat / CentOS - based OS:

    export PYTHONPATH=$(pwd) 

    from within the /tools/  subfolder should work. If you don't have permissions to do this, just copy the fluent_utils.py file into the /lib_edem_coupling/ folder before running the second scons command.

    Richard