CDF plot in EDEM

User: "Jake Kim_21578"
Altair Community Member

Hello, is there a way to make a CDF (Cumulative Distribution plot) plot in EDEM? I want to make my CDF plot based on particle diameter. Is there a functionality that I can do this with?

Find more posts tagged with

Sort by:
1 - 2 of 21

    Hi,

    You can export the particle diameter results from the EDEM Analyst (File > Export > Results Data) which if you choose the 'standard' export this gives you the diameter of each particle at the given time-step, which you could then convert into a CDF plot.

    Or consider using EDEMpy to create a custom analysis :

    Regards

    Stephen

    User: "Jake Kim_21578"
    Altair Community Member
    OP

    Thank you!