Translational.PartialCompliant ​
This component extends from PartialTwoFlanges
Usage ​
TranslatedComponents.Translational.PartialCompliant()
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)
Variables ​
| Name | Description | Units |
|---|---|---|
s_rel | m | |
f | N |
Source ​
dyad
partial component PartialCompliant
extends PartialTwoFlanges
variable s_rel::Dyad.Position
variable f::Dyad.Force
relations
s_rel = flange_b.s - flange_a.s
flange_b.f = f
flange_a.f = -f
endFlattened Source
dyad
partial component PartialCompliant
flange_a = Flange()
flange_b = Flange()
variable s_rel::Dyad.Position
variable f::Dyad.Force
relations
s_rel = flange_b.s - flange_a.s
flange_b.f = f
flange_a.f = -f
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses