Rotational.PartialCompliant ​
Usage ​
TranslatedComponents.Rotational.PartialCompliant()
Connectors ​
flange_a- This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)flange_b- This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)
Variables ​
| Name | Description | Units |
|---|---|---|
phi_rel | rad | |
tau | N.m |
Source ​
dyad
partial component PartialCompliant
flange_a = Spline()
flange_b = Spline()
variable phi_rel::Dyad.Angle
variable tau::Dyad.Torque
relations
phi_rel = flange_b.phi - flange_a.phi
flange_b.tau = tau
flange_a.tau = -tau
endFlattened Source
dyad
partial component PartialCompliant
flange_a = Spline()
flange_b = Spline()
variable phi_rel::Dyad.Angle
variable tau::Dyad.Torque
relations
phi_rel = flange_b.phi - flange_a.phi
flange_b.tau = tau
flange_a.tau = -tau
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses