|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjass.engine.Out
jass.contact.StickSlip
public class StickSlip
A force model based on stick slip model.
| Field Summary |
|---|
| Fields inherited from class jass.engine.Out |
|---|
buf, bufferSize, bufOld, lock |
| Constructor Summary | |
|---|---|
StickSlip(float srate,
int bufferSize)
Construct force. |
|
| Method Summary | |
|---|---|
void |
computeBuffer()
Compute the next buffer. |
void |
reset()
Reset state. |
void |
setNormalForce(float val)
Set normal force magnitude. |
void |
setSpeed(float v)
Set velocity. |
void |
setStickSlipParameters(float k_damp,
float dummy,
float mu_static,
float mu_dynamic,
float v_crit)
Set stick-slip model parameters (all in S.I. |
| Methods inherited from class jass.engine.Out |
|---|
clearBuffer, copyToOld, getBuffer, getBuffer, getBufferSize, getTime, peekAtBuffer, resetTime, setBufferSize, setTime, setTimeAndNotify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StickSlip(float srate,
int bufferSize)
srate - sampling rate in Hertz.bufferSize - bufferSize of this Out.| Method Detail |
|---|
public void setStickSlipParameters(float k_damp,
float dummy,
float mu_static,
float mu_dynamic,
float v_crit)
k_damp - damping of spring systemdummy - not usedmu_static - static friction coeffmu_dynamic - dynamic friction coeffv_crit - critical velocity for transition from dyn. to static frictionpublic void setNormalForce(float val)
val - normal force in Newtonpublic void setSpeed(float v)
v - velocity in m/spublic void reset()
public void computeBuffer()
computeBuffer in class Out
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||