On modification of contact law
Dear Sir,
I add a new subclass of FrictPhys in FrictPhys.cpp&hpp, and did corresponding modification in Ip2_FrictMat_
Based on this new subclass, I change the contact law of Law2_ScGeom_
The compilation of the source code is OK. But yade --check can't pass with following throw:
running: checkTestTriax.py
FATAL /home/dylan/
I check the InteractionLoop.cpp at line 152:
if(unlikely(
I->functorCa
if(unlikely(
LOG_FATAL("None of given Law2 functors can handle interaction #"<<I->
//abort();
exit(1);
}
It seems that I->phys didn't pass successfully. Except FrictPhys.cpp&hpp, Ip2_FrictMat_
Thank you!
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Yade Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask kelaogui for more information if necessary.