Skip to content

Commit 5e77062

Browse files
committed
another attempt to work around the missing SI unit PerCent
1 parent 2188cd2 commit 5e77062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerSystems/Basic/Types.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ In the case of three phase AC models we have:</p>
354354
type AngularVelocity = SI.AngularVelocity(displayUnit="rpm");
355355
type Charge_Ah = Real (final quantity="ElectricCharge", final unit="A.h");
356356
type Length = SI.Length(displayUnit="km");
357-
type Percent = Real(final quantity="Percent",final unit="m1");
357+
type Percent = Real(final quantity="Percent",final unit="PC0") "Note: the unit PC0 is used until Modelica supports %";
358358
type Stiffness = Real (final quantity="Stiffness", final unit="N", final min=0);
359359
type TorsionStiffness = Real (final quantity="TorsionStiffness", final unit="N.m/rad", final min=0);
360360

0 commit comments

Comments
 (0)