Skip to content

Commit ac71e64

Browse files
Same patch as #4559 to Electrical.Machines (#4563) (#4582)
Co-authored-by: Anton Haumer <[email protected]>
1 parent 6efb8cd commit ac71e64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Modelica/Electrical/Machines/Examples/SynchronousMachines/SMPM_Braking.mo

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ model SMPM_Braking
6464
origin={-10,0},
6565
extent={{-10,-10},{10,10}},
6666
rotation=270)));
67-
PowerConverters.ACDC.DiodeBridge2mPulse diodeBridge2mPulse(m=m) annotation (
67+
PowerConverters.ACDC.DiodeBridge2mPulse diodeBridge2mPulse(m=m,
68+
RonDiode=1e-4,
69+
GoffDiode=1e-4) annotation (
6870
Placement(transformation(
6971
extent={{-10,10},{10,-10}},
7072
rotation=90,

0 commit comments

Comments
 (0)