WOLFRAM SYSTEM MODELER
DCPowerSupplySimple model of a DC power supply cv - cp - cc |
|
SystemModel["Modelica.Electrical.Analog.Sources.DCPowerSupply"]

This information is part of the Modelica Standard Library maintained by the Modelica Association.
This is a simple model of a DC power supply, as used in laboratories. It can only work in one quadrant, i.e., positive voltage, delivering current. It has three limitations:
v = V0 - Rcv*(-i);P0 = v*(-i);-i = I0 - Gcc*v;Remember that current delivered by the power supply is negative.
| V0 |
Value: 60 Type: Voltage (V) Description: No-load voltage |
|---|---|
| I0 |
Value: 50 Type: Current (A) Description: Short-circuit current |
| P0 |
Value: 1200 Type: Power (W) Description: Maximum power |
| Rcv |
Value: 1e-3 Type: Resistance (Ω) Description: Inner resistance in constant voltage region |
| Gcc |
Value: 1e-3 Type: Conductance (S) Description: Inner conductance in constant current region |
| iBack |
Value: 1e-3 Type: Current (A) Description: Allowed back current |
| p |
Type: PositivePin Description: Positive pin of an electrical component |
|
|---|---|---|
| n |
Type: NegativePin Description: Negative pin of an electrical component |
|
Modelica.Electrical.Analog.Examples Demonstrate behaviour of DC Power Supply |