Translational.Force2
Input signal acting as force on two flanges This component is translated by DyadAI
This component extends from PartialTwoFlanges
Usage
TranslatedComponents.Translational.Force2()
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 input to a component (RealInput)
Behavior
Source
dyad
# Input signal acting as force on two flanges
# This component is translated by DyadAI
component Force2
extends PartialTwoFlanges
f = RealInput()
relations
flange_a.f = f
flange_b.f = -f
endFlattened Source
dyad
# Input signal acting as force on two flanges
# This component is translated by DyadAI
component Force2
flange_a = Flange()
flange_b = Flange()
f = RealInput()
relations
flange_a.f = f
flange_b.f = -f
metadata {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses