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.
2 parents 5b14862 + fd1d4b0 commit 4b9406dCopy full SHA for 4b9406d
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