Errors during coupling EDEM with ANSYS Fluent

Di Wu_22293User: "Di Wu_22293"
Altair Community Member
Updated by Di Wu_22293

Hello,

I'm reaching out as I encounter below error while coupling EDEM with Fluent:

image

Could you please kindly help see this problem?

Thanks.

Find more posts tagged with

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

    Hello,

    I'm not using the GUI. I'm doing this as per the instruction in the headless tar.

    Does the output indicate that the environment variable of EDEM hasn't been set correctly?

    Thank you!

    Hi,

    I don't know what's going on there to be honest.

    I've uploaded a new tar for the headless version in the same place (replacing the old one so you'll need to download again) and I've updated the docs to reflect the steps that I'm taking to make it work. Just follow what's covered in the README.Linux file in the edem_coupling_build folder, which is:

    1. cd tools/
    2. export PYTHONPATH=${PYTHONPATH}:$(pwd)
    3. cd ..
    4. source tools/edem env vars
    5. source tools/fluent env vars
    6. cd edem_adaptor_build
    7. scons
    8. ls lnamd64/    to check there are 5 .os files
    9. cd ../lib_edem_coupling
    10. scons
    11. find -name libudf.so    to check there are 4 libudf.so files created

    And that should be it.

    Richard