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

TypeNameDefaultDescription
Sources.FixedVoltagesourceVoltage source without neutral cable
Loads.ResistiveloadLoad model
ProbeWyeprobeWyeProbe that measures the phase voltages
ProbeDeltaprobeDeltaProbe that measures the line voltages
Sources.FixedVoltage_Nsource_NVoltage source with neutral cable
Loads.Resistive_Nload_NLoad model
ProbeWye_NprobeWye_N
GeneralizedSensorsenGeneralized sensor withour neutral cable
GeneralizedSensor_Nsen_NGeneralized sensor with neutral cable
Modelica.Blocks.Sources.Rampramp

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 for P_nominal.
  • October 3, 2014, by Marco Bonvini:
    Revised model and documentation.
  • June 6, 2014, by Marco Bonvini:
    First implementation.