Skip to content
Translational.PartialRelativeSensor.md

Translational.PartialRelativeSensor

Device to measure a single relative variable between two flanges This component is translated by DyadAI

This component extends from PartialTwoFlanges

Usage

TranslatedComponents.Translational.PartialRelativeSensor()

Connectors

  • flange_a - This connector represents a mechanical flange with position and force as the potential and flow variables, respectively. (Flange)

  • flange_b - This connector represents a mechanical flange with position and force as the potential and flow variables, respectively. (Flange)

Source

dyad
# Device to measure a single relative variable between two flanges
# This component is translated by DyadAI
partial component PartialRelativeSensor
  extends PartialTwoFlanges
relations
  0 = flange_a.f + flange_b.f
end
Flattened Source
dyad
# Device to measure a single relative variable between two flanges
# This component is translated by DyadAI
partial component PartialRelativeSensor
  flange_a = Flange()
  flange_b = Flange()
relations
  0 = flange_a.f + flange_b.f
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses