Skip to content
Rotational.Move_phi.md

Rotational.Move_phi

This component extends from PartialElementaryOneFlangeAndSupport2

Usage

TranslatedComponents.Rotational.Move_phi()

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)

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

Variables

NameDescriptionUnits
phi_supportAbsolute angle of support flangerad

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
  # = true, if support flange enabled, otherwise implicitly grounded
  structural parameter useSupport::Boolean = false
  # Absolute angle of support flange
  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