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 ​

flange.tau(t)=tau(t)flange.phi(t)=phi(t)

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