MultibodySystem Class Reference
The job of the MultibodySystem class is to coordinate the activities of various subsystems which can be part of a multibody system.
More...
#include <MultibodySystem.h>
List of all members.
Detailed Description
The job of the MultibodySystem class is to coordinate the activities of various subsystems which can be part of a multibody system.
We insist on having exactly one MatterSubsystem, and we would like also to have:
Constructor & Destructor Documentation
Member Function Documentation
Real calcEnergy |
( |
const State & |
s |
) |
const [inline] |
Calculate the total energy of the system.
The state must be at Dynamics stage or later.
const Real calcKineticEnergy |
( |
const State & |
|
) |
const |
Calculate the total kinetic energy of the system.
The state must be at Velocity stage or later.
const Real calcPotentialEnergy |
( |
const State & |
|
) |
const |
Calculate the total potential energy of the system.
The state must be at Dynamics stage or later.
const MultibodySystemRep& getRep |
( |
|
) |
const |
bool hasContactSubsystem |
( |
|
) |
const |
bool hasDecorationSubsystem |
( |
|
) |
const |
bool hasMatterSubsystem |
( |
|
) |
const |
class MultibodySystemRep& updRep |
( |
|
) |
|
The documentation for this class was generated from the following file: