Skip to content
Translational.PartialCompliant.md

Translational.PartialCompliant ​

This component extends from PartialTwoFlanges

Usage ​

TranslatedComponents.Translational.PartialCompliant()

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)

Variables ​

NameDescriptionUnits
s_relm
fN

Source ​

dyad
partial component PartialCompliant
  extends PartialTwoFlanges
  variable s_rel::Dyad.Position
  variable f::Dyad.Force
relations
  s_rel = flange_b.s - flange_a.s
  flange_b.f = f
  flange_a.f = -f
end
Flattened Source
dyad
partial component PartialCompliant
  flange_a = Flange()
  flange_b = Flange()
  variable s_rel::Dyad.Position
  variable f::Dyad.Force
relations
  s_rel = flange_b.s - flange_a.s
  flange_b.f = f
  flange_a.f = -f
metadata {}
end


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses