modelDCEE_Start
Test example: DC with electrical excitation starting with voltage ramp
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Test example: Electrically separate excited DC machine started with an armature voltage rampA voltage ramp is applied to the armature, causing the DC machine to start, and accelerating inertias.
At time tStep a load step is applied.
Simulate for 2 seconds and plot (versus time):
- dcee.ia: armature current
- dcee.wMechanical: motor's speed
- dcee.tauElectrical: motor's torque
- dcee.ie: excitation current
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage | Va | 100 | Actual armature voltage |
| SI.Time | tStart | 0.2 | Start of armature voltage ramp |
| SI.Time | tRamp | 0.8 | Armature voltage ramp |
| SI.Voltage | Ve | 100 | Actual excitation voltage |
| SI.Torque | TLoad | 63.66 | Nominal load torque |
| SI.Time | tStep | 1.5 | Time of load torque step |
| SI.Inertia | JLoad | 0.15 | Load's moment of inertia |
| Utilities.ParameterRecords.DcElectricalExcitedData | dceeData | DC machine data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Machines.BasicMachines.DCMachines.DC_ElectricalExcited | dcee | ||
| Modelica.Blocks.Sources.Ramp | ramp | ||
| Modelica.Electrical.Analog.Sources.SignalVoltage | signalVoltage | ||
| Modelica.Electrical.Analog.Basic.Ground | ground | ||
| Modelica.Electrical.Analog.Sources.ConstantVoltage | constantVoltage | ||
| Modelica.Electrical.Analog.Basic.Ground | groundExcitation | ||
| Modelica.Mechanics.Rotational.Components.Inertia | loadInertia | ||
| Modelica.Mechanics.Rotational.Sources.TorqueStep | loadTorqueStep |