Translational.InternalSupport ​
Usage ​
TranslatedComponents.Translational.InternalSupport()
Connectors ​
f- (ForceInput)flange- This connector represents a mechanical flange with position and force as the potential and flow variables, respectively. (Flange)
Variables ​
| Name | Description | Units |
|---|---|---|
s | m |
Behavior ​
Source ​
dyad
# Adapter model to utilize conditional support connector
# This component is translated by DyadAI
component InternalSupport
# External support force (must be computed via force balance in model where InternalSupport is used; = flange.f)
f = ForceInput()
flange = Flange()
# External support position (= flange.s)
variable s::Dyad.Position
relations
flange.f = f
flange.s = s
endFlattened Source
dyad
component InternalSupport
# External support force (must be computed via force balance in model where InternalSupport is used; = flange.f)
f = ForceInput()
flange = Flange()
# External support position (= flange.s)
variable s::Dyad.Position
relations
flange.f = f
flange.s = s
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses