Rotational.PartialOneFlangeAndSupport
Usage
TranslatedComponents.Rotational.PartialOneFlangeAndSupport()
Parameters:
| Name | Description | Units | Default value |
|---|---|---|---|
useSupport | = true, if support flange enabled, otherwise implicitly grounded | – | false |
Connectors
flange- This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)support- This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)internalSupport- This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)
Source
dyad
partial component PartialOneFlangeAndSupport
flange = Spline()
support = Spline() if useSupport
internalSupport = Spline()
fixed = Fixed() if !useSupport
# = true, if support flange enabled, otherwise implicitly grounded
structural parameter useSupport::Boolean = false
relations
connect(support, internalSupport)
connect(internalSupport, fixed.flange)
endFlattened Source
dyad
partial component PartialOneFlangeAndSupport
flange = Spline()
support = Spline() if useSupport
internalSupport = Spline()
fixed = Fixed() if !useSupport
# = true, if support flange enabled, otherwise implicitly grounded
structural parameter useSupport::Boolean = false
relations
connect(support, internalSupport)
connect(internalSupport, fixed.flange)
metadata {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses