Rotational.Set_phi_start ​
Usage ​
TranslatedComponents.Rotational.Set_phi_start()
Connectors ​
phi_start- This connector represents a real signal as an input to a component (RealInput)flange- This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)
Behavior ​
julia
using TranslatedComponents #hide
using ModelingToolkit #hide
@named sys = TranslatedComponents.Rotational.Set_phi_start() #hide
full_equations(sys) #hide<< @example-block not executed in draft mode >>Source ​
dyad
component Set_phi_start
phi_start = RealInput()
flange = Spline()
relations
initial flange.phi = phi_start
flange.tau = 0
endFlattened Source
dyad
component Set_phi_start
phi_start = RealInput()
flange = Spline()
relations
initial flange.phi = phi_start
flange.tau = 0
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses