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