Skip to content
Rotational.Fixed.md

Rotational.Fixed

Usage

TranslatedComponents.Rotational.Fixed(phi0=0)

Parameters:

NameDescriptionUnitsDefault value
phi0Fixed offset angle of housingrad0

Connectors

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

Behavior

flange.phi(t)=phi0

Source

dyad
component Fixed
  flange = Spline()
  # Fixed offset angle of housing
  parameter phi0::Dyad.Angle = 0
relations
  flange.phi = phi0
end
Flattened Source
dyad
component Fixed
  flange = Spline()
  # Fixed offset angle of housing
  parameter phi0::Dyad.Angle = 0
relations
  flange.phi = phi0
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses