Skip to content
Translational.Fixed.md

Translational.Fixed

Fixed flange This component is translated by DyadAI

Usage

TranslatedComponents.Translational.Fixed(s0=0)

Parameters:

NameDescriptionUnitsDefault value
s0Fixed offset position of housingm0

Connectors

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

Behavior

flange.s(t)=s0

Source

dyad
# Fixed flange
# This component is translated by DyadAI
component Fixed
  flange = Flange()
  # Fixed offset position of housing
  parameter s0::Dyad.Position = 0
relations
  flange.s = s0
end
Flattened Source
dyad
# Fixed flange
# This component is translated by DyadAI
component Fixed
  flange = Flange()
  # Fixed offset position of housing
  parameter s0::Dyad.Position = 0
relations
  flange.s = s0
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses