$(instance)PartialTorque Icon

PartialTorque

Partial model of torque that accelerates the flange.

PartialElementaryOneSplineAndSupport

Usage

PartialTorque()

Connectors

  • spline - 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 the support splinerad
phiAngle of spline with respect to support

Source

# Partial model of torque that accelerates the flange.
partial component PartialTorque
  extends PartialElementaryOneSplineAndSupport
  # Angle of spline with respect to support
  variable phi::Real
relations
  phi = spline.phi-phi_support
end
Flattened Source
# Partial model of torque that accelerates the flange.
partial component PartialTorque
  # Primary rotational shaft spline connector
  spline = Spline() [{"Dyad": {"placement": {"icon": {"x1": 950, "y1": 450, "x2": 1050, "y2": 550}}}}]
  # Support spline connector
  support = Spline() [{
    "Dyad": {
      "placement": {"icon": {"iconName": "support", "x1": 450, "y1": 950, "x2": 550, "y2": 1050}}
    }
  }]
  # Absolute angle of the support spline
  variable phi_support::Angle
  # Angle of spline with respect to support
  variable phi::Real
relations
  support.phi = phi_support
  support.tau = -spline.tau
  phi = spline.phi-phi_support
metadata {}
end


Test Cases

No test cases defined.

  • Examples
  • Experiments
  • Analyses