Skip to content
Rotational.InternalSupport.md

Rotational.InternalSupport ​

Usage ​

TranslatedComponents.Rotational.InternalSupport()

Connectors ​

  • tau - (TorqueInput)

  • flange - This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)

Variables ​

NameDescriptionUnits
phirad

Behavior ​

julia
using TranslatedComponents #hide
using ModelingToolkit #hide
@named sys = TranslatedComponents.Rotational.InternalSupport() #hide
full_equations(sys) #hide
<< @example-block not executed in draft mode >>

Source ​

dyad
component InternalSupport
  tau = TorqueInput()
  flange = Spline()
  variable phi::Dyad.Angle
relations
  flange.tau = tau
  flange.phi = phi
end
Flattened Source
dyad
component InternalSupport
  tau = TorqueInput()
  flange = Spline()
  variable phi::Dyad.Angle
relations
  flange.tau = tau
  flange.phi = phi
metadata {}
end


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses