Skip to content
Rotational.PartialElementaryOneFlangeAndSupport2.md

Rotational.PartialElementaryOneFlangeAndSupport2 ​

Usage ​

TranslatedComponents.Rotational.PartialElementaryOneFlangeAndSupport2()

Parameters: ​

NameDescriptionUnitsDefault value
useSupport–false

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_supportrad

Source ​

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


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses