Difference between revisions of "Screenshots and videos"

From Yade

Line 7: Line 7:
 
[[Image:tension_uniax.png|thumbnail|left|200px]]
 
[[Image:tension_uniax.png|thumbnail|left|200px]]
 
This example can be found in examples/concrete/uniax.py
 
This example can be found in examples/concrete/uniax.py
{{clr}}
 
 
==[[Scr:Simple Spring|Simple Spring]]==
 
[[Image:scr_sspring_thumb.png|right]]
 
First implemented model was simple spring. It handles collision between rigid bodies of arbitrary shape (only sphere and box are currently implemented). This very primitive model served as testing ground for yade framework design.
 
 
[[Scr:Simple Spring|more >>]]
 
 
{{clr}}
 
{{clr}}
   
Line 21: Line 14:
   
 
[[Scr:Discrete Element Method|more >>]]
 
[[Scr:Discrete Element Method|more >>]]
{{clr}}
 
 
==[[Scr:Finite Element Method|Finite Element Method]]==
 
[[Image:scr_fem_thumb.png|right]]
 
First implementation of Finite Element Method. Using tetrahedron element with small deformations. This is a proof-of-concept showing that FEM is possible with yade, and we hope that later yade will be extended with more FEM-based models.
 
 
[[Scr:Finite Element Method|more >>]]
 
{{clr}}
 
 
==[[Scr:Mass Spring|Mass Spring System]]==
 
[[Image:scr_mass_spring_thumb.png|right]]
 
This is a very simple mass spring system, used to model a cloth. Springs with given stiffness are connected at nodes, we have done it as a quick way to show that cloth calculations are also possible with yade, but this model is by no means serious.
 
 
[[Scr:Mass Spring|more >>]]
 
{{clr}}
 
 
==[[Scr:Lattice Geometrical Model|Lattice Geometrical Model]]==
 
[[Image:scr_lgm_thumb.png|right]]
 
This model was written as a PhD work of one of the yade authors. Is aims to model fracture process of concrete, giving useful real-world predictions about fracturing of speciemens under heavy load.
 
 
[[Scr:Lattice Geometrical Model|more >>]]
 
 
{{clr}}
 
{{clr}}
   
Line 51: Line 23:
 
{{clr}}
 
{{clr}}
   
==[[Scr:Tetrahedron|Tetrahedron Discrete Model]]==
 
[[Image:scr_tetr_thumb.png|right]]
 
This model is a PhD work of one of yade authors. It is not complete yet, but aims to model rocks with an application for cliff stability, giving useful real-world predictions whether the cliff will fall.
 
 
[[Scr:Tetrahedron|more >>]]
 
{{clr}}
 
   
 
==[[Scr:Other|Other]]==
 
==[[Scr:Other|Other]]==
Line 87: Line 53:
 
== Representing beams and wires with connected cylinders ==
 
== Representing beams and wires with connected cylinders ==
 
{{#evp:youtube|iGHBb3nzOx0}} Connected cylinders with rounded ends (alternatively seen as Minkowski sum of a polyline and a sphere enables the description of interaction between wires or rods and particles, with a smooth interface. The simulation is defined in [http://bazaar.launchpad.net/~yade-dev/yade/trunk/annotate/head%3A/scripts/test/chained-cylinder-roots.py this script].
 
{{#evp:youtube|iGHBb3nzOx0}} Connected cylinders with rounded ends (alternatively seen as Minkowski sum of a polyline and a sphere enables the description of interaction between wires or rods and particles, with a smooth interface. The simulation is defined in [http://bazaar.launchpad.net/~yade-dev/yade/trunk/annotate/head%3A/scripts/test/chained-cylinder-roots.py this script].
 
== Experimantal feature: live update of plotting ==
 
{{#evp:youtube|Pn0XsdnrLIM}} This video deomonstares a live plot generated during calculation, to make this possible a [http://tkinter.unpythonic.net/wiki/mtTkinter mtTkinter] library had to be used.
 
{{clr}}
 
 
==Sample Yade Session==
 
[[Image:sample yade thumb.png|right]]
 
Short example session of working with yade was recorded, due to filesize constraints it has been cut and is little faster. So to see exactly what happens you will have to use the 'pause' button in your video player.
 
 
If you wonder how to toggle axis, and grid - those are commands of qglviewer. It's 'a' and 'g'.
 
 
[http://yade.berlios.de/content/06-videos______/sample.avi download 3.9 MB >>]
 
{{clr}}
 
 
==Second Sample Session, with DEM==
 
[[Image:sample dem thumb.png|right]]
 
A sample simulation with DEM was recorded, and displays just how yade looks like, when it is in use.
 
 
[http://yade.berlios.de/content/06-videos______/dem.avi download 2.3 MB >>]
 
{{clr}}
 
   
 
==Discrete Element Method - 125 000 spheres==
 
==Discrete Element Method - 125 000 spheres==
Line 116: Line 62:
 
[http://yade.berlios.de/content/06-videos______/125k_sm.avi download 2.2 MB >>]
 
[http://yade.berlios.de/content/06-videos______/125k_sm.avi download 2.2 MB >>]
 
{{clr}}
 
{{clr}}
 
==Lattice Geometrical Model==
 
[[Image:lattice thumb.png|right]]
 
This model is a PhD work of one of the yade authors. Is not complete yet, but aims to model fracture process of concrete, giving useful real-world predictions about fracturing of speciemens under heavy load.
 
 
On this video a small concrete speciemen is subject to uniaxial extension, and fracture process occurs in the middle.
 
 
[http://yade.berlios.de/content/06-videos______/lattice.avi download 1.8 MB >>]
 
{{clr}}
 
 
==Finite Element Method==
 
[[Image:FEM thumb.png|right]]
 
Depending on the parameters of FEMBeam filegenerator, different nodes of the FEM beam can be moved, so here a tension simulation was performed.
 
 
[http://yade.berlios.de/content/06-videos______/fem.avi download 2.6 MB >>]
 
{{clr}}
 
 
==Discrete Element Method based on Tetrahedrons==
 
[[Image:tetrahedrons thumb.png|right]]
 
First effects of making a DEM simulation with tetrahedrons. It is still not working correctly and needs more work to be done.
 
 
[http://yade.berlios.de/content/06-videos______/tetrahedrons.mpg download 3.3 MB >>]
 
{{clr}}
 
 
==Tetrahedrons with Interacting Geometry of Four Spheres==
 
[[Image:tetrahedrons spheres thumb.png|right]]
 
Another try at implementing tetrahedrons. This is just a simple example that demonstrates how to add new models to yade. Later it will become a part of yade manual, currently the instructions related to this example can be found here.
 
 
Also this video demonstrates new yade's capability: interactively moving/rotating objects inside the simulation.
 
 
[http://yade.berlios.de/content/06-videos______/tet_as_spheres.mpg download 10.0 MB >>]
 
{{clr}}
 
 
==Mass Spring System==
 
[[Image:mass spring thumb.png|right]]
 
This is a very simple mass spring system, used to model a cloth. Springs with given stiffness are connected at nodes, we have done it as a quick way to show that cloth calculations are also possible with yade, but this model is by no means serious.
 
 
Here you can see a video of some simulation performed with it.
 
 
[http://yade.berlios.de/content/06-videos______/massspring.avi download 2.5 MB >>]
 
{{clr}}
 
 
==Simple Spring==
 
[[Image:rigid body thumb.png|right]]
 
First implemented model was simple spring. It handles collision between rigid bodies of arbitrary shape (only sphere and box are currently implemented). This very primitive model served as testing ground for yade framework design.
 
 
Here you can see a video of some simulation performed with it. Particle segragation due to size can be observed.
 
 
[http://yade.berlios.de/content/06-videos______/rigidbody.avi download 2.5 MB >>]
 
{{clr}}
 
 
=Making Videos=
 
 
Wondering how those videos were produced? [[New:Making videos|Here's an explanation >>]]
 
[[Category:Screenshots]]
 
[[Category:Overview]]
 

Revision as of 18:38, 20 January 2011

Screenshots quick access

<categorytree mode=pages>Screenshots</categorytree>

If you are working with yade, please upload some of your screenshots to show others your work!


Screenshots

Uniaxial tension/compression test

Tension uniax.png

This example can be found in examples/concrete/uniax.py

Discrete Element Method

Scr dem thumb.png

A first real-world application of Spherical Discrete Element Method is implemented, with a catchy name Yade OpenDEM. Handles shearing forces between spheres, cohesive forces with modified mohr-coulomb criterion. This is a reimplementation from ground-up of SDEC program, which has been used for over ten years in University of Joseph Fourier in Grenoble, and many PhDs were done with it.

more >>

Discrete Element Method with Local Moment Law

Scr mdem thumb.png

Discrete Element Method has been extended with law of conversion of momentum at the contact point. Resulting in a complete model for simulations of spherical elements. This has opened new broad variety of model applications, including deformable non-rigid body simulations, concrete and steel modelling. And later - after yade will have non linear models implemented - other kinds of plastic, viscoplastic, elastoplastic behaviours using spherical elements.

more >>


Other

Scr other thumb.png

Yade is now good enough to produce some results. Those results are at first compared with results from other numerical computations software, then with real-world experiments. Several articles are planned to be written about it. For now you can have a short glance at what kind of results we can produce so far. Bear in mind that this is just a quick look at screenshots and nothing more.

more >>

Videos

Ball Mill - 125 000 spheres

The #evp parser function was deprecated in EmbedVideo 2.0. Please convert your parser function tag to #ev.

A sample of simulation of movement of 125 000 spheres with YADE. This simulation take 14h30m for 50 000 iterations on laptop with Intel(R) Core(TM)2 Duo CPU T8100 @ 2.10GHz processor and 2GB memory. So, perfomance was 0.95 iter/sec.

See yade script here (it need this stl-file for the mill shape.)

Ball Mill

The #evp parser function was deprecated in EmbedVideo 2.0. Please convert your parser function tag to #ev.

See yade script. The mill shape is constructed parametrically from within the script itself.


Surface triangulation and filling

The #evp parser function was deprecated in EmbedVideo 2.0. Please convert your parser function tag to #ev.

Sphere packing (regular) is generated to fit inside the horse-shaped triangulated surface (imported from file). The same horse is the used underneath, on which the spheres fall from above. Script is here


Representing beams and wires with connected cylinders

The #evp parser function was deprecated in EmbedVideo 2.0. Please convert your parser function tag to #ev.

Connected cylinders with rounded ends (alternatively seen as Minkowski sum of a polyline and a sphere enables the description of interaction between wires or rods and particles, with a smooth interface. The simulation is defined in this script.

Discrete Element Method - 125 000 spheres

Dem 125k thumb.png

As first real-world application of yade Spherical Discrete Element Method is implemented. Handles shearing forces between spheres, cohesive forces with modified mohr-coulomb criterion.

125 000 spheres were generated in a cubical volume, and fell down in the graivty. The calculation took three days, and is available here in two versions - small and big.

download 2.2 MB >>