We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b14862 commit fd1d4b0Copy full SHA for fd1d4b0
src/Mechanical/Rotational/components.jl
@@ -181,7 +181,6 @@ This element characterizes any type of gear box which is fixed in the ground and
181
@component function IdealGear(; name, ratio, use_support = false)
182
@named partial_element = PartialElementaryTwoFlangesAndSupport2(use_support = use_support)
183
@unpack phi_support, flange_a, flange_b = partial_element
184
- @symcheck ratio > 0 || throw(ArgumentError("Expected `ratio` to be positive"))
185
@parameters ratio=ratio [description = "Transmission ratio of $name"]
186
sts = @variables phi_a(t)=0.0 [
187
description = "Relative angle between shaft a and the support of $name",
0 commit comments