net.simplace.usermodules.gk.learning.SpringPendulum
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cInitialDistortion | - | DOUBLE | | - | - | 1.0 |
constant | cInitialVelocity | - | DOUBLE | | - | - | 0.0 |
constant | cMass | - | DOUBLE | | - | - | 5.0 |
constant | cSpringConstant | - | DOUBLE | | - | - | 0.3 |
state | sDistortion | - | DOUBLE | | - | - | 0.0 |
state | sVelocity | - | DOUBLE | | - | - | 0.0 |
rate | rDistortionRate | - | DOUBLE | | - | - | 0.0 |
rate | rVelocityRate | - | DOUBLE | | - | - | 0.0 |
public class SpringPendulum extends net.simplace.sim.model.FWSimComponent {
// Public Constructors
public SpringPendulum(String aName, HashMap aFieldMap, HashMap aInputMap,
Element aSimComponentElement, FWSimVarMap aVarMap, int aOrderNumber);
public SpringPendulum();
// Public Instance Methods public HashMap createVariables(); // Defines
net.simplace.sim.model.FWSimComponent
// Protected Instance Methods protected void init(); // Defines net.simplace.sim.model.FWSimComponent
protected void process(); // Defines net.simplace.sim.model.FWSimComponent
protected FWSimComponent clone(FWSimVarMap aVarMap);
// Defines net.simplace.sim.model.FWSimComponent
creates a clone from this SimComponent for use in other threads
}
Hierarchy: java.lang.Object - net.simplace.sim.model.FWSimComponent (net.simplace.sim.util.FWSimFieldContainer) - SpringPendulum