Cohfrictmat Spheres Dissappearing on Contact
Hello,
I'm fairly new at Yade, currently I'm attempting to simulate the forces involved with breaking a three particle beam of ice, made as a CohFrictMat. The idea being to either place the particles in a vertical organization and collide them with setCohesionOnNe
##Sphere, facet, cohesiveFrictio
O.engines=[
ForceResetter(),
InsertionSortC
Bo1_Sphere_Aabb(),
Bo1_Facet_Aabb()]),
InteractionLoop(
[Ig2_
[Ip2_
setCohesionNow=
setCohesionOnNe
),Ip2_FrictMat_
[Law2_
##Moment law causes issues such as dissappearing spheres##
always_
creep_viscosity=1,
neverErase=False,
shear_creep=False,
twist_creep=False,
useIncrementalF
),Law2_
),
NewtonIntegr
PyRunner(
##VTKrecorder##
##VTKRecorder
]
The material "Ice" had the following parameters:
##Assorted variables##
youngMod= 1e19
poisRat= 0.3
pois= 0.5/(1+poisRat)
shearMod= 0.5*pois
normAdh= 3e0
normCoh= 2*youngMod*normAdh
normShearRat= 1
shearCoh= normCoh/
bendKr= (2/3)*(1+poisRat)
twistKtw= (2/3)
angle= radians(36)
rhoP= 927
##Ice##
Ice=CohFrictMat(
young=youngMod,
poisson=pois,
frictionAngle=
density=rhoP,
alphaKr=bendKr,
alphaKtw=twistKtw,
isCohesive=True,
momentRotationL
normalCohesion=
shearCohesion=
label='ice')
O.materials.
I've attempted at experimenting with various young modulii as well as the varients of the physics engine, I've read the majority of documentation on the functions involved, the answer simply hasn't been apparent to me. Any help would be appreciated.
I am using yade-daily 1.11.0 on Kubuntu.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Yade Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Zachary Koszegi-Faulkner
- Solved:
- Last query:
- Last reply: