WOLFRAM SYSTEM MODELER
DcdcInverterDC-DC inverter |
SystemModel["Modelica.Electrical.Machines.Examples.ControlledDCDrives.Utilities.DcdcInverter"]
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.
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 |
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 |
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) |
Modelica.Electrical.Machines.Examples.ControlledDCDrives.Utilities Partial controlled DC PM drive with H-bridge from battery |