Cyclone Cyclone: C:/data/physeng_code/include/cyclone/pcontacts.h File Reference

C:/data/physeng_code/include/cyclone/pcontacts.h File Reference

This file contains the contact resolution system for particles cyclone. More...

#include "particle.h"

Include dependency graph for pcontacts.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cyclone

Classes

class  cyclone::ParticleContact
 >PContact More...
class  cyclone::ParticleContactResolver
 The contact resolution routine for particle contacts. More...
class  cyclone::ParticleContactGenerator
 This is the basic polymorphic interface for contact generators applying to particles. More...


Detailed Description

This file contains the contact resolution system for particles cyclone.

The resolver uses an iterative satisfaction algorithm; it loops through each contact and tries to resolve it. This is a very fast algorithm but can be unstable when the contacts are highly inter-related.