class Amortiguator

The amortiguator has a maximum lenght

Public Methods

[more] Amortiguator()
[more] Amortiguator(Vector3D pos, Vector3D dir, double l0, double lmax, double k, double f, double x)
[more] ~Amortiguator()
[more]void setPosition(Vector3D p)
[more]void setDirection(Vector3D d)
[more]void setK(double k)
[more]void setF(double f)
[more]void setL0(double l0)
[more]void setLmax(double lmax)
[more]void setX(double x)
[more]void setDxDt(double v)
[more]void setForce(double x, double y, double z)
[more]void setMoment(double x, double y, double z)
[more]void setXtoLmax(void)
[more]void ComputeForces(double delta, double dt)

Private Fields

[more]double x
void ComputeRT(void); żżżż???????
[more]double dxdt
current lenght
[more]double L0
v=dx/dt
[more]double Lmax
Natural lenght (Force(L0)=0)
[more]double F
Maximum lenght
[more]double K
Damping force coefficient
[more]Vector3D Position
Spring force coefficient
[more]Vector3D Direction
Position of amortiguator respect to parent RigidBody
[more]Vector3D Force
Orientation of amortiguator respect to parent RigidBody
[more]Vector3D Moment
Force applied at the end


Documentation

The amortiguator has a maximum lenght
o Amortiguator()

o Amortiguator(Vector3D pos, Vector3D dir, double l0, double lmax, double k, double f, double x)

o ~Amortiguator()

ovoid setPosition(Vector3D p)

ovoid setDirection(Vector3D d)

ovoid setK(double k)

ovoid setF(double f)

ovoid setL0(double l0)

ovoid setLmax(double lmax)

ovoid setX(double x)

ovoid setDxDt(double v)

ovoid setForce(double x, double y, double z)

ovoid setMoment(double x, double y, double z)

ovoid setXtoLmax(void)

ovoid ComputeForces(double delta, double dt)

odouble x
void ComputeRT(void); żżżż??????? void ComputeContact(void); void ComputeForces(void); Vector3D IntersectionLine-Plane(); / To implement.

odouble dxdt
current lenght

odouble L0
v=dx/dt

odouble Lmax
Natural lenght (Force(L0)=0)

odouble F
Maximum lenght

odouble K
Damping force coefficient

oVector3D Position
Spring force coefficient

oVector3D Direction
Position of amortiguator respect to parent RigidBody

oVector3D Force
Orientation of amortiguator respect to parent RigidBody

oVector3D Moment
Force applied at the end


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.