← Back to team overview

yade-users team mailing list archive

Re: [Question #154219]: Concrete CpmMat CpmPhys

 

Question #154219 on Yade changed:
https://answers.launchpad.net/yade/+question/154219

    Status: Answered => Open

Arthur Mercier is still having a problem:
When I define material for Spheres and Facets

"O.bodies.append(geom.facetBox((.5,-.5,.25),(.5,.5,.5),wallMask=63,material=CpmMat))
O.bodies.append(geom.facetBox((5,-.5,.25),(.5,.5,.5),wallMask=63,material=CpmMat))
O.bodies.append([utils.sphere((x,.1,0),rad,wire=True,material=CpmMat) for x in numpy.arange(0,55*rad,dist)])",

It works and the values
(G_over_E='nan',density=4800,poisson=0.25,young=10e9,dmgRateExp=0,dmgTau=-1,epsCrackOnset='nan',isoPrestress=0,neverDamage=False,plRateExp=0,plTau=-1,relDuctility='nan',sigmaT='nan')
are given automatically, but it closes automatically. That's why I tried
to create by hand, the same material to check where the problem is.

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.