Skip to content
Rotational.AccSensor.md

Rotational.AccSensor

This component extends from PartialAbsoluteSensor

Usage

TranslatedComponents.Rotational.AccSensor()

Connectors

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

  • a - This connector represents a real signal as an output from a component (RealOutput)

Variables

NameDescriptionUnits
wAbsolute angular velocity of flangerad/s

Behavior

0=flange.tau(t)w(t)=dflange.phi(t)dta(t)=dw(t)dt

Source

dyad
component AccSensor
  extends PartialAbsoluteSensor
  a = RealOutput()
  # Absolute angular velocity of flange
  variable w::Dyad.AngularVelocity
relations
  w = der(flange.phi)
  a = der(w)
end
Flattened Source
dyad
component AccSensor
  flange = Spline()
  a = RealOutput()
  # Absolute angular velocity of flange
  variable w::Dyad.AngularVelocity
relations
  0 = flange.tau
  w = der(flange.phi)
  a = der(w)
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses