Path: SCPro/ProActuators
% Reaction wheel strength and momentum.
This is for a wheel hoop.
Enter ReactionWheelStress for a demo
omega, rO or rI may be vectors. If more than one are vectors they
must be the same length.
--------------------------------------------------------------------------
Form:
ReactionWheelStress
[sigma, h] = ReactionWheelStress( rO, rI, omega, nu, rho, t )
--------------------------------------------------------------------------
------
Inputs
------
rO (1,:) Outer radius (m)
rI (1,:) Inner radius (m)
omega (1,:) Angular rate (rad/s)
nu (1,:) Poisson's ratio may be a numnber of string
rho (1,:) Density (kg/m^3)
t (1,1) Thickness (m)
-------
Outputs
-------
sigma (1,:) Stress (N/m^2)
h (1,:) Momentum (Nms)
--------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Materials/PoissonsRatio
Back to the SCPro Module page