Translational.Fixed
Fixed flange This component is translated by DyadAI
Usage
TranslatedComponents.Translational.Fixed(s0=0)
Parameters:
| Name | Description | Units | Default value |
|---|---|---|---|
s0 | Fixed offset position of housing | m | 0 |
Connectors
flange- This connector represents a mechanical flange with position and force as the potential and flow variables, respectively. (Flange)
Behavior
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
endFlattened 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 {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses