yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #00181
Re: What is the data structure for storing the particle in the DEM part in YADE?
> > Can you help me?
> > What is the data structure for storing the particle in the DEM part in YADE?
> > and the algorithm to access and update the data during the computing for
> > each time step?
> > thanks.
>
>
You can have a look at the engines you find in the DEM package (like
TranslationEngine, GravityEngine,...) as they basically get data from
particles and update them. Also, you can see how particles are defined
in the preprocessor. In TriaxialTest.cpp for instance, there is a
function in which bodies are instanciated, it is called
"CreateSphere(...)" if I remember correctly (sorry I can't browse the
code at the moment).
Bruno
>
> _______________________________________________
> yade-dev mailing list
> yade-dev@xxxxxxxxxxxxxxxx
> https://lists.berlios.de/mailman/listinfo/yade-dev
>
>
_______________________________________________
yade-dev mailing list
yade-dev@xxxxxxxxxxxxxxxx
https://lists.berlios.de/mailman/listinfo/yade-dev
References