Hi
I would like to include a new material property (in this case "yield stress") into the Hertz-History model. Could you tell me which of the headers/cpp files I need to modify.
Thank you
A project by DCS Computing and CFDEMresearch
This website uses cookies to ensure you get the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies. This website uses cookies. By continuing to browse the site you are agreeing to our use of cookies. More info
ckloss | Mon, 01/30/2012 - 13:09
Hi efy3mp, have a look how
Hi efy3mp,
have a look how this is done e.g. in pair_gran_hooke_history_simple.h/cpp. Then you could code your own class
class PairGranHookeHistoryYield : public PairGranHookeHistory
Cheers, Christoph