Skip to content
Translational.InternalSupport.md

Translational.InternalSupport ​

Usage ​

TranslatedComponents.Translational.InternalSupport()

Connectors ​

  • f - (ForceInput)

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

Variables ​

NameDescriptionUnits
sm

Behavior ​

flange.f(t)=f(t)flange.s(t)=s(t)

Source ​

dyad
component InternalSupport
  f = ForceInput()
  flange = Flange()
  variable s::Dyad.Position
relations
  flange.f = f
  flange.s = s
end
Flattened Source
dyad
component InternalSupport
  f = ForceInput()
  flange = Flange()
  variable s::Dyad.Position
relations
  flange.f = f
  flange.s = s
metadata {}
end


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses