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
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)
endFlattened 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 {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses