Skip to content
Rotational.Torque2.md

Rotational.Torque2

This component extends from PartialTwoFlanges

Usage

TranslatedComponents.Rotational.Torque2()

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)

  • tau - This connector represents a real signal as an input to a component (RealInput)

Behavior

flange_a.tau(t)=tau(t)flange_b.tau(t)=tau(t)

Source

dyad
component Torque2
  extends PartialTwoFlanges
  tau = RealInput()
relations
  flange_a.tau = tau
  flange_b.tau = -tau
end
Flattened Source
dyad
component Torque2
  flange_a = Spline()
  flange_b = Spline()
  tau = RealInput()
relations
  flange_a.tau = tau
  flange_b.tau = -tau
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses