copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Overview — Yade 3rd ed. documentation Yade is an extensible open-source framework for discrete numerical models, focused on the Discrete Element Method The computation parts are written in c++ using a flexible object model and allowing independent implementation of new algorithms and interfaces
Installation — Yade 3rd ed. documentation Installation ¶ Linux systems: Yade can be installed from packages (pre-compiled binaries) or source code The choice depends on what you need: if you don’t plan to modify Yade itself, package installation is easier In the contrary case, you must download and install the source code
Welcome to Yade’s documentation! — Yade 3rd ed. documentation Welcome to Yade’s documentation! ¶ Guided tour ¶ Introduction Getting started Architecture overview Tutorial Introduction Hands-on Data mining Setting up a simulation Advanced more Examples with tutorial More examples
Introduction — Yade 3rd ed. documentation Before you start moving around in Yade, you should have some prior knowledge Basics of command line in your Linux system are necessary for running yade Look on the web for tutorials Python language; we recommend the official Python tutorial Reading further documents on the topic, such as Dive into Python will certainly not hurt either
Yade Yade is an extensible open-source framework for discrete numerical models, focused on Discrete Element Method The project started as an offspring from SDEC at Grenoble University, now is being developed at multiple research institutes and has active and helpful user community
Tutorial — Yade 3rd ed. documentation Tutorial ¶ This tutorial originated as handout for a course held at Technische Universität Dresden Fakultät Bauingenieurwesen Institut für Geotechnik in Jaunary 2011 The focus was to give quick and rather practical introduction to people without prior modeling experience, but with knowledge of mechanics Some computer literacy was assumed, though basics are reviewed in the Hands-on
Installing Yade (for Windows and Mac users) We created a full debian machine preloaded with Yade + Paraview + Kate You can install this easily with the following steps: Download and install VirtualBox for your OS Download this yade_machine ova file (this step may take a few minutes, so please be patient The file is 6 gb ) Open VirtualBox and click “Tools>Import”
Examples with tutorial — Yade 3rd ed. documentation This example will run for 20000 iterations, saving * png snapshots, then it will make a video 3d mpeg out of those snapshots # demonstrate 3d postprocessing with yade # # 1 qt SnapshotEngine saves images of the 3d view as it appears on the screen periodically # makeVideo is then used to make real movie from those images # 2
Beginners-guide - Yade Yade is developed originaly on Linux, so (except if you have sufficient skills to compile the sources on another system) the first thing you have to do to use Yade is to quit Windows and jump into Linux, which could be a bit frightening if you are really a non geek