Skip to content

Commit 39f5098

Browse files
committed
refactor: switch defaults to guess for EMF
1 parent 37faf7b commit 39f5098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Electrical/Analog/ideal_components.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ Electromotoric force (electric/mechanic transformer)
246246
k, [description = "Transformation coefficient"]
247247
end
248248
@variables begin
249-
phi(t) = 0.0, [description = "Rotation Angle"]
250-
w(t) = 0.0
249+
phi(t), [guess = 0.0, description = "Rotation Angle"]
250+
w(t), [guess = 0.0]
251251
end
252252
@extend v, i = oneport = OnePort()
253253
@components begin

0 commit comments

Comments
 (0)