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 574b72c commit 3827242Copy full SHA for 3827242
src/Mechanical/Rotational/utils.jl
@@ -122,7 +122,7 @@ Partial model for a component with one rotational 1-dim. shaft flange and a supp
122
function PartialElementaryOneFlangeAndSupport2(;name, use_support=false)
123
@named flange = Flange()
124
sys = [flange]
125
- @variables phi_support(t)
+ @variables phi_support(t)=0.0
126
if use_support
127
@named support = Support()
128
eqs = [
0 commit comments