Skip to content

Commit 3827242

Browse files
adds missing default value
1 parent 574b72c commit 3827242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mechanical/Rotational/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Partial model for a component with one rotational 1-dim. shaft flange and a supp
122122
function PartialElementaryOneFlangeAndSupport2(;name, use_support=false)
123123
@named flange = Flange()
124124
sys = [flange]
125-
@variables phi_support(t)
125+
@variables phi_support(t)=0.0
126126
if use_support
127127
@named support = Support()
128128
eqs = [

0 commit comments

Comments
 (0)