Translational.RelSpeedSensor ​
This component extends from PartialRelativeSensor
Usage ​
TranslatedComponents.Translational.RelSpeedSensor()
Connectors ​
flange_a- This connector represents a mechanical flange with position and force as the potential and flow variables, respectively. (Flange)flange_b- This connector represents a mechanical flange with position and force as the potential and flow variables, respectively. (Flange)v_rel- This connector represents a real signal as an output from a component (RealOutput)
Variables ​
| Name | Description | Units |
|---|---|---|
s_rel | m |
Behavior ​
Source ​
dyad
component RelSpeedSensor
extends PartialRelativeSensor
v_rel = RealOutput()
variable s_rel::Dyad.Position
relations
s_rel = flange_b.s - flange_a.s
v_rel = der(s_rel)
0 = flange_a.f
endFlattened Source
dyad
component RelSpeedSensor
flange_a = Flange()
flange_b = Flange()
v_rel = RealOutput()
variable s_rel::Dyad.Position
relations
0 = flange_a.f + flange_b.f
s_rel = flange_b.s - flange_a.s
v_rel = der(s_rel)
0 = flange_a.f
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses