modelSensors
Test models for sensors and probes
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example shows how different types of sensors and probes can be used to measure the voltages, currents and powers in a three-phase unbalanced system.
In this example all the loads are directly connected to the sources, avoiding voltage losses. The loads are all resistive and they start by consuming 10 kW for each phase, while at the end of the simulation they all produce 10 kW.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Sources.FixedVoltage | source | Voltage source without neutral cable | |
| Loads.Resistive | load | Load model | |
| ProbeWye | probeWye | Probe that measures the phase voltages | |
| ProbeDelta | probeDelta | Probe that measures the line voltages | |
| Sources.FixedVoltage_N | source_N | Voltage source with neutral cable | |
| Loads.Resistive_N | load_N | Load model | |
| ProbeWye_N | probeWye_N | ||
| GeneralizedSensor | sen | Generalized sensor withour neutral cable | |
| GeneralizedSensor_N | sen_N | Generalized sensor with neutral cable | |
| Modelica.Blocks.Sources.Ramp | ramp |
Revisions
-
February 27, 2016 by Michael Wetter:
Stored example in a single file rather than a file with multiple examples. This is for #488. -
February 26, 2016, by Michael Wetter:
Removed unused parameter assignment forP_nominal. -
October 3, 2014, by Marco Bonvini:
Revised model and documentation. -
June 6, 2014, by Marco Bonvini:
First implementation.