Skip to content
Rotational.PartialTorque.md

Rotational.PartialTorque

This component extends from PartialElementaryOneFlangeAndSupport2

Usage

TranslatedComponents.Rotational.PartialTorque()

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)

Variables

NameDescriptionUnits
phi_supportAbsolute angle of support flangerad
phiAngle of flange with respect to support (= flange.phi - support.phi)rad

Source

dyad
partial component PartialTorque
  extends PartialElementaryOneFlangeAndSupport2
  # Angle of flange with respect to support (= flange.phi - support.phi)
  variable phi::Dyad.Angle
relations
  phi = flange.phi - phi_support
end
Flattened Source
dyad
partial component PartialTorque
  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
  # Angle of flange with respect to support (= flange.phi - support.phi)
  variable phi::Dyad.Angle
relations
  if useSupport
    initial support.phi = phi_support
    initial support.tau = -flange.tau
  else
    phi_support = 0
  end
  phi = flange.phi - phi_support
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses