Difference between revisions of "Yade"
From Yade
(ils) |
|||
Line 3: | Line 3: | ||
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. |
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 |
+ | '''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 [https://www.yade-dem.org/sphinx/ here].''' |
'''Detailed reference documentation and theoretical background are [https://www.yade-dem.org/sphinx/ here].''' |
||
Line 139: | Line 139: | ||
--> |
--> |
||
− | == |
+ | ==Overview== |
+ | * [https://www.yade-dem.org/wiki/Category:Screenshots Simulation examples] |
||
− | ===Common information === |
||
+ | * [[Screenshots_and_videos | Screenshots and videos]] |
||
* [[First_steps | First steps. Instruction how to start YADE simple simulation]] |
* [[First_steps | First steps. Instruction how to start YADE simple simulation]] |
||
− | * [[Getting_started | Getting started]] |
||
* [[FAQ | Frequently asked questions (FAQ) on YADE]] |
* [[FAQ | Frequently asked questions (FAQ) on YADE]] |
||
− | * [https://www.yade-dem.org/wiki/Category:Screenshots Simulation examples] |
||
− | * [[Screenshots_and_videos | Screenshots and videos]] |
||
− | |||
− | === Installation === |
||
− | * [[Installation | Installation. Common information]] |
||
− | ** [[Installation_details | Installation details]] |
||
− | ** [[Installation_of_yade_on_debian_or_kubuntu | YADE installation on Debian, Kubuntu/Ubuntu]] |
||
− | ** [[Installation_of_yade_on_fedora | YADE installation on Fedora/RedHat]] |
||
− | ** [[Installation_of_yade_on_gentoo | YADE installation on Gentoo]] |
||
− | ** [[Installation_of_yade_on_MacOSX_Leopard | YADE installation on Mac OS X]] |
||
− | ** [[New:Required_packages | Required packages]] |
||
− | ** [[Reported_problems | Reported problems]] |
||
− | |||
− | === New to Linux? (SOME PAGES TO REMOVE)=== |
||
− | * [[ New_to_linux? | New to Linux?]] |
||
− | ** [[New:3D_graphics | 3D graphics]] |
||
− | ** [[New:Going_further | Going further]] |
||
− | ** [[New:Porting_QGLViewer_to_kubuntu | Porting QGLViewer to Kubuntu]] |
||
− | |||
− | === Physics (TO REMOVE)=== |
||
− | * [[How_it_works | Simple DEM explanation]] |
||
− | * [[Discrete_Element_Method | Discrete Element Method]] |
||
− | * [[Lattice_Geometrical_Model | Lattice Geometrical Model]] |
||
== Yade Community == |
== Yade Community == |
||
Line 182: | Line 159: | ||
* [[New:Making_videos | Making videos]] |
* [[New:Making_videos | Making videos]] |
||
* [[Mgpost | Using Mgpost]] |
* [[Mgpost | Using Mgpost]] |
||
+ | |||
+ | ==== Python ==== |
||
+ | * [[Python3Intro | Python3Intro]] |
||
+ | * [[PythonPrimer | Python Primer]] |
||
+ | * [[PythonPlotting | Creating simple plots with python]] |
||
+ | * [[ScriptParametricStudy | Script Parametric Study. Explains how to use yade-$version-multi scripts]] |
||
+ | * [[ScriptPlotContactDirectionDistribution | Script Plot Contact Direction Distribution]] |
||
+ | |||
+ | ==Implemented models and concepts== |
||
+ | * [[ConstitutiveLaws | Constitutive Laws]] |
||
+ | * [[SharedMaterialProperties | SharedMaterialProperties]] |
||
+ | * [[Lattice_Geometrical_Model | Lattice Geometrical Model]] |
||
+ | * [[TriaxialTest | Triaxial Test]] |
||
+ | * [[CapillaryTriaxialTest | Capillary forces in unsaturated materials]] |
||
+ | * [[Snow_documentation| Creep in polyhedral ice grains model]] |
||
+ | * [[Triangulation | Triangulation]] |
||
+ | |||
+ | == Installation == |
||
+ | * [[Installation | Installation. Common information]] |
||
+ | ** [[Installation_details | Installation details]] |
||
+ | ** [[Installation_of_yade_on_debian_or_kubuntu | YADE installation on Debian, Kubuntu/Ubuntu]] |
||
+ | ** [[Installation_of_yade_on_fedora | YADE installation on Fedora/RedHat]] |
||
+ | ** [[Installation_of_yade_on_gentoo | YADE installation on Gentoo]] |
||
+ | ** [[Installation_of_yade_on_MacOSX_Leopard | YADE installation on Mac OS X]] |
||
+ | ** [[New:Required_packages | Required packages]] |
||
+ | ** [[Reported_problems | Reported problems]] |
||
+ | * [[ New_to_linux? | New to Linux?]] |
||
+ | ** [[New:3D_graphics | 3D graphics]] |
||
+ | ** [[New:Going_further | Going further]] |
||
+ | |||
==Development== |
==Development== |
||
+ | === Version handling === |
||
− | * [[Coding | Coding]] |
||
* [[Quick_Bazaar_tutorial | Quick Bazaar tutorial]] |
* [[Quick_Bazaar_tutorial | Quick Bazaar tutorial]] |
||
− | * [[Quick_subversion_tutorial | Quick subversion tutorial]] |
||
− | * [[Reference_documentation | Reference documentation (Doxygen and Epydoc))]] |
||
− | * [[Development_schedule | Development schedule]] |
||
− | * [[Development_Summary | Development Summary]] |
||
* [[Version_Numbering | Version Numbering]] |
* [[Version_Numbering | Version Numbering]] |
||
+ | * [[Tracking_changes_using_kompare | Tracking changes using kompare]] |
||
− | * [[Schedule | Schedule]] |
||
+ | * [[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]] |
||
− | * [[ConstitutiveLawHowto | Constitutive Law Howto]] |
||
− | * [[ConstitutiveLaws | Constitutive Laws]] |
||
− | * [[Contacts_overview | Contacts overview]] |
||
− | * [[RegressionsTests | Regressions Tests]] |
||
− | * [[Triangulation | Triangulation]] |
||
− | * [[TriaxialTest | Triaxial Test]] |
||
− | * [[CapillaryTriaxialTest | Capillary Triaxial Test]] |
||
* [[ProgrammingRules | Programming Rules]] |
* [[ProgrammingRules | Programming Rules]] |
||
Line 209: | Line 205: | ||
* [[SimpleScenePython | Simple Scene Python]] |
* [[SimpleScenePython | Simple Scene Python]] |
||
+ | |||
− | ==== Python ==== |
||
− | * [[Python3Intro | Python3Intro]] |
||
− | * [[PythonPrimer | Python Primer]] |
||
− | * [[PythonPlotting | Creating simple plots with python]] |
||
− | * [[ScriptParametricStudy | Script Parametric Study. Explains how to use yade-$version-multi scripts]] |
||
− | * [[ScriptPlotContactDirectionDistribution | Script Plot Contact Direction Distribution]] |
||
=== Articles about development and debugging === |
=== Articles about development and debugging === |
||
Line 238: | Line 229: | ||
=== Drafts === |
=== Drafts === |
||
− | |||
− | * [[ExamplesCleanup | Examples Cleanup]] |
||
− | * [[Sanitizing_Contact_Logic | Sanitizing Contact Logic]] |
||
* [[ScriptGenerateBoxPacking | ScriptGenerateBoxPacking]] |
* [[ScriptGenerateBoxPacking | ScriptGenerateBoxPacking]] |
||
* [[ScriptGenerateCylindricalPacking | ScriptGenerateCylindricalPacking]] |
* [[ScriptGenerateCylindricalPacking | ScriptGenerateCylindricalPacking]] |
||
* [[ScriptUniaxialTensionCompressionTest | ScriptUniaxialTensionCompressionTest]] |
* [[ScriptUniaxialTensionCompressionTest | ScriptUniaxialTensionCompressionTest]] |
||
+ | |||
− | * [[SharedMaterialProperties | SharedMaterialProperties]] |
||
* [[Yade_Wiki_Structure | Yade_Wiki_Structure]] |
* [[Yade_Wiki_Structure | Yade_Wiki_Structure]] |
||
* [[Pages_required_reworking | Pages required reworking]] |
* [[Pages_required_reworking | Pages required reworking]] |
||
− | * [[Snow_documentation| Snow documentation]] |
||
== Other== |
== Other== |
||
* [[Logo | Logo ]] |
* [[Logo | Logo ]] |
||
− | * [[Sandbox | |
+ | * [[Sandbox | Help for editing this Wiki]] |
+ | |||
[[Category:Overview]] |
[[Category:Overview]] |
||
[[Category:New documentation structure and items]] |
[[Category:New documentation structure and items]] |
||
+ | |||
+ | = ____TO UPDATE____ = |
||
+ | * [[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)____ = |
||
+ | * [[ExamplesCleanup | Examples Cleanup]] |
||
+ | * [[Sanitizing_Contact_Logic | Sanitizing Contact Logic]] |
||
+ | * [[RegressionsTests | Regressions Tests]] |
Revision as of 14:13, 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
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 and concepts
- Constitutive Laws
- SharedMaterialProperties
- Lattice Geometrical Model
- Triaxial Test
- Capillary forces in unsaturated materials
- Creep in polyhedral ice grains model
- Triangulation
Installation
Development
Version handling
- Quick Bazaar tutorial
- Version Numbering
- Tracking changes using kompare
- Reference documentation (Doxygen and Epydoc))
Information on source code
Examples
Articles about development and debugging
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