Skip to content
Rotational.PartialElementaryTwoFlangesAndSupport2.md

Rotational.PartialElementaryTwoFlangesAndSupport2 ​

Usage ​

TranslatedComponents.Rotational.PartialElementaryTwoFlangesAndSupport2()

Parameters: ​

NameDescriptionUnitsDefault value
useSupport–false

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)

  • support - This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)

Variables ​

NameDescriptionUnits
phi_supportrad

Source ​

dyad
partial component PartialElementaryTwoFlangesAndSupport2
  flange_a = Spline()
  flange_b = Spline()
  support = Spline() if useSupport
  structural parameter useSupport::Boolean = false
  variable phi_support::Dyad.Angle
relations
  if !useSupport
    phi_support = 0
  else
    initial support.phi = phi_support
  end
  if useSupport
    initial support.tau = -flange_a.tau - flange_b.tau
  end
end
Flattened Source
dyad
partial component PartialElementaryTwoFlangesAndSupport2
  flange_a = Spline()
  flange_b = Spline()
  support = Spline() if useSupport
  structural parameter useSupport::Boolean = false
  variable phi_support::Dyad.Angle
relations
  if !useSupport
    phi_support = 0
  else
    initial support.phi = phi_support
  end
  if useSupport
    initial support.tau = -flange_a.tau - flange_b.tau
  end
metadata {}
end


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses