WOLFRAM SYSTEM MODELER
PropellerPropeller of the quadrotor with two blades |
SystemModel["Aircraft.Physical.RotaryWing.MultiRotor.Parts.Propulsions.Propeller"]
The propeller model receives angular rotation speed through the flangeRotationSpeed connector and transforms it into mechanical force. The propeller gain then translates this rotation speed into upward lift, which acts vertically in the z-axis, while there are no force components in the x and y directions.
Propeller model includes these components:
However, it's usually common to consider a thrust force proportional to the square of the rotational speed. In this case we considered a linear relation where Fi is the lift force of each propeller, Ωi is the rotational speed of each propeller and Kp is the propeller gain, which can be derived by experiment and the estimation methods. [1]
[1]: Da Silva, E. L. (2015). Incremental Nonlinear Dynamic Inversion for Quadrotor Control (Master’s thesis, Universidade de Lisboa).
p |
Value: 1E-6 Type: Real Description: Relation between lift force of propeller and rpm |
---|
bladeCad |
Type: FixedShape Description: Blade CAD shape |
|
---|---|---|
variableRotation |
Type: VariableRotation Description: Impose propeller rotation |
|
arm |
Type: FixedTranslation Description: Arm connecting motor to propeller |
|
angleSensor |
Type: AngleSensor Description: Measures the angle |
|
speedSensor |
Type: SpeedSensor Description: Measures angular speed |
|
toRpm |
Type: To_rpm Description: Convert rad/s to RPM |
|
toDeg |
Type: To_deg Description: Convert rad unit to degree unit |
|
propellerGain |
Type: Gain Description: Propeller gain |
|
xForce |
Type: Constant Description: Longitudinal component of the force |
|
yForce |
Type: Constant Description: Lateral component of the force |
|
absForce |
Type: Abs Description: Absolute value of the generated force |
|
inertia |
Type: Inertia Description: 1D rotational component with inertia |
|
upwardDircetion |
Type: Gain Description: Change the direction of the force |
|
liftForce |
Type: WorldForce Description: Lift force |
Aircraft.Physical.RotaryWing.MultiRotor Interface for the complete quadrotor model |