Skip to content
Translational.Force2.md

Translational.Force2

Input signal acting as force on two flanges This component is translated by DyadAI

This component extends from PartialTwoFlanges

Usage

TranslatedComponents.Translational.Force2()

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)

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

Behavior

flange_a.f(t)=f(t)flange_b.f(t)=f(t)

Source

dyad
# Input signal acting as force on two flanges
# This component is translated by DyadAI
component Force2
  extends PartialTwoFlanges
  f = RealInput()
relations
  flange_a.f = f
  flange_b.f = -f
end
Flattened Source
dyad
# Input signal acting as force on two flanges
# This component is translated by DyadAI
component Force2
  flange_a = Flange()
  flange_b = Flange()
  f = RealInput()
relations
  flange_a.f = f
  flange_b.f = -f
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses