This package contains ideal sensor components that provide the connector variables as signals for further processing with the Modelica.Blocks library.
Extends from Modelica.Icons.SensorsPackage
(Icon for packages containing sensors).
Name | Description |
---|---|
AccSensor | Ideal sensor to measure the absolute flange angular acceleration |
AngleSensor | Ideal sensor to measure the absolute flange angle |
MultiSensor | Ideal sensor to measure the torque and power between two flanges (= flange_a.tau*der(flange_a.phi)) and the absolute angular velocity |
PowerSensor | Ideal sensor to measure the power between two flanges (= flange_a.tau*der(flange_a.phi)) |
RelAccSensor | Ideal sensor to measure the relative angular acceleration between two flanges |
RelAngleSensor | Ideal sensor to measure the relative angle between two flanges |
RelSpeedSensor | Ideal sensor to measure the relative angular velocity between two flanges |
SpeedSensor | Ideal sensor to measure the absolute flange angular velocity |
TorqueSensor | Ideal sensor to measure the torque between two flanges (= flange_a.tau) |
Measures the absolute angle phi of a flange in an ideal way and provides the result as output signal phi (to be further processed with blocks of the Modelica.Blocks library).
Extends from Modelica.Mechanics.Rotational.Interfaces.PartialAbsoluteSensor
(Partial model to measure a single absolute flange variable).
Type | Name | Description |
---|---|---|
Flange_a | flange | Flange of shaft from which sensor information shall be measured |
output RealOutput | phi | Absolute angle of flange as output signal |
Measures the absolute angular velocity w of a flange in an ideal way and provides the result as output signal w (to be further processed with blocks of the Modelica.Blocks library).
Extends from Modelica.Mechanics.Rotational.Interfaces.PartialAbsoluteSensor
(Partial model to measure a single absolute flange variable).
Type | Name | Description |
---|---|---|
Flange_a | flange | Flange of shaft from which sensor information shall be measured |
output RealOutput | w | Absolute angular velocity of flange as output signal |
Measures the absolute angular acceleration a of a flange in an ideal way and provides the result as output signal a (to be further processed with blocks of the Modelica.Blocks library).
Extends from Modelica.Mechanics.Rotational.Interfaces.PartialAbsoluteSensor
(Partial model to measure a single absolute flange variable).
Type | Name | Description |
---|---|---|
Flange_a | flange | Flange of shaft from which sensor information shall be measured |
output RealOutput | a | Absolute angular acceleration of flange as output signal |
Measures the relative angle phi_rel between two flanges in an ideal way and provides the result as output signal phi_rel (to be further processed with blocks of the Modelica.Blocks library).
Extends from Modelica.Mechanics.Rotational.Interfaces.PartialRelativeSensor
(Partial model to measure a single relative variable between two flanges).
Type | Name | Description |
---|---|---|
Flange_a | flange_a | Left flange of shaft |
Flange_b | flange_b | Right flange of shaft |
output RealOutput | phi_rel | Relative angle between two flanges (= flange_b.phi - flange_a.phi) as output signal |
Measures the relative angular velocity w_rel between two flanges in an ideal way and provides the result as output signal w_rel (to be further processed with blocks of the Modelica.Blocks library).
Extends from Modelica.Mechanics.Rotational.Interfaces.PartialRelativeSensor
(Partial model to measure a single relative variable between two flanges).
Type | Name | Description |
---|---|---|
Flange_a | flange_a | Left flange of shaft |
Flange_b | flange_b | Right flange of shaft |
output RealOutput | w_rel | Relative angular velocity between two flanges (= der(flange_b.phi) - der(flange_a.phi)) as output signal |
Measures the relative angular acceleration a_rel between two flanges in an ideal way and provides the result as output signal a_rel (to be further processed with blocks of the Modelica.Blocks library).
Extends from Modelica.Mechanics.Rotational.Interfaces.PartialRelativeSensor
(Partial model to measure a single relative variable between two flanges).
Type | Name | Description |
---|---|---|
Flange_a | flange_a | Left flange of shaft |
Flange_b | flange_b | Right flange of shaft |
output RealOutput | a_rel | Relative angular acceleration between two flanges as output signal |
Measures the cut-torque between two flanges in an ideal way and provides the result as output signal tau (to be further processed with blocks of the Modelica.Blocks library).
Extends from Modelica.Mechanics.Rotational.Interfaces.PartialRelativeSensor
(Partial model to measure a single relative variable between two flanges).
Type | Name | Description |
---|---|---|
Flange_a | flange_a | Left flange of shaft |
Flange_b | flange_b | Right flange of shaft |
output RealOutput | tau | Torque in flange flange_a and flange_b (tau = flange_a.tau = -flange_b.tau) as output signal |
Measures the power between two flanges in an ideal way and provides the result as output signal power (to be further processed with blocks of the Modelica.Blocks library).
Extends from Modelica.Mechanics.Rotational.Interfaces.PartialRelativeSensor
(Partial model to measure a single relative variable between two flanges).
Type | Name | Description |
---|---|---|
Flange_a | flange_a | Left flange of shaft |
Flange_b | flange_b | Right flange of shaft |
output RealOutput | power | Power in flange flange_a as output signal |
Measures the absolute angular velocity of a flange_a, the cut-torque and power between two flanges in an ideal way and provides the results as output signals w, tau and power, respectively.
Extends from Modelica.Mechanics.Rotational.Interfaces.PartialRelativeSensor
(Partial model to measure a single relative variable between two flanges).
Type | Name | Description |
---|---|---|
Flange_a | flange_a | Left flange of shaft |
Flange_b | flange_b | Right flange of shaft |
output RealOutput | power | Power in flange flange_a as output signal |
output RealOutput | w | Absolute angular velocity of flange_a as output signal |
output RealOutput | tau | Torque in flange flange_a and flange_b (tau = flange_a.tau = -flange_b.tau) as output signal |
Generated 2018-12-12 12:12:57 EST by MapleSim.