Modelica.Mechanics.Rotational.Sensors

Sensors to measure variables in 1D rotational mechanical components

Information


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).

Package Content

NameDescription
Modelica.Mechanics.Rotational.Sensors.AngleSensor AngleSensor Ideal sensor to measure the absolute flange angle
Modelica.Mechanics.Rotational.Sensors.SpeedSensor SpeedSensor Ideal sensor to measure the absolute flange angular velocity
Modelica.Mechanics.Rotational.Sensors.AccSensor AccSensor Ideal sensor to measure the absolute flange angular acceleration
Modelica.Mechanics.Rotational.Sensors.RelAngleSensor RelAngleSensor Ideal sensor to measure the relative angle between two flanges
Modelica.Mechanics.Rotational.Sensors.RelSpeedSensor RelSpeedSensor Ideal sensor to measure the relative angular velocity between two flanges
Modelica.Mechanics.Rotational.Sensors.RelAccSensor RelAccSensor Ideal sensor to measure the relative angular acceleration between two flanges
Modelica.Mechanics.Rotational.Sensors.TorqueSensor TorqueSensor Ideal sensor to measure the torque between two flanges (= flange_a.tau)
Modelica.Mechanics.Rotational.Sensors.PowerSensor PowerSensor Ideal sensor to measure the power between two flanges (= flange_a.tau*der(flange_a.phi))
Modelica.Mechanics.Rotational.Sensors.MultiSensor MultiSensor Ideal sensor to measure the torque and power between two flanges (= flange_a.tau*der(flange_a.phi)) and the absolute angular velocity

Modelica.Mechanics.Rotational.Sensors.AngleSensor Modelica.Mechanics.Rotational.Sensors.AngleSensor

Ideal sensor to measure the absolute flange angle

Information


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 Rotational.Interfaces.PartialAbsoluteSensor (Partial model to measure a single absolute flange variable).

Connectors

NameDescription
flangeFlange of shaft from which sensor information shall be measured
phiAbsolute angle of flange as output signal [rad]

Modelica.Mechanics.Rotational.Sensors.SpeedSensor Modelica.Mechanics.Rotational.Sensors.SpeedSensor

Ideal sensor to measure the absolute flange angular velocity

Information


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 Rotational.Interfaces.PartialAbsoluteSensor (Partial model to measure a single absolute flange variable).

Connectors

NameDescription
flangeFlange of shaft from which sensor information shall be measured
wAbsolute angular velocity of flange as output signal [rad/s]

Modelica.Mechanics.Rotational.Sensors.AccSensor Modelica.Mechanics.Rotational.Sensors.AccSensor

Ideal sensor to measure the absolute flange angular acceleration

Information


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 Rotational.Interfaces.PartialAbsoluteSensor (Partial model to measure a single absolute flange variable).

Connectors

NameDescription
flangeFlange of shaft from which sensor information shall be measured
aAbsolute angular acceleration of flange as output signal [rad/s2]

Modelica.Mechanics.Rotational.Sensors.RelAngleSensor Modelica.Mechanics.Rotational.Sensors.RelAngleSensor

Ideal sensor to measure the relative angle between two flanges

Information


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 Rotational.Interfaces.PartialRelativeSensor (Partial model to measure a single relative variable between two flanges).

Connectors

NameDescription
flange_aLeft flange of shaft
flange_bRight flange of shaft
phi_relRelative angle between two flanges (= flange_b.phi - flange_a.phi) as output signal [rad]

Modelica.Mechanics.Rotational.Sensors.RelSpeedSensor Modelica.Mechanics.Rotational.Sensors.RelSpeedSensor

Ideal sensor to measure the relative angular velocity between two flanges

Information


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 Rotational.Interfaces.PartialRelativeSensor (Partial model to measure a single relative variable between two flanges).

Connectors

NameDescription
flange_aLeft flange of shaft
flange_bRight flange of shaft
w_relRelative angular velocity between two flanges (= der(flange_b.phi) - der(flange_a.phi)) as output signal [rad/s]

Modelica.Mechanics.Rotational.Sensors.RelAccSensor Modelica.Mechanics.Rotational.Sensors.RelAccSensor

Ideal sensor to measure the relative angular acceleration between two flanges

Information


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 Rotational.Interfaces.PartialRelativeSensor (Partial model to measure a single relative variable between two flanges).

Connectors

NameDescription
flange_aLeft flange of shaft
flange_bRight flange of shaft
a_relRelative angular acceleration between two flanges as output signal [rad/s2]

Modelica.Mechanics.Rotational.Sensors.TorqueSensor Modelica.Mechanics.Rotational.Sensors.TorqueSensor

Ideal sensor to measure the torque between two flanges (= flange_a.tau)

Information


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 Rotational.Interfaces.PartialRelativeSensor (Partial model to measure a single relative variable between two flanges).

Connectors

NameDescription
flange_aLeft flange of shaft
flange_bRight flange of shaft
tauTorque in flange flange_a and flange_b (tau = flange_a.tau = -flange_b.tau) as output signal [N.m]

Modelica.Mechanics.Rotational.Sensors.PowerSensor Modelica.Mechanics.Rotational.Sensors.PowerSensor

Ideal sensor to measure the power between two flanges (= flange_a.tau*der(flange_a.phi))

Information


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 Rotational.Interfaces.PartialRelativeSensor (Partial model to measure a single relative variable between two flanges).

Connectors

NameDescription
flange_aLeft flange of shaft
flange_bRight flange of shaft
powerPower in flange flange_a as output signal [W]

Modelica.Mechanics.Rotational.Sensors.MultiSensor Modelica.Mechanics.Rotational.Sensors.MultiSensor

Ideal sensor to measure the torque and power between two flanges (= flange_a.tau*der(flange_a.phi)) and the absolute angular velocity

Information


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).

Connectors

NameDescription
flange_aLeft flange of shaft
flange_bRight flange of shaft
powerPower in flange flange_a as output signal [W]
wAbsolute angular velocity of flange_a as output signal [rad/s]
tauTorque in flange flange_a and flange_b (tau = flange_a.tau = -flange_b.tau) as output signal [N.m]

Automatically generated Mon Sep 23 17:20:43 2013.