Difference between revisions of "Yade"
From Yade
(ils) |
|||
Line 160: | Line 160: | ||
* [[Mgpost | Using Mgpost]] |
* [[Mgpost | Using Mgpost]] |
||
− | ==== Python ==== |
+ | ==== Using YADE with Python ==== |
* [[Python3Intro | Python3Intro]] |
* [[Python3Intro | Python3Intro]] |
||
* [[PythonPrimer | Python Primer]] |
* [[PythonPrimer | Python Primer]] |
||
Line 167: | Line 167: | ||
* [[ScriptPlotContactDirectionDistribution | Script Plot Contact Direction Distribution]] |
* [[ScriptPlotContactDirectionDistribution | Script Plot Contact Direction Distribution]] |
||
− | ==Implemented models |
+ | ==Implemented models== |
* [[ConstitutiveLaws | Constitutive Laws]] |
* [[ConstitutiveLaws | Constitutive Laws]] |
||
⚫ | |||
* [[Lattice_Geometrical_Model | Lattice Geometrical Model]] |
* [[Lattice_Geometrical_Model | Lattice Geometrical Model]] |
||
* [[TriaxialTest | Triaxial Test]] |
* [[TriaxialTest | Triaxial Test]] |
||
* [[CapillaryTriaxialTest | Capillary forces in unsaturated materials]] |
* [[CapillaryTriaxialTest | Capillary forces in unsaturated materials]] |
||
− | * [[Snow_documentation| Creep in polyhedral |
+ | * [[Snow_documentation| Creep in polyhedral grains packings (snow model)]] |
* [[Triangulation | Triangulation]] |
* [[Triangulation | Triangulation]] |
||
Line 190: | Line 189: | ||
==Development== |
==Development== |
||
− | === Version handling === |
+ | ==== Version handling ==== |
* [[Quick_Bazaar_tutorial | Quick Bazaar tutorial]] |
* [[Quick_Bazaar_tutorial | Quick Bazaar tutorial]] |
||
* [[Version_Numbering | Version Numbering]] |
* [[Version_Numbering | Version Numbering]] |
||
* [[Tracking_changes_using_kompare | Tracking changes using kompare]] |
* [[Tracking_changes_using_kompare | Tracking changes using kompare]] |
||
* [[Reference_documentation | Reference documentation (Doxygen and Epydoc))]] |
* [[Reference_documentation | Reference documentation (Doxygen and Epydoc))]] |
||
− | === Information on source code === |
+ | ==== Information on source code ==== |
* [[Adding_plugin_to_the_source_tree | Adding plugin to the source tree]] |
* [[Adding_plugin_to_the_source_tree | Adding plugin to the source tree]] |
||
* [[Third_party_plugins | How to add third party plugins]] |
* [[Third_party_plugins | How to add third party plugins]] |
||
* [[ProgrammingRules | Programming Rules]] |
* [[ProgrammingRules | Programming Rules]] |
||
− | |||
− | === Examples === |
||
⚫ | |||
⚫ | |||
⚫ | |||
− | |||
− | |||
− | |||
− | === Articles about development and debugging === |
||
* [[ImplicitBuilds | Implicit Builds]] |
* [[ImplicitBuilds | Implicit Builds]] |
||
* [[DebianPackages | How to build Debian Packages]] |
* [[DebianPackages | How to build Debian Packages]] |
||
+ | |||
====Debugging ==== |
====Debugging ==== |
||
Line 220: | Line 211: | ||
* [[Speed_profiling_using_TimingInfo_and_TimingDeltas_classes | Speed profiling using TimingInfo and TimingDeltas classes]] |
* [[Speed_profiling_using_TimingInfo_and_TimingDeltas_classes | Speed profiling using TimingInfo and TimingDeltas classes]] |
||
− | === Performance and optimization === |
+ | ==== Performance and optimization ==== |
* [[Performance_Tuning | Performance Tuning]] |
* [[Performance_Tuning | Performance Tuning]] |
||
* [[Triaxial_Test_Parallel | Triaxial Test Parallel]] |
* [[Triaxial_Test_Parallel | Triaxial Test Parallel]] |
||
Line 228: | Line 219: | ||
* [[Colliders_performace | Colliders performace]] |
* [[Colliders_performace | Colliders performace]] |
||
− | === |
+ | ==== Examples and scripts ==== |
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
− | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
== Other== |
== Other== |
||
Line 241: | Line 232: | ||
[[Category:Overview]] |
[[Category:Overview]] |
||
⚫ | |||
− | [[Category:New documentation structure and items]] |
||
⚫ | |||
− | |||
= ____TO UPDATE____ = |
= ____TO UPDATE____ = |
||
* [[Getting_started | Getting started (a Yade beginner experience) (UPDATES)]] |
* [[Getting_started | Getting started (a Yade beginner experience) (UPDATES)]] |
||
− | |||
⚫ | |||
− | |||
− | * [[ConstitutiveLawHowto | Constitutive Law Howto]] |
||
− | ** [[New:Porting_QGLViewer_to_kubuntu | Porting QGLViewer to Kubuntu (TO REMOVE)]] |
||
− | * [[Schedule | Schedule]] |
||
= ____BLUEPRINTS (MOVE TO LP OR REMOVE)____ = |
= ____BLUEPRINTS (MOVE TO LP OR REMOVE)____ = |
||
Line 256: | Line 241: | ||
* [[Sanitizing_Contact_Logic | Sanitizing Contact Logic]] |
* [[Sanitizing_Contact_Logic | Sanitizing Contact Logic]] |
||
* [[RegressionsTests | Regressions Tests]] |
* [[RegressionsTests | Regressions Tests]] |
||
⚫ | |||
⚫ |
Revision as of 14:33, 12 June 2010
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.
The computation parts are written in c++ using flexible object model, allowing independent implementation of new alogrithms, interfaces with other software packages (e.g. flow simulation), data import/export routines. Python can be used to create and manipulate the simulation or for postprocessing.
This wiki contains general discussions and overview of Yade and modules. Users are encouraged to introduce themselves present their work here.
Detailed reference documentation and theoretical background are here.
Source code and development website (bugs, blueprints, mailing lists) are hosted by launchpad.
Overview
- Simulation examples
- Screenshots and videos
- First steps. Instruction how to start YADE simple simulation
- Frequently asked questions (FAQ) on YADE
Yade Community
- Publications
- Contact
- News
- Release NEWS
- Authors and contributors
- Who Is Doing What
- Yade history
- Future plans
Using YADE
Using YADE with Python
- Python3Intro
- Python Primer
- Creating simple plots with python
- Script Parametric Study. Explains how to use yade-$version-multi scripts
- Script Plot Contact Direction Distribution
Implemented models
- Constitutive Laws
- Lattice Geometrical Model
- Triaxial Test
- Capillary forces in unsaturated materials
- Creep in polyhedral grains packings (snow model)
- Triangulation
Installation
Development
Version handling
- Quick Bazaar tutorial
- Version Numbering
- Tracking changes using kompare
- Reference documentation (Doxygen and Epydoc))
Information on source code
- Adding plugin to the source tree
- How to add third party plugins
- Programming Rules
- Implicit Builds
- How to build Debian Packages
Debugging
- Introduction to debugging
- Debugging using Kdevelop
- Debugging using Valgrind
- Debugging with Backtrace
- Debugging and speed profiling
- Speed profiling using KCachegrind
- Speed profiling using TimingInfo and TimingDeltas classes
Performance and optimization
- Performance Tuning
- Triaxial Test Parallel
- Benchmark revision1253
- Benchmarks
- Insertion Sort Collider Stride
- Colliders performace
Examples and scripts
- Simple Scene Tutorial
- Simple Scene Cpp
- Simple Scene Python
- ScriptGenerateBoxPacking DRAFT
- ScriptGenerateCylindricalPacking DRAFT
- ScriptUniaxialTensionCompressionTest DRAFT