Skip to content
Translational.SpeedSensor.md

Translational.SpeedSensor

Ideal sensor to measure the absolute velocity of flange This component is translated by DyadAI

This component extends from PartialAbsoluteSensor

Usage

TranslatedComponents.Translational.SpeedSensor()

Connectors

  • flange - This connector represents a mechanical flange with position and force as the potential and flow variables, respectively. (Flange)

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

Behavior

0=flange.f(t)v(t)=dflange.s(t)dt

Source

dyad
# Ideal sensor to measure the absolute velocity of flange
# This component is translated by DyadAI
component SpeedSensor
  extends PartialAbsoluteSensor
  v = RealOutput()
relations
  v = der(flange.s)
end
Flattened Source
dyad
# Ideal sensor to measure the absolute velocity of flange
# This component is translated by DyadAI
component SpeedSensor
  flange = Flange()
  v = RealOutput()
relations
  0 = flange.f
  v = der(flange.s)
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses