Skip to content
Translational.PartialRelativeSensor.md

Translational.PartialRelativeSensor ​

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
partial component PartialRelativeSensor
  extends PartialTwoFlanges
relations
  0 = flange_a.f + flange_b.f
end
Flattened Source
dyad
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