{% extends "layout.html" %} {% set title = 'Overview' %} {% block body %}

Welcome to Woo − extensible DEM simulations

Woo is extesible and portable framework primarily for mechanics granular materials. Computation parts are written in c++ parallelized using OpenMP, fully accessible and modifiable from python (ipython console or scripts). Arbitrarily complex scene can be scripted. Qt-based user interface is provided, featuring flexible OpenGL display, inspection of all objects and runtime modification. Parametric preprocessors can be written in pure python, and batch system can be used to drive parametric studies. New material models and particle shapes can be added (in c++) without modifying existing classes. Woo is a commercially-backed and geared towards customisations for non-trivial, challenging scenarios — sieving, segregation, conveyors, membranes and similar.

This is user-level documentation of Woo; general information is available from the main page, development is hosted at github, including bug tracking and downloads. PDF hardcopy of the entire documentation is available.

This documentation decribes Woo version {{ release }} / {{ version }}.

Documentation

{% endblock %}