WOLFRAM SYSTEM MODELER

DCPowerSupply

Simple model of a DC power supply cv - cp - cc

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Sources.DCPowerSupply"]
Out[1]:=

Information

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:

  • ConstantVoltage: v = V0 - Rcv*(-i);
  • Constant Power: P0 = v*(-i);
  • ConstantCurrent: -i = I0 - Gcc*v;

Remember that current delivered by the power supply is negative.

Parameters (6)

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

Connectors (2)

p

Type: PositivePin

Description: Positive pin of an electrical component

n

Type: NegativePin

Description: Negative pin of an electrical component

Used in Examples (1)

DemoPowerSupply

Modelica.Electrical.Analog.Examples

Demonstrate behaviour of DC Power Supply