Skip to content
Rotational.Move_phi.md

Rotational.Move_phi ​

This component extends from PartialElementaryOneFlangeAndSupport2

Usage ​

TranslatedComponents.Rotational.Move_phi()

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)

  • phi - This connector represents a real signal as an input to a component (RealInput)

Variables ​

NameDescriptionUnits
phi_supportrad

Behavior ​

phi(t)=flange.phi(t)−phi_support(t)phi_support(t)=0

Source ​

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


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses