Simbody
Public Member Functions

SimTK::Force::ConstantForce Class Reference

A constant force applied to a body station. More...

#include <Force.h>

Inheritance diagram for SimTK::Force::ConstantForce:

List of all members.

Public Member Functions

 ConstantForce (GeneralForceSubsystem &forces, const MobilizedBody &body, const Vec3 &station, const Vec3 &force)
 SimTK_INSERT_DERIVED_HANDLE_DECLARATIONS (ConstantForce, ConstantForceImpl, Force)

Detailed Description

A constant force applied to a body station.

The force is a vector fixed forever in the Ground frame. This force does not contribute to the potential energy, so adding it to a system will cause energy not to be conserved.


Constructor & Destructor Documentation

SimTK::Force::ConstantForce::ConstantForce ( GeneralForceSubsystem forces,
const MobilizedBody body,
const Vec3 station,
const Vec3 force 
)

Member Function Documentation

SimTK::Force::ConstantForce::SimTK_INSERT_DERIVED_HANDLE_DECLARATIONS ( ConstantForce  ,
ConstantForceImpl  ,
Force   
)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines