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 3a8fb0a + 39f5098 commit 76b07b3Copy full SHA for 76b07b3
src/Electrical/Analog/ideal_components.jl
@@ -246,8 +246,8 @@ Electromotoric force (electric/mechanic transformer)
246
k, [description = "Transformation coefficient"]
247
end
248
@variables begin
249
- phi(t) = 0.0, [description = "Rotation Angle"]
250
- w(t) = 0.0
+ phi(t), [guess = 0.0, description = "Rotation Angle"]
+ w(t), [guess = 0.0]
251
252
@extend v, i = oneport = OnePort()
253
@components begin
0 commit comments