Itasca C++ Interface
Loading...
Searching...
No Matches
Classes | Namespaces
iwall.h File Reference

Interface for a generic wall. More...

#include "base/src/farray.h"

Go to the source code of this file.

Classes

class  pfc::IWall
 Interface for a generic wall. This is the interface for a generic wall. Specific wall types must derive from this. A wall is meant to be some geometric object with which other model components (balls and clumps) can interact but walls do not react. Thus they act to provide boundary conditions. This interface provides basic functionality for accessing the Body and Pieces associated with a wall. The properties that can be accessed through this interface are the position, rotation point, velocity, angular velocity, displacement, angular displacement, force, and moment. The meaning of the position is implementation dependent. All of these properties can be set with the exception of the force and moment. More...
 

Namespaces

namespace  itasca
 namespace Itasca
 
namespace  itascaxd
 Itasca Library standard namespace, specific to 2D or 3D.
 
namespace  pfc
 PFC namespace.
 

Detailed Description

Interface for a generic wall.