🎉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

Variable Cohesion Model

User: "JT_Wijnker_11"
Altair Community Member

Hi all,

I am currently working on my own API plugin.

Basically, I expand the VariableCohesion API provided for EDEM2024.1

I want particles inside my simulation to start becoming more sticky, based on there residence time. My idea was that for every contact, it is checked if one of the particles residence time is above a certain value. If so, we scale the cohesive force to make the particles stick.

I am wondering if there is a way inside the ContactModel Plugin to acces the particle residence time. I have not found a way to do this yet. If it is not possible, is there a way to mimic or realise this?

Thanks in advance

Jan-Thijn Wijnker

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "JT_Wijnker_11"
    Altair Community Member
    OP
    Accepted Answer

    I see that there is a built-in ResidenceTimeGeometry plugin. Is this custom property accesible from my own variable cohsion contact model plugin? If so then what is its name?

    Thanks in advance!

    User: "Stephen Cole"
    Altair Employee
    Accepted Answer

    Hi Jan-Thijn,

    You can use the residence time in geometries plugin and access that custom property. YOu would have to define a custom property in your code called "Custom Residence Time" with units of Time and 1 element, that should match what is in EDEM.

    Regards

    Stephen