yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #06651
NormalInelasticityPhys / HertzMindlin / ViscoelasticPM
Hi,
The interaction physics defined for each of those 3 laws now inherit
from FrictPhysTransitory rather than FrictPhys.
This is because I removed prevNormal and frictionAngle from FrictPhys
but one or both of them were used in the classes above.
In order to fix the classes, you can make them inherit from FrictPhys
again and see the compile errors. Removing the correspoding lines should
be safe, but I didn't cause I was not 100% sure it would not break
something.
Please let me know when you can make them inherit from FrictPhys, then
I'll remove FrictPhysTransitory.
Cheers.
Bruno
Follow ups