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 and concepts==
+
==Implemented models==
 
* [[ConstitutiveLaws | Constitutive Laws]]
 
* [[ConstitutiveLaws | Constitutive Laws]]
* [[SharedMaterialProperties | SharedMaterialProperties]]
 
 
* [[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 ice grains model]]
+
* [[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 ===
 
* [[SimpleSceneTutorial | Simple Scene Tutorial]]
 
* [[SimpleSceneCpp | Simple Scene Cpp]]
 
* [[SimpleScenePython | Simple Scene Python]]
 
 
 
 
=== 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]]
   
=== Drafts ===
+
==== Examples and scripts ====
 
* [[SimpleSceneTutorial | Simple Scene Tutorial]]
* [[ScriptGenerateBoxPacking | ScriptGenerateBoxPacking]]
 
 
* [[SimpleSceneCpp | Simple Scene Cpp]]
* [[ScriptGenerateCylindricalPacking | ScriptGenerateCylindricalPacking]]
 
 
* [[SimpleScenePython | Simple Scene Python]]
* [[ScriptUniaxialTensionCompressionTest | ScriptUniaxialTensionCompressionTest]]
 
 
* [[ScriptGenerateBoxPacking | ScriptGenerateBoxPacking DRAFT]]
 
 
* [[ScriptGenerateCylindricalPacking | ScriptGenerateCylindricalPacking DRAFT]]
* [[Yade_Wiki_Structure | Yade_Wiki_Structure]]
 
 
* [[ScriptUniaxialTensionCompressionTest | ScriptUniaxialTensionCompressionTest DRAFT]]
* [[Pages_required_reworking | Pages required reworking]]
 
   
 
== Other==
 
== Other==
Line 241: Line 232:
   
 
[[Category:Overview]]
 
[[Category:Overview]]
 
= ____TO REMOVE?____ =
[[Category:New documentation structure and items]]
 
 
* [[SharedMaterialProperties | SharedMaterialProperties]]
 
 
= ____TO UPDATE____ =
 
= ____TO UPDATE____ =
 
* [[Getting_started | Getting started (a Yade beginner experience) (UPDATES)]]
 
* [[Getting_started | Getting started (a Yade beginner experience) (UPDATES)]]
 
= ____TO REMOVE____ =
 
 
* [[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]]
 
* [[Yade_Wiki_Structure | Yade_Wiki_Structure]]
 
* [[Pages_required_reworking | Pages required reworking]]

Revision as of 15: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

Yade Community

Using YADE

Using YADE with Python

Implemented models

Installation

Development

Version handling

Information on source code


Debugging

Performance and optimization

Examples and scripts

Other

____TO REMOVE?____

____TO UPDATE____

____BLUEPRINTS (MOVE TO LP OR REMOVE)____