← Back to team overview

yade-users team mailing list archive

Re: [Question #696680]: simulation of single particle on continuum material horizontal plate

 

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

    Status: Open => Answered

Jérôme Duriez proposed the following answer:
A possible starting point:

# launch YADE
O.bodies.append(sphere((0,0,0),1))
O.bodies.append(box((0,0,-1.1),(10,10,0.1)))

Another possible starting point: the doc at https://yade-dem.org/doc/
(its Tutorial and User Manual, at least), and some question guidelines
at https://www.yade-dem.org/wiki/Howtoask for better answers, through
better (narrower) questions ;-)

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.