Rotational.PartialElementaryTwoFlangesAndSupport2
Usage
TranslatedComponents.Rotational.PartialElementaryTwoFlangesAndSupport2()
Parameters:
| Name | Description | Units | Default value |
|---|---|---|---|
useSupport | = true, if support flange enabled, otherwise implicitly grounded | – | false |
Connectors
flange_a- This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)flange_b- 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)
Variables
| Name | Description | Units |
|---|---|---|
phi_support | Absolute angle of support flange | rad |
Source
dyad
partial component PartialElementaryTwoFlangesAndSupport2
flange_a = Spline()
flange_b = Spline()
support = Spline() if useSupport
# = true, if support flange enabled, otherwise implicitly grounded
structural parameter useSupport::Boolean = false
# Absolute angle of support flange
variable phi_support::Dyad.Angle
relations
if !useSupport
phi_support = 0
else
initial support.phi = phi_support
end
if useSupport
initial support.tau = -flange_a.tau - flange_b.tau
end
endFlattened Source
dyad
partial component PartialElementaryTwoFlangesAndSupport2
flange_a = Spline()
flange_b = Spline()
support = Spline() if useSupport
# = true, if support flange enabled, otherwise implicitly grounded
structural parameter useSupport::Boolean = false
# Absolute angle of support flange
variable phi_support::Dyad.Angle
relations
if !useSupport
phi_support = 0
else
initial support.phi = phi_support
end
if useSupport
initial support.tau = -flange_a.tau - flange_b.tau
end
metadata {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses