Path: SC/Actuator
% Computes dynamics with friction for two different models.
The first model is the standard model with damping, Coulomb and
static friction. The second uses a bristle friction model with
an additional bristle state.
--------------------------------------------------------------------------
Form:
d = RHSFriction;
[xDot, fS, fB] = RHSFriction( x, ~, d )
--------------------------------------------------------------------------
------
Inputs
------
x (3,1) [omega standard;omega bristle;bristle state]
d (1,1) Data structure
.inertia (1,1) Polar inertia
.torque (1,1) Torque
.friction (.) See ReactionWheelFriction
.bristle (.) See FrictionBristle);
-------
Outputs
-------
xDot (3,1) d[omega standard;omega bristle;bristle state]/dt
fS (1,1) Friction standard
fB (1,1) Friction bristle
--------------------------------------------------------------------------
SC: Actuator/FrictionBristle SC: Actuator/ReactionWheelFriction
Back to the SC Module page