Translational.ForceSensor
Ideal sensor to measure the force between two flanges This component is translated by DyadAI
This component extends from PartialRelativeSensor
Usage
TranslatedComponents.Translational.ForceSensor()
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)f- This connector represents a real signal as an output from a component (RealOutput)
Behavior
Source
dyad
# Ideal sensor to measure the force between two flanges
# This component is translated by DyadAI
component ForceSensor
extends PartialRelativeSensor
f = RealOutput()
relations
flange_a.s = flange_b.s
flange_a.f = f
endFlattened Source
dyad
# Ideal sensor to measure the force between two flanges
# This component is translated by DyadAI
component ForceSensor
flange_a = Flange()
flange_b = Flange()
f = RealOutput()
relations
0 = flange_a.f + flange_b.f
flange_a.s = flange_b.s
flange_a.f = f
metadata {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses