Rotational.Move_phi ​
This component extends from PartialElementaryOneFlangeAndSupport2
Usage ​
TranslatedComponents.Rotational.Move_phi()
Parameters: ​
| Name | Description | Units | Default value |
|---|---|---|---|
useSupport | – | false |
Connectors ​
flange- This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)support- This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)phi- This connector represents a real signal as an input to a component (RealInput)
Variables ​
| Name | Description | Units |
|---|---|---|
phi_support | rad |
Behavior ​
Source ​
dyad
component Move_phi
extends PartialElementaryOneFlangeAndSupport2
phi = RealInput()
relations
phi = flange.phi - phi_support
endFlattened Source
dyad
component Move_phi
flange = Spline()
support = Spline() if useSupport
structural parameter useSupport::Boolean = false
variable phi_support::Dyad.Angle
phi = RealInput()
relations
if useSupport
initial support.phi = phi_support
initial support.tau = -flange.tau
else
phi_support = 0
end
phi = flange.phi - phi_support
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses