Skip to content
Rotational.SpeedSensor.md

Rotational.SpeedSensor ​

This component extends from PartialAbsoluteSensor

Usage ​

TranslatedComponents.Rotational.SpeedSensor()

Connectors ​

  • flange - This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)

  • w - This connector represents a real signal as an output from a component (RealOutput)

Behavior ​

0=flange.tau(t)w(t)=dflange.phi(t)dt

Source ​

dyad
component SpeedSensor
  extends PartialAbsoluteSensor
  w = RealOutput()
relations
  w = der(flange.phi)
end
Flattened Source
dyad
component SpeedSensor
  flange = Spline()
  w = RealOutput()
relations
  0 = flange.tau
  w = der(flange.phi)
metadata {}
end


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses