FixedFixed Icon

Fixed

Constrains a translational flange to a fixed position.

This component represents a mechanical anchor or a fixed reference point within a 1D translational system. It rigidly sets the position of its single translational flange (flange) to a constant value specified by the parameter s0. The key behavior is defined by the simple algebraic constraint:

\[flange.s = s0\]

math

Usage

TranslationalComponents.Fixed(s0=0.0)

Parameters:

NameDescriptionUnitsDefault value
s0Fixed offset positionm0

Connectors

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

Behavior

\[ \begin{align} \mathtt{flange.s}\left( t \right) &= \mathtt{s0} \end{align} \]

Source

"""
Constrains a translational flange to a fixed position.

This component represents a mechanical anchor or a fixed reference point within a 1D translational system.
It rigidly sets the position of its single translational flange (`flange`) to a constant value specified by the parameter `s0`.
The key behavior is defined by the simple algebraic constraint:

math flange.s = s0

\["""</span> <span class="hljs-keyword">component</span> Fixed &nbsp;&nbsp;<span class="hljs-comment">"Translational flange connector"</span> &nbsp;&nbsp;<span class="hljs-symbol">flange</span> = <span class="hljs-link"><a href="https://help.juliahub.com/dyad/dev/stdlib/Dyad/connectors/Flange.html">Flange</a></span>() {"Dyad": {"placement": {"icon": {"x1": 400, "y1": -100, "x2": 600, "y2": 100}}}} &nbsp;&nbsp;<span class="hljs-comment">"Fixed offset position"</span> &nbsp;&nbsp;<span class="hljs-keyword">parameter</span> <span class="hljs-symbol">s0</span>::<span>Dyad.Position</span> = 0.0 <span class="hljs-keyword">relations</span> &nbsp;&nbsp;flange.s = s0 <span class="hljs-keyword">metadata</span> {"Dyad": {"icons": {"default": "dyad://TranslationalComponents/Fixed.svg"}}} <span class="hljs-keyword">end</span></code></pre>\]

Flattened Source
"""
Constrains a translational flange to a fixed position.

This component represents a mechanical anchor or a fixed reference point within a 1D translational system.
It rigidly sets the position of its single translational flange (`flange`) to a constant value specified by the parameter `s0`.
The key behavior is defined by the simple algebraic constraint:

math flange.s = s0

\["""</span> <span class="hljs-keyword">component</span> Fixed &nbsp;&nbsp;<span class="hljs-comment">"Translational flange connector"</span> &nbsp;&nbsp;<span class="hljs-symbol">flange</span> = <span>Flange</span>() {"Dyad": {"placement": {"icon": {"x1": 400, "y1": -100, "x2": 600, "y2": 100}}}} &nbsp;&nbsp;<span class="hljs-comment">"Fixed offset position"</span> &nbsp;&nbsp;<span class="hljs-keyword">parameter</span> <span class="hljs-symbol">s0</span>::<span>Dyad.Position</span> = 0.0 <span class="hljs-keyword">relations</span> &nbsp;&nbsp;flange.s = s0 <span class="hljs-keyword">metadata</span> {"Dyad": {"icons": {"default": "dyad://TranslationalComponents/Fixed.svg"}}} <span class="hljs-keyword">end</span></code></pre>\]



Test Cases

No test cases defined.