Sei sulla pagina 1di 6

2018 International Ural Conference on Green Energy (UralCon)

Modeling Processes in Microgrids with Renewable


Energy Sources
Philipp Molotov Alexey Vaskov Michail Tyagunov
Hydropower Engineering and Hydropower Engineering and Hydropower Engineering and
Renewable Sources of Energy Renewable Sources of Energy Renewable Sources of Energy
National Research University "Moscow National Research University "Moscow National Research University "Moscow
Power Engineering Institute" Power Engineering Institute" Power Engineering Institute"
Moscow, Russia Moscow, Russia Moscow, Russia
MolotovFV@mpei.ru VaskovAG@mpei.ru mtyagunov@mail.ru

Abstract—In this article, we simulate the work of a a task of autonomous power supply and have the advantages
microgrid, based on renewable energy sources, and conduct of using renewable resources and also save an electricity.
physical modeling, based on the equipment of the laboratory
complex "INTELLIGENT POWER SYSTEMS WITH Microgrids can operate autonomously, or in parallel with
RENEWABLE ENERGY SOURCES" describing the work a centralized network. In the case of parallel operation with
with software. The article provides the characteristics of the the network, the microgrid enters into interaction with it to
blocks, which simulate these or those aggregates in a real obtain energy if the energy generated by the solar power
microgrid. Besides, the article considers the creation of a plant is not sufficient for the consumer, or vice versa for
SCADA system and a special control code. The main problem supplying surplus electric power to the network. The regime
of microgrids with renewable energy sources is associated with of electricity supply to the grid is less likely, since the cost of
the instability of power generation in the RES-based plants due electricity inside the micro network will be significantly
to weather changes. A complete electrical circuit to connect the lower and its delivery to the network will be expedient only
units in a laboratory complex is presented. if there are special preferential tariffs for "green" electricity
[2].
Keywords—renewable; microgrid; smartgrid; energy;
sources; solar; wind The microgridobjects can perform the functions of
generators, consumers and power storage units separately or
I. INTRODUCTION simultaneously. In some cases, the microgrid includes power
sources that generate electricity based on traditional
The organization of uninterrupted power supply of technologies, usually such sources of energy are used as a
objects for various purposes is associated with great guaranteed source of electricity.
difficulties, caused by significant costs for the construction
of low voltage distribution networks and ensuring their Currently, the most developed sources on the basis of
accident-free operation. To solve the problem in a number of RES are sources of solar and wind energy. As far as natural
cases it seems possible due to the use of microgridsbased on conditions are constantly changing, and the power of such
renewable energy sources (RES) [2].In this article, we will facilities depends on natural conditions, such sources are not
talk about the simulation of microgrids on the equipment of guaranteed. Dependence of output on SPS on weather
the laboratory complex "INTELLIGENT POWER conditions in Figure. 1.
SYSTEMS WITH RENEWABLE ENERGY SOURCES".

II. THE CONCEPT OF MICROGRIDS. FORMULATION OF THE


PROBLEM
A microgrid in the most general sense can be viewed as a
certain community of distributed generation sources,
accumulation and redundancy systems and consumers of
electrical energy, united into a single network. However,
there is still no unified opinion on the parameters
characterizing the microgrid, such as, in particular, the
aggregated power of the connected generation sources, the
size of the area on which the microgrid is implemented, the
number of connections to the centralized network, etc.
The RES-based microgrids has all the characteristics of a Fig. 1. Dependence of output on solar power station on weather
micro-network, the concept, the main characteristics and the conditions. [4]
name of which (microgrid) are put into practice at Wisconsin
University, USA [2]. Its difference is that it is an Considering to these phenomena, it is necessary to equip
independent energy micro-system, which normally functions the microgrids with systems of electric power reservation:
autonomously. RES-based microgrids are formed both in electrical, chemical, mechanical and others. There are some
territories not covered by centralized energy supply or main types of reservations:
connected to an interconnected power systemand perform as

978-1-5386-4936-7/18/$31.00 ©2018 IEEE 203


2018 International Ural Conference on Green Energy (UralCon)
• Connecting consumers to the United Energy System IV. WORKING WITH SOFTWARE
(UES) To create a mnemonic diagram in the laboratory, a
• Accumulation of resources of different methods special program is used. The mnemonic diagram of one of
• Reservepowersource the experiments successfully carried out in the laboratory is
To design microgrids based on RES and to research the shown in Figure. 3.This SCADA-system was created to
processes taking place in such networks, it is necessary to investigate different modes of operation, for example, it
create a physical and mathematical model. The physical allows you to explore the mode of parallel operation of SPP
model should maximally repeat the actual microgrid and and UES, you can observe power flows, check the balance of
allow to read the necessary data. Such a model was created power.
in the laboratory of the Hydropower and Renewables
Department of the Research Institute of Power Engineering.

III. DESCRIPTION OF THE LABORATORY COMPLEX MPEI


The laboratory presents all the necessary installations for
the simulation of the microgrid, below is a list of these
installations:
1. Model of the wind power plant (WPP) with an
induction generator (ASG);
2. Model of a pumped storage power plant (PSPP) with a
synchronous generator (SG);
3. Model of substation and United Energy System (UES);
Fig. 3. Mnemonic diagram of experiment with solar power station, electric
4. Model of electricity consumers; power system and consumer.

5. Model of solar power plant (SPP). Schematically depicts the electrical connection of
These facilities of the laboratory complex are united in a installations, switches and meter readings. In this case, the
common network and connected to the United Energy mnemonic diagram of the experiment of the joint operation
System (UES). The scheme for connecting the installations of the network SPP, UES and consumers is presented. In this
to a common network is shown in Figure. 2. This scheme experiment, a change in the load of consumers, a change in
was designed to properly connect sources and consumers of the generation of electricity at the SPP, and a reaction of the
energy. The UES model includes a bus to which other system to these changes were observed.
installations are connected via sectional switches, in addition, For correct operation of this mnemonic scheme, software
a "infinite" power source is installed on the UES model code was written, which corrects the incorrect display of
simulating a united electric power system. quantities on one of the meters. The code is shown below:
VAR
ID1_0018 AT %ID1.0018 : REAL; (* Apparent power L1 *)
ID1_0024 AT %ID1.0024 : REAL; (* Active power L1 *)
ID1_0030 AT %ID1.0030 : REAL; (* Reactive power L1 *)
QL3_0000 AT %QL3.0000 : LREAL; (* Value 1 *)
QL3_0001 AT %QL3.0001 : LREAL; (* Value 2 *)
QL3_0002 AT %QL3.0002 : LREAL; (* Value 3 *)
END_VAR
QL3_0000:=-ID1_0024; (*active power*)
Fig. 2. Scheme for connecting installations to a common network. QL3_0001:=-ID1_0030; (*reactive*)
Special attention deserves meters, because they are the QL3_0002:=-ID1_0018; (*apparent*)
main elements that provide information about the parameters In the program code compiler each parameter is written
of the network. Such meters are available at all laboratory under its own variable, which can be used in the code,
facilities, receive information from them or control switches displayed on the mnemonic diagram as any indicators. In
through them from a computer located on any installation. addition, in the software environment of this equipment there
For reading the indexes from the meters and controlling the are various types of variables, including logical ones. It is
micro-network from the computer, it is necessary to create a possible to enter your own internal variables, which are
special mnemonic diagram, which displays the indications of necessary for any algorithms.
various units, including meter readings, warning lights,
controls. This system works by the algorithm for maintaining the
power balance (1):

204
2018 International Ural Conference on Green Energy (UralCon)
Pconsumer=Pspp+P(energy system)+∆P (1)

Above, only one of the implemented experiments and


algorithms is presented, three installations of five located in
the laboratory are used. It is possible to implement other
algorithms, work on their modeling continues and now,
accordingly, all 5 settings are used. With the help of a special
recording device it is possible to trace the observance of the
power balance by the example of a circuit consisting of UES
+ SPP+ consumer. On the Figure. 4 is a graph of active
power.
Fig. 5. Characteristics of U(t) and I(t) when connecting an active load.

Fig. 4. The balance of the active power of the United Energy System +
Solar Power Plant + consumer system with constant load and variable Fig. 6. Characteristics of U(t) and I(t) when connecting an reactive load.
generation of wind turbines.
In this experiment, an inductive load was connected.
It can be seen that at first the power of the solar power Initially, the load was not zero, because initially there was a
plant is negative, as it does not produce anything by itself, basic active load of the consumer.
but there is a consumption of power for own needs and
synchronization with system. However, soon the solar These graphics were taken with great discretion, as can
irradiance increases and the solar power plant starts to be seen on the graph. This does not allow to remove the
produce more power. With the increase in the output of the characteristics of electromagnetic transients, because the
SPP, there is a proportional reduction in consumption from discreteness is several tens of milliseconds, while the
the UES. transients are about 10-4 ... 10-6 seconds. It was not possible
to find out the reason for the large discreteness, or the
problem in the counters, or in the software.
V. MODELING OF TRANSIENTS IN MICROGRIDS
Transient processes occur when the load changes or As a result, we can say that it is impossible to investigate
power is generated. They are divided into so-called electromagnetic transients on specific equipment. Further
electromechanical and electromagnetic transients. An actions are a request to the manufacturer to determine the
example of electromechanical processes can be the starting reasons and possible elimination of discreteness. After this, it
currents of induction motors, which can be 5 ... 7 times is necessary to conduct research on electromechanical
higher than normal working currents. transients.

For the study of transient processes, the system of UES + These studies include processes for the inclusion in the
WPP + consumer was used. The installation simulating the network of an asynchronous electric machine (engine) as a
consumer allows changing the active and reactive loads, the load and short-circuit experiments. On the Figure. 7 shows
reactive load is divided into capacitive and inductive, and it the voltage versus current versus time when an asynchronous
is also possible to work with a motor load with different motor is started.
loads on the motor shaft. The recorder removed the voltage High discreteness does not allow to accurately determine
and current characteristics from the time when active, the peak of the starting current, but allows you to see the
reactive powers were switched on. On the Figures 5 and 6 order of the current jump and the voltage drop. In addition, it
show these relationships. is possible to see the timing of the engine start-up process.
It is necessary to pay attention to the fact that the active The engine can also be started in star mode and in triangle
load was first turned off and then turned on. The readings mode, the graph is similar to that shown in Figure. 7, differs
were taken from the meter located on the consumer's only in magnitude. The special unit allows increasing the
installation. load torque on the motor shaft, which increases its power
consumption, it can also be displayed on the graph.
In this experiment, an inductive load was connected.
Initially, the load was not zero, because initially there was a
basic active load of the consumer.

205
2018 International Ural Conference on Green Energy (UralCon)
graphically. For a more convenient consideration of the
process below, the graphs of short circuit on the windmill
with a voltage drop of 20% and a three-phase short-circuit
(for the symmetry of the graph) Figures. 9, 10, 11, 12 -
Currents from different meters.

Fig. 7. U(t) and I(t) on time at start-up of the induction motor.

VI. INVESTIGATION OF PROCESSES IN THE MICRO NETWORK IN


CASE OF SHORT CIRCUIT
As is known, a short circuit causes a sharp increase in
current and voltage drop. In networks, the magnitude of the
current surge depends strongly on the distance of the power Fig. 9. Current of WPP on meter near to generator.
source at which the fault occurred. Short circuit tests were
conducted in the same system, consisting of UES + WPP +
consumer. A special unit, regularly connected to the
laboratory equipment, allows to make short circuits,
exposing various parameters, such as:
1. Number of phases – one-phase, two-phase, two-phase
with ground fault, three-phase
2. The magnitude of the voltage drop (simulates the
remoteness of the fault location from the generator) – 0%(on
terminals), 20%, 40%, 60%, 100%.
3. Short circuit duration
4. Angle of the beginning of a short circuit
Fig. 10. Current of WPP on meter near to system (line).
A short circuit was made at the wind power plant and its
line. The following values were measured by meters: phase
voltage, current, active, reactive and full power, frequency.
The network connection diagram and the location of the
counters in Figure. 8.

Fig. 11. Current of system.

Fig. 8. Microgrid scheme and meter installation.

In each experiment, the values listed above were taken


for each phase (except frequency). According to the received
data, the first Kirchhoff law and the power balance were
verified. During the experiments, the type of short-circuiting
(the number of phases of the short-circuit) and the magnitude
of the voltage drop varied. During the experiments, the
measured values were obtained, but in the numerical form
they do not make sense, it is more expedient to present them Fig. 12. Current on consumer.

206
2018 International Ural Conference on Green Energy (UralCon)
Red, green and blue colors indicate different phases.
According to Kirchhoff's first law, the sum of the currents at
the node is zero. In the case of a microbus, the node is a bus,
to which lines from the UES, the WPP and the consumer
come. It is necessary to pay attention that on the consumer
the current is negative due to the fact that the power is
consumed.
To fully analyze the regime, it is also necessary to
construct the characteristics of the dependence of the active
power on time. The graphs are presented in Figures. 13, 14,
15, 16.
As can be seen from the graphs, the power balance is
observed, including at the time of short circuit. Dependencies Fig. 16. Active power on consumer
were also taken for other values of the voltage drop, but this
experiment was chosen as an example because at 60% and In all previous experiments, the system worked on an
100% voltage drop the lab protective devices located in the algorithm for maintaining the power balance using an
source of infinite power operated, their speed exceeded the "infinite" power generator, which simulates a common
discreteness of the counters and the recording device . With a power system. At the same time, the power of the wind
single-phase short-circuit, emergency automatics worked station and the solar station remained unchanged. The wind
only in one phase, so the operation of the wind turbine was station can be controlled by changing the angle of installation
continued, but the values were skewed in phases. of the blades and the thyristor converters, the solar station
can begin to give out the energy accumulated in the batteries.
Next, we'll look at the UES and WPP system (Figure 17).
A semi-automatic algorithm was written. Now in the
development of a fully automated control algorithm, at the
moment it is being debugged, close work is being done with
the manufacturer of the test complex.

Fig. 13. Active power of WPP on meter near to generator.

Fig. 14. Active power of WPP on meter near to system (line).


Fig. 17. Algorithm of working of Energy system and wind power plant.

Debugging means building the dependencies of the


maximum possible power output of a wind farm against
wind speed with a change in the angle of installation of the
wind power plant blades. Currently, the wind turbine is
overloaded with a certain ratio of loads and wind speeds, the
rotor of the generator starts to slow down, the frequency sags
right up to the output of the plant from synchronization with
the system. In this connection, it is necessary to limit the
power given out by the wind farm to the system at different
wind speeds. Drawdown frequency from the nominal is
allowed up to certain limits, while thyristor converters can
convert the frequency to industrial (50 Hz). In this regard,
Fig. 15. Active power of system.
there are various options for power restrictions, such as:

207
2018 International Ural Conference on Green Energy (UralCon)
1. Control of the electric frequency at the output from the [4] [Online]. Available: https://poznayka.org/s78812t1.html
stator of the generator; [5] Pratik Kalkal and Vijay Kumar Garg, “Transition from conventional
to modern grids: Modern grid include microgrid and smartgrid,” 4th
2. The curve of the maximum power versus the wind Int. Conf. on Signal Processing, Computing and Control, pp. 223–
speed at the optimum angle. 228, 2017.
[6] N. Galkin and V. Vyatkin, “SmartGrid technologies for flexible
In idle, the rotor speed must be kept at a maximum production: Initial explorations and laboratory case study,” 13th IEEE
permissible speed by the manufacturer. Conf. on Industrial Electronics and Applications, pp. 963–968, 2018.
[7] J. Yamnenko, T. Tereshchenko, L. Klepach, and D. Palii,
“Forecasting of electricity consumption in SmartGrid,” Int. Conf. on
VII. CONCLUSION Modern Electrical and Energy Systems, pp. 208–211, 2017.
Nowadays, microgrids are a progressive branch of the [8] E. Nefedov and V. Vyatkin, “Evaluating benefits of collaborative
electric power industry, they have a number of advantages intelligent batteries in SmartGrid,” 42nd Annual Conf. of the IEEE
over conventional networks. Their modeling is an integral Industrial Electronics Society, pp. 5265–5270, 2016.
part of the study of the processes taking place in the [9] S. P. Chowdhury, S. Chowdhury, C. F. Ten, and P. A. Crossley,
“Islanding Operation of Distributed Generators in Active Distribution
microgrids. It is necessary to carry out physical modeling on Networks,” Proc. of the 43rd Int. Universities Power Engineering
laboratory equipment that repeats real equipment in a Conf., 2008
microgrid, but on a reduced scale, and mathematical [10] M. K. Das, S. P. Chowdhury, S. Chowdhury, and A. Domijan,
modeling, since not all the processes can be traced on a “Dynamic Modelling and Performance Analysis of a DFIG Wind
physical model. It was possible to simulate the operation of Energy Conversion System,” Proc. of Power Engineering Society
the network SPP, trace the power flows, the model operates General Meeting, 2008.
according to the algorithm for maintaining the power [11] Stephen Odara, Zain Khan, and Taha Selim Ustun, “Optimizing
energy use of SmartFarms with smartgrid integration,” 2015 3rd Int.
balance. Renewable and Sustainable Energy Conf., pp. 1–6, 2015.
[12] Janos Sebestyen Janosy, “Intelligent electrical energy distribution and
REFERENCES consumption: SMARTGRID,” European Modelling Symposium, pp.
3–4, 2014.
[1] V. B. Adomavichyus and V. V. Kharchenko, “Micro network with
wind power plants for power supply to local consumers,” Energy [13] Jing Ma and Zengping Wang, “Local Area Protection for Renewable
supply and energy saving in agriculture, pp. 209–214. Energy,” Hierarchical Protection for Smart Grids, 2017
[2] V. A. Gusarov, D. S. Strebkov, and V. V. Kharchenko, Power supply [14] Sandford Bessler, “An algorithm for renewable energy allocation and
of rural territories with the help of micro networks based on trading in a microgrid,” 2018 IEEE Power & Energy Society
renewable energy sources. Moscow: All-Russian Institute for the Innovative Smart Grid Technologies Conf., pp. 1–5, 2018.
Electrification of Agriculture. [15] Eric Glende, Martin Wolter, Bartlomiej Arendarski, and Pio
[3] S. Chowdhury, S. P. Chowdhury, and P. Crossley, Microgrids and Lombardi, “Optimal operational management methods of voltage
Active Distribution Networks. The institution of Engineering and control with a high feed of renewable energy sources,” IEEE Int.
Technology, 2009 Energy Conf., pp. 1–6, 2018.

208

Potrebbero piacerti anche