DEM Application
(→The contact laws) |
(→D-DEMPack) |
||
Line 63: | Line 63: | ||
===== D-DEMPack ===== | ===== D-DEMPack ===== | ||
− | D-DEMPack is the package that allows a user to create, run and analyze results of a DEM simulation for discontinuum / granular / little-cohesive materials. | + | D-DEMPack is the package that allows a user to create, run and analyze results of a DEM simulation for discontinuum / granular / little-cohesive materials. It is written for GiD. So in order to use this package, you should install GiD first. |
You can read the [[D-DEMPack manual]] or follow the [[D-DEMPack Tutorials]] for fast learning on how to use the GUI. | You can read the [[D-DEMPack manual]] or follow the [[D-DEMPack Tutorials]] for fast learning on how to use the GUI. |
Revision as of 10:57, 4 September 2015
WARNING: this page is not finished, we are writing it still...
The DEM Kratos Team
Contents |
Theory
This application solve the the equations.... Mathematical approach to the problems.
Nothing numerical
Integration Schemes
Forward Euler Scheme
The contact laws
Concept of indentation HMD, LSD
Normal Force Laws
Tangential Force Laws
Damping Force Laws
(restit. coef)
Numerical approach (implementation)
Structure of the code (Strategy, Scheme, Element, Node, Utilities, functions frequently used like FastGet,...)
DEM strategies
Non-cohesive materials Strategy
Continuum Strategy
DEM schemes
DEM elements
Spheric Particle
Spheric Continuum Particle
Spheric Swimming Particle
Benchmarks
Insert here all the benchmarks of the application.
For every benchmark insert a video or at list a photo (not only a link)
For every benchmark - brief description of the solved problem, if it is a benchmark that can be found in literature, insert the link to the reference or, at least a reference). - reference with a link the location in which you describe all the theory behind Numerical approach.
How to analyse using the current application
Pre-Process
GUI's & GiD
D-DEMPack
D-DEMPack is the package that allows a user to create, run and analyze results of a DEM simulation for discontinuum / granular / little-cohesive materials. It is written for GiD. So in order to use this package, you should install GiD first.
You can read the D-DEMPack manual or follow the D-DEMPack Tutorials for fast learning on how to use the GUI.
C-DEMPack
Continuum / Cohesive
F-DEMPack
Fluid coupling
Post-Process
Application Dependencies
The Swimming DEM Application depends on the DEM application
Other Kratos Applications used in current Application
FEM-DEM
Programming Documentation
The source code is accessible through this site.
Problems!
What to do if the Discrete Elements behave strangely
In the case you notice that some discrete elements cross walls, penetrate in them or simply fly away of the domain at high velocity, check the following points:
In the case of excessive penetration:
- Check that the Young Modulus is big enough. A small Young Modulus makes the Elements and the walls behave in a very smooth way. Sometimes they are so soft that total penetration and trespass is possible.
- Check the Density of the material. An excessive density means a big weight and inertia that cannot be stopped by the walls.
- Check the Time Step. If the time step is too big, the Elements can go from one side of the wall to the other with no appearence of a reaction.
- Check the frequency of neighbour search. If the search is not done frequently enough, the new contacts with the walls may not be detected soon enough.
In the case of excessive bounce:
- Check that the Young Modulus is not extremely big. An exaggerated Young Modulus yields extremely large reactions that can make the Elements bounce too fast in just one time step. Also take into account that the stability of explicit methods depends on the Young Modulus (the higher the modulus, the closer to instability).
- Check the Density of the material. A very low density means a very small weight and inertia, so any force exerted by other elements or the walls can provoque big accelerations on the element.
- Check the Time Step. If the time step is too big, the method gains more energy, and gets closer to instability.
- Check the restitution coefficient of the material. Explicit integration schemes gain energy noticeably, unless you use a really small time step. In case the time step is chosen to be big (but still stable), use the restitution coefficient to compensate the gain of energy and get more realistic results.
Contact
Contact us for any question regarding this application:
-Miguel Angel Celigueta: maceli@cimne.upc.edu
-Guillermo Casas: gcasas@cimne.upc.edu
-Salva Latorre: latorre@cimne.upc.edu
-Miquel Santasusana: msantasusana@cimne.upc.edu
-Ferran Arrufat: farrufat@cimne.upc.edu