Re: [Yade-users] [Question #703791]: Positive and negative alternating loading

2022-11-12 Thread 内山康太郎
Question #703791 on Yade changed: https://answers.launchpad.net/yade/+question/703791 内山康太郎 posted a new comment: >Please be more specific Absolutely. 1st, isotropic compression 2nd, add positive shear (O.cell.velGrad = Matrix3(0, 0, .1, 0, 0, 0, 0, 0, 0, 0)) 3rd. Proceed with analysis for pos

[Yade-users] [Question #703805]: How to achieve the cohesion bond constraint between particles of CohFrictMat in code

2022-11-12 Thread xuanshenyu
New question #703805 on Yade: https://answers.launchpad.net/yade/+question/703805 As we know, particles of CohFrictMat material can form cohesion bonds when they come into contact. Recently I have been learning the code related to CohFrictMat material(CohesiveFrictionalContactLaw.cpp and C

Re: [Yade-users] [Question #703791]: Positive and negative alternating loading

2022-11-12 Thread Jan Stránský
Question #703791 on Yade changed: https://answers.launchpad.net/yade/+question/703791 Jan Stránský proposed the following answer: Something like ### O.cell.velGrad = Matrix3(0, 0, .1, 0, 0, 0, 0, 0, 0, 0) O.step() O.cell.velGrad = Matrix3(0, 0, -.1, 0, 0, 0, 0, 0, 0, 0) ### ? Please be more speci