Skip to content
Rotational.Torque.md

Rotational.Torque

This component extends from PartialElementaryOneFlangeAndSupport2

Usage

TranslatedComponents.Rotational.Torque()

Parameters:

NameDescriptionUnitsDefault value
useSupport= true, if support flange enabled, otherwise implicitly groundedfalse

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)

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

Variables

NameDescriptionUnits
phi_supportAbsolute angle of support flangerad

Behavior

flange.tau(t)=tau(t)phi_support(t)=0

Source

dyad
component Torque
  extends PartialElementaryOneFlangeAndSupport2
  tau = RealInput()
relations
  flange.tau = -tau
end
Flattened Source
dyad
component Torque
  flange = Spline()
  support = Spline() if useSupport
  # = true, if support flange enabled, otherwise implicitly grounded
  structural parameter useSupport::Boolean = false
  # Absolute angle of support flange
  variable phi_support::Dyad.Angle
  tau = RealInput()
relations
  if useSupport
    initial support.phi = phi_support
    initial support.tau = -flange.tau
  else
    phi_support = 0
  end
  flange.tau = -tau
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses