WOLFRAM SYSTEM MODELER

DcdcInverter

DC-DC inverter

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Machines.Examples.ControlledDCDrives.Utilities.DcdcInverter"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This is a model of a DC-DC inverter. The level of detail of the DC-DC inverter may be chosen from ideal averaging or switching.

Reference voltage is limited to actual battery voltage.

Battery voltage and motor current are measured.

Parameters (12)

useIdealInverter

Value: true

Type: Boolean

Description: Use ideal averaging inverter, otherwise switching inverter

fS

Value:

Type: Frequency (Hz)

Description: Switching frequency

Td

Value: 0.5 / fS

Type: Time (s)

Description: Dead time

Tmf

Value: 2 / fS

Type: Time (s)

Description: Measurement filter time constant

VMax

Value:

Type: Voltage (V)

Description: Maximum Voltage

Ti

Value: 1e-6

Type: Time (s)

Description: Time constant of integral power controller

RonT

Value: 1e-05

Type: Resistance (Ω)

Description: Transistor closed resistance

GoffT

Value: 1e-05

Type: Conductance (S)

Description: Transistor opened conductance

VkneeT

Value: 0

Type: Voltage (V)

Description: Transistor threshold voltage

RonD

Value: 1e-05

Type: Resistance (Ω)

Description: Diode closed resistance

GoffD

Value: 1e-05

Type: Conductance (S)

Description: Diode opened conductance

VkneeD

Value: 0

Type: Voltage (V)

Description: Diode threshold voltage

Outputs (2)

pDC

Default Value: vDC * iDC

Type: Power (W)

Description: DC power (from battery)

pMot

Default Value: vMot * iMot

Type: Power (W)

Description: Power to motor

Connectors (9)

pin_pBat

Type: PositivePin

Description: Positive pin of an electrical component

pin_nBat

Type: NegativePin

Description: Negative pin of an electrical component

pin_pMot

Type: PositivePin

Description: Positive pin of an electrical component

pin_nMot

Type: NegativePin

Description: Negative pin of an electrical component

vRef

Type: RealInput

Description: 'input Real' as connector

vDC

Type: RealOutput

Description: 'output Real' as connector

iDC

Type: RealOutput

Description: 'output Real' as connector

vMot

Type: RealOutput

Description: 'output Real' as connector

iMot

Type: RealOutput

Description: 'output Real' as connector

Components (12)

vDCSensor

Type: VoltageSensor

Description: Sensor to measure the voltage between two pins

iMotSensor

Type: CurrentSensor

Description: Sensor to measure the current in a branch

variableLimiter

Type: VariableLimiter

Description: Limit the range of a signal with variable limits

gain

Type: Gain

Description: Output the product of a gain value with the input signal

vDCFilter

Type: FirstOrder

Description: First order transfer function block (= 1 pole)

iMotFilter

Type: FirstOrder

Description: First order transfer function block (= 1 pole)

idealDcDc

Type: IdealDcDc

Description: Ideal DC-DC inverter

switchingDcDc

Type: SwitchingDcDc

Description: Switching DC-DC inverter

iDCSensor

Type: CurrentSensor

Description: Sensor to measure the current in a branch

vMotSensor

Type: VoltageSensor

Description: Sensor to measure the voltage between two pins

vMotFilter

Type: FirstOrder

Description: First order transfer function block (= 1 pole)

iDCFilter

Type: FirstOrder

Description: First order transfer function block (= 1 pole)

Used in Components (1)

PartialControlledDCPM

Modelica.Electrical.Machines.Examples.ControlledDCDrives.Utilities

Partial controlled DC PM drive with H-bridge from battery