Skip to content
Rotational.PartialOneFlangeAndSupport.md

Rotational.PartialOneFlangeAndSupport

Usage

TranslatedComponents.Rotational.PartialOneFlangeAndSupport()

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)

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

Source

dyad
partial component PartialOneFlangeAndSupport
  flange = Spline()
  support = Spline() if useSupport
  internalSupport = Spline()
  fixed = Fixed() if !useSupport
  # = true, if support flange enabled, otherwise implicitly grounded
  structural parameter useSupport::Boolean = false
relations
  connect(support, internalSupport)
  connect(internalSupport, fixed.flange)
end
Flattened Source
dyad
partial component PartialOneFlangeAndSupport
  flange = Spline()
  support = Spline() if useSupport
  internalSupport = Spline()
  fixed = Fixed() if !useSupport
  # = true, if support flange enabled, otherwise implicitly grounded
  structural parameter useSupport::Boolean = false
relations
  connect(support, internalSupport)
  connect(internalSupport, fixed.flange)
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses