Advantages of Model Driven Engineering F
Advantages of Model Driven Engineering F
DOI 10.1007/s11047-014-9469-y
Mario Hernandez
123
130 J. Evora et al.
and, therefore, multi-purpose. That is, models can be used This research is exploratory and contributes to the val-
in different use cases instead of building simplified models idation of MDE as a useful approach to building simulators
with just one purpose. that support large scale models. This paper presents an
Models of complex systems are made up of many experimental case which shows that MDE offers practical
components. These components are individually described advantages in the context of power grid simulations.
within the model using known laws. An essential feature of
complex system models is that emergent behaviours arise
from the integration of simple components with their 2 Case study on electrical systems
mutual interactions. That is, behaviour is not directly
deducible based on the individual behaviour of their Classically, electrical system management has been done
components. based on the aggregated consumption data at a global level.
Furthermore, many physical systems are subject to The nature of this management was centralized since the
human intervention. From this point of view, they can be system was considered as an indivisible unit.
considered as Complex Adaptive Systems (CAS). A CAS However, in recent years, an increasing interest in
is a special case of a complex system which has a large knowing more about electrical demand at low levels of the
numbers of components, often called agents, that interact power grid can be observed (Palensky and Dietrich 2011).
and adapt or learn (Holland 2006). These agents manage to This is mainly due to the process of change the electrical
develop a single, unique identity which keeps a stable and systems are undergoing, causes by factors such as the
coherent pattern throughout time (Holland 1995). introduction of renewable energy sources (RES) as well as
Examples of CAS are embryonic development, insect distributed generation (DG). These changes require a better
societies and power grids. In all of these cases, emergent knowledge of the load curves at a distributed level, which
and self-organizing principles are present. In a network of involves different factors such as electrical equipment, user
components without a central control, but simple opera- behaviour, environmental conditions, etc. that have a
tional rules, creating a collective behaviour. The result is potential impact on consumption.
the product of a huge number of decisions that are made by From this point of view, the management of future
many individual components. electrical systems must overcome the restrictions of
Based on these models, software simulations can be aggregated models and start analysing the electrical system
developed to study and understand complex systems. in a disaggregated manner. In the bibliography, several
However, it is necessary to approach simulator engineering methods of analysis of the electrical system have been
with a methodology that supports the analysis, modelling developed in a disaggregated manner in Capasso et al.
and design of software simulations with a large number of (1994), Palensky et al. (2008), Evora et al. (2011), Ram-
components. churn et al. (2011).
Simulation tools are not specifically designed for
developing large and complex system simulations and 2.1 Electrical systems
show limitations when building systems with more than
1,000 components. In the case study presented in this paper The electric power system is composed of different elec-
there are 20,000 components, developed by five engineers. trical components that allow for the production, transmis-
This paper proposes the development of simulators sion and consumption of electric power. Production or
under the Model Driven Engineering (MDE) methodology. generation of electric power is the process of converting
MDE improves productivity, quality and flexibility in energy in other forms (chemical, mechanical, nuclear, etc.)
developing software (Schmidt 2006). An MDE platform, into electrical energy. For the transmission, different kinds
called Tafat, has been developed to conduct this research of electrical networks are used. Generally, they are clas-
work in overcome the drawbacks of other simulation tools. sified by their nominal voltage at each level. Long range
The major benefits of this platform are the support for: transmissions over hundreds of kilometres are performed at
the analysis and design of software simulators; the high voltages of several hundreds of kilovolts (kV). These
description of simulation scenarios with a domain specific networks are called transmission systems. Transformer
language; the integration of simulations through a shared stations (substations), can reduce the voltage at a given
semantic; and the management of complexity in large point in order to feed electricity to the so called distribution
system development. At the same time, its modular archi- system. The distribution system carries the electricity to the
tecture allows the specialisation of the software team. final consumers. These networks operate at medium volt-
There are different types of engineers focused on the age levels, usually between 1–50 kV. In a final stage,
development of the simulation engine, behaviour compo- distribution transformers can convert from medium voltage
nents and simulation models. to low voltage (less than 1 kV) which is the typical voltage
123
Advantages of Model Driven Engineering 131
level found at residential or tertiary customers. Some This means, the resulting model is not only including
specific customers (such as industries) may have direct electrical behaviour, but also other types of behaviour.
connections at medium voltage level, too. These types of behaviour are included in the model since
In a classical energy system, generation is injected at they affect the electrical components.
high or medium voltage level and consumed in the distri- Power grids cannot be studied in a mechanistic way
bution system. Following the trend of introduction of since they are used by agents that are autonomous, inde-
renewable energy sources and distributed generation, pendent and self-interested. Each of them interacts with the
injections of energy at almost all levels of the system are grid in order to consume or produce energy in different
possible. ways.
The power grid can be seen as a complex system, being There are agents that are making simple decisions
composed of a large number of interacting entities. The locally related to producing or consuming energy. For
reproduction of the behaviour of the system is therefore not instance, in the case of customers, the decision of con-
possible through modelling the system as a whole. suming energy is a consequence of specific activities such
as cooking, heating the household or watching TV.
2.2 Electrical systems complexity Therefore, the power grid can be observed as a system in
which there is a huge number of relatively simple agents,
An electrical system shows analogies with complex living that adapt themselves to new conditions of the environment
systems, such as ant or bee colonies, in which there are or to new objectives. There are agents of different nature:
several agents making decisions and acting locally. Actions producers and consumers. The interaction among these
that each agent are performing locally are aggregated, and agents is produced through the power grid to which they
these actions can lead to emergent phenomena. are connected (Wildberger 1997).
In this sense, in electrical systems there are people living In Massoud Amin and Wollenberg (2005), an agent-
in households that can be considered as agents (Wooldridge based modelling approach of a power grid is proposed. In
2002). Moreover, these agents are intelligent (Monti et al. this model, there are agents that directly influence the
2010) since they are self interested units with goals and production or consumption of energy. Generally, it can be
exhibit adaptive behaviour to their environment. These said that the dynamics of the system is not only dependent
agents are able to make decisions and coordinate their on the electrical behaviour of the devices but also social
actions with other agents. The main difference with complex behaviour. That is:
living systems is that in the electrical system, we are not
1. The interaction of the inhabitants of the households
interested in the study of the emergent behaviour starting
with the electrical appliances that are inside involves a
from the local actions, but the modification of local behav-
consumption. Since this is the main interest of the case
iour to obtain the desired emergent behaviour (Stepney et al.
study that will be described, this reality must be
2006). However, from a second point of view, a complex
modelled. Based on this study, comparisons of the
system simulation model can serve to observe unwanted
residential consumption of these households can be
emergent phenomena and study these effects on the system.
made according to profiles of standard consumption.
An approach to analyse complex systems from this point of
2. According to the external temperature, a household has
view can be seen in Polack et al. (2008).
a thermal behaviour that produces a power consump-
tion in order to heat or cool the household. The
2.3 Modelling Electrical Systems comfortable temperature of the household is deter-
mined by the preferences of each individual, as well as
According to the previous view, Electrical Systems can be the time when such individual is at home. Obviously, if
modelled as Complex Systems. This kind of modelling the household is empty, the consumption will be lower.
requires the representation of all existing electrical entities. 3. The temperature inside the household is not only a
Nevertheless, in addition to an electrical behaviour consequence of the external temperature, but also of
(Mitchell 1992), the entities may also have mechanical, the number of people that are inside the household and
thermal or chemical behaviour. the type of activity that they are doing. For instance, if
For instance, a wind turbine is a machine that transforms the individuals are cooking or there are guests, the
mechanical movement into electricity. Therefore, this temperature of the household will increase.
entity presents two different behaviours: a mechanical 4. Some of the appliances (e.g. refrigerators) have an
behaviour that transforms wind speed into the rotational electrical behaviour that is dependent on the temper-
speed of the blades, and an electrical behaviour that ature of the household as well as the number of times
transforms rotational speed into electricity. that the appliance is used during the day.
123
132 J. Evora et al.
123
Advantages of Model Driven Engineering 133
spatial awareness and dynamically changing struc- of a large number of entities. The goal is to make simulator
tures. AnyLogic is object oriented and based on the development and maintenance easier. In this paper, we
Java programming language. To a certain degree this propose the development of simulators using a Model
ensures compatibility and reusability of the resulting Driven Engineering approach (MDE).
models (Zauner et al. 2007). MDE (Schmidt 2006; Butler et al. 2002; Poole 2001)
(g) Flame (Holcombe et al. 2006). FLAME (Flexible allows the development of software based on models. This
Large-scale Agent-based Modelling Environment) is is, the functionality of the software is defined in models
a agent-based modelling framework which allows and, by using a processor, the software is generated
modellers from various disciplines like economics, according to these models. The main advantage of this
biology and social sciences to easily write agent- approach is that the software development at the model
based models and simulate them on parallel hard- level is conceptually described using a DSL (Domain
ware architecture. The environment allows model- Specific Language) that is close to the domain problem.
lers to create agent-based models that can be run in Not only developers, but also domain experts, may have
high performance computers and graphical process- an important role in software development. In this way,
ing units. The simulation code is generated by communication problems between domain experts and
processing a model definition (Kiran et al. 2010). software developers are mitigated. Models are the artefacts
that drive the development process. From an methodolog-
After studying these simulation platforms, we have
ical point of view, development methods have been trying
found some limitations. Firstly, there is the lack of an
to include more abstractions in order to reduce the semantic
explicit formalisation of the semantic. We have analysed
gap between software design and domain concepts.
the code of many simulations where the same concept has
In addition, this approach improves productivity and
been represented in different ways. For example, freezers
flexibility in developing simulators, since they are devel-
can be represented considering either isolation, efficiency,
oped and modified just by changing the model (Schmidt
or thermodynamic processes. Any of these allows the cal-
2006). Thus, MDE is useful to speed up the creation of
culation of consumption. Therefore, developers are pro-
simulators and enhance their evolution.
ducing a code that cannot be combined further into a single
The application of MDE for developing complex system
model, since there is not a formal definition of a ‘‘freezer’’.
simulations is the most relevant contribution of this work.
That is to say, every model has its own semantic.
Several abstraction levels have been defined between the
The semantic of any concept must be shared among all
software design and the implementation. The lowest abstrac-
developers. This means that it should be agreed upon and
tion level is related to the description of instances that will
formalised. The development platforms should facilitate the
exist in the simulation scenario. For example, at this level,
explicit formalisation of the problem domain’s semantic.
different instances of buildings, power lines and customers
Another limitation is the lack of support for developing
can be specified in a power grid model description (Fig. 1).
large scale models. It is possible to build large scale models
Since these instances can be abstracted, the second level,
in these platforms, but the development process could
known as Metamodel, represents the different classes of
become as complex as the models themselves. Since large
instances that can be found in a domain. For example,
scale models own a high complexity, the developed software
building, power line and customer concepts are included
can be also very complex. These tools are not providing a
into the Metamodel to allow future specifications of con-
methodology that supports the development process on large
crete instances (Fig. 1).
scale models. That is, we find there is a lack of architectural
support for developing large-scale models.
Furthermore, since these platforms are oriented to multi-
purpose agent-based simulations they provide a language
that is far from the problem domain. This involves a
semantic gap between platform and modellers concepts.
Ideally, modellers would be more comfortable expressing
their models in a language closer to the problem domain.
123
134 J. Evora et al.
5 Tafat framework
123
Advantages of Model Driven Engineering 135
123
136 J. Evora et al.
components that are in the scenario. The next example can export results into different formats so that a
presents a simple scenario where a household containing an posterior analysis can be performed.
appliance is represented. Furthermore, there is agent which • Metamodel browser. As well as the model editor, this
is linked to this household. tool is not a framework development. This functionality
is provided by any web browser since the Metamodel is
<s i m u l a t i o n> translated into html format.
<s c e n e>
<o u t d o o r E n v i r o n m e n t>
<b u i l d i n g>
<h o u s e h o l d i d=” h0 ” h e i g h t=” 2 . 5 ”> 5.5 Programming behaviours
<washingMachine>
<b e h a v i o u r name=” WashingMachinebehaviour ”
r e l e a s e=” O p e r a t i o n a l ” />
</ washingMachine> To simulate the electrical system, all the metaclasses have
</ h o u s e h o l d>
</ b u i l d i n g>
to include programmed behaviours. In this section, an
</ o u t d o o r E n v i r o n m e n t> example of each type of behaviour will be described:
</ s c e n e>
<p o p u l a t i o n> environmental, device and social.
<f a m i l y l i n k e d T o=” h0 ”>
<b e h a v i o u r name=” F a m i l y B e h a v i o u r ”
r e l e a s e=” C o u p l e W i t h C h i l d r e n ” />
</ f a m i l y>
</ p o p u l a t i o n> 5.5.1 Environmental behaviour
</ s i m u l a t i o n>
Listing 1.2 Model example Environmental behaviours represent the change over time
of some environmental variables. Environmental variables
are normally common to a group of entities or devices and
5.4 Tools describe the environment.
These can be, for example: solar radiation models,
Within the architecture of Tafat, there are different tools which can be used for calculation of the thermal gains of a
which assist different processes that are part of the devel- building or, additionally, for energy production (photo-
opment of the experiments. The list below briefly explains voltaics, solar-thermal use, etc.). These behaviours do not
what these tools are for: directly change the attributes of an appliance or agents
(such as human behaviour), but rather allow some inter-
• Model editor. This tool is part of the architecture, but it
actions in an indirect way (e.g. through heat exchanges,
is not an exclusive development of the framework. This
etc.).
functionality may be transferred to any model editor
which supports XSD (XML schema) files for writing
simulation models. 5.5.2 Device behaviour
• Profiler. A tool for creating models in an automated
manner especially oriented to develop huge scenarios Most of the electrical appliances used in a household are
based on statistical or incomplete data. The construc- major appliances such as washing machines, refrigerators,
tion of large-scale models must be automatized. For etc. There are also some other, smaller appliances, such as
instance, the model of a huge power grid in which the CD players, televisions, HiFi Audio equipment, etc. Usu-
entire demand is represented in a disaggregated manner ally, the major appliances are responsible for the larger part
cannot be manually built. Furthermore, all required data of the electrical consumption. In order to recreate the
to represent this scenario is usually not available at such individual load curves, EIFER (European Institute for
a level of disaggregation. The Profiler allows the Energy Research, a common research institute by KIT and
integration of several sources of data which are used to EDF) has developed individual models for the behaviours
build large-scale simulation scenarios. of electrical appliances, which were integrated into Tafat.
• Repository. Storage containing behavioural aspects of Simplified technical models are used, which take into
the components described in the metamodel. consideration different technical parameters of a specific
• Simulator Generator. Based on a simulation model, this appliance. So, for example, the load curve of a TV will be
tool compiles all needed Java classes from the Meta- characterised by its size and technology (CRT, LCD,
model translation and the instantiated behaviours from Plasma, etc.). Major appliances also are modelled using the
the repository. All this compilation is integrated with EU Energy Label as an input parameter, which is an
the engine generating a simulator which simulates the indicator for the energy consumption of a device and is
input model. compulsory for appliances sold in the EU.
• Simulator Engine. This tool parses the model, instan- Different releases for the behaviours of the electrical
tiates Java Classes and runs the simulation. This tool devices were created. Using this modular approach, a
123
Advantages of Model Driven Engineering 137
1,5
0,5
0
0 30 60 90 120 [min]
behaviour of a single appliance can be exchanged in a and decision maker. Otherwise, in a complex social
simple manner. The different releases include simplified behaviour, the task can be launched by the mission maker
technical models with varying degrees of accuracy, thus according to several parameters of its own agent or the
allowing for an optimisation of execution time vs. the environment, which entails a more difficult process in
accuracy of the model. In Fig. 4 an example of the load choosing the recipe, but simpler recipes which only
curve generated by the behaviour of a washing machine describe how to arrange a task as, for example eat.
can be seen. This load curve is created by a simplified
technical model of this appliance. 5.6 Simulation
5.5.3 Social behaviour The main problem in developing good models that accu-
rately represents a place (town) is the lack of data. Often, it
A flexible architecture is proposed to carry out a social is quite difficult to gather the needed data.
behaviour (Fig. 5). Intentional stances are the most com- Ideally, models should be built using real data, since the
plex behaviours (Dennett 1987). For this reason, the simulation will help to understand what happens in the
architecture must be flexible to allow a range of behaviours electrical system. However, when no data is available, a
from simple behaviour based on a list of tasks to a complex model approximation is done. The previously mentioned
behaviour implemented as a neural network. tool Profiler helps to carry out this task. Using a high-level
The mission maker is the intention launcher, the deci- description of a place (for example, the number of build-
sion maker is in charge of choosing a recipe to accomplish ings and the population population), Profiler automatically
the mission launched and the action maker is the executor generates an electrical system model that can be simulated
of the recipe. The recipe is a list of actions that accom- directly. The profiler is part of Tafat, a MDE platform that
plishes a mission. With this architecture, a simple behav- supports the development of simulations.
iour can be developed by creating a big recipe in which all Electrical models can be created to represent the load
the tasks are described and having a very simple mission accurately but are light-weight enough for use in large
scale simulations, and handle demand side management
mechanisms through the use of an agent-based approach.
6 Experimental evaluation
123
138 J. Evora et al.
123
Advantages of Model Driven Engineering 139
6.3 Sociological layer specific case study, an agent is defined by its household. An
example of a model is presented below:
The sociological layer is designed to allow the analysis of
• scene
the electrical load of households according to social group
characteristics. The following five different social groups – Building B1
have been taken into account to develop the case study:
Household H1
1. younger single people,
...
2. older single,
3. younger single, • population
4. younger couple and
– SociologicalAgent A1
5. family with children.
householdId = H1
These groups represent about 70 % of the population of
Germany, being the most numerous groups identified by
the German Socio-Economic Panel Study (SOEP). The 6.4 Simulation and results
constitution of this sample is shown in Fig. 8.
The survey1 here provides the information about the In this simulation, the device load curves within a house-
timetables and appliance usage of a household according hold are generated. The curves were aggregated using
to social group. Based on this information the agent individual behaviours for each household, taking into
behaviour related to the household is implemented. The account some deviation from the mean (variation of the
electrical usage behaviour data employed for this study duration and usage time for different electrical appliances).
was obtained through a local survey. Thus the data The simulation results show the load curve for a day of
gathered from a small sampling was used as input 1,000 households with around 12 appliances in each, thus
parameter in the Tafat model. Hence, 20 different types of composing approximately 12,000 simulation components.
social behaviours are used to simulate the five socio- This type of simulation can provide the relevance of a
demographic groups. For example, cooking the dinner is specific power consumer in the household as well as the
at 20 h in a specific social behaviour. Obviously, not all influence of a specific type of consumer on the global load.
the households start cooking at 20. Thus, a normal sta- The number of 1,000 entities was chosen, because it has
tistical distribution is defined, where the starting time been found that larger numbers of units do not change the
mean is at 20 with a deviation of 15 min. results significantly, but only increase the simulation exe-
In arranging this study, a Tafat tool that automatically cution time for the simulation. This consistency of results
builds a scene has been used. This tool uses statistical data is probably due to the use of a limited number of recipes
from the SOEP and the survey to create a model scene in (taken from the number of people surveys). The execution
which the social groups are distributed in the households. time for a 24-h simulation period was around 20 minutes
These households contain the electrical appliances, and on a standard desktop PC.
their number, depending on the social group. The 1,000 household sample contains a distribution of
The introduction of these agents into the Metamodel the different social groups according to real statistical data,
involves a distribution of the components within the in order to obtain a sample of households as close as
Metamodel among components that are placed in a sce- possible to reality. In Fig. 9, the simulated load curve for
nario and components that are part of a population. For this one day can be seen. The simulation is run in a high time
resolution, with a time step of one minute. This allows
observing effects which are neglected in simulations at
1
The survey consisted in local interviews with around 20 people in lower resolutions, in 15 minutes or one-hour models. Some
Karlsruhe, Germany, in order to obtain data such as usage time and
sharp peaks can be observed, which are caused by the use
duration amongst specific socio-demographic groups. It should be
noted that the survey is not representative, but rather a sample of the of high power consumption devices in the household. A
user behaviours of those groups. general trend to use more power during the daytime is
123
140 J. Evora et al.
1 pers.HH, person
GT 60 Family with
Couple with Selecon children LE 16
9%
children GT 16 70% 20%
16%
1 pers.HH, person LE 60
9%
900
800
700
600
500
400
300
200
100
0 [h]
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
clearly visible. At night, the base load (devices that are location and area. Notwithstanding, the database does not
constantly running, such as refrigerators and other perma- contain all the parameters defined in the template. These
nent loads) cause a consumption that is only around one parameters (e.g. number of computers) are calculated
third of the daily peak load. The parameterisation of the according to statistical distributions for each social group.
simulation can be seen in Fig. 10. In addition, the social group is adjusted based on different
Basically, the Profiler works based on a household statistical distributions considering the household area and
template. This template has different parameters as it is location.
shown in Fig. 10. The scenario model is automatically built It is necessary to validate simulation results. However, it
based on this template and a household database which is not possible to compare the simulation data to real data
contains all the information available: household reference, at a disaggregated level. Real disaggregated data is not
123
Advantages of Model Driven Engineering 141
SG SG
Building
AƩributes
Sociological Behavior
area Household It is responsible for using the
Appliances appliances depending on the
AƩributes day Ɵme
installed power Cooking Microwave Oven
mode
power
Stove 4 1 1
Audio TV Computer
Hifi 1 1 SG
1000
Fig. 10 Profiler pattern for creating 1,000 households. The Social Group (SG) is randomly selected for each household using a frequency
distribution
available to the public, the only available is are at an consistent with the relatively small amount of households (in
aggregated level RWE (Rhein-Ruhr Verteilnetz 2011). comparison to the statistical samples taken to obtain a pro-
Therefore, the simulation is validated comparing real data file, which are representative) and the reduced number of
to simulated results at an aggregated level. types of behaviour (in total, only 20 different types of
In Fig. 11 the simulation load curve is compared to a behaviour have been used). Furthermore, only 70 % of the
real load curve in Germany for a winter weekday household population is modelled, neglecting other social
[according to Bundesverband der Energie- und Wasser- groups which may change the curve.
wirtschaft (2011) and reported by RWE (Rhein-Ruhr Even though the selected samples in the survey are not
Verteilnetz 2011)] for household demand. This curve is a representative for all Germany nor German society as a
profile in a normalized form. This profile can be scaled to a whole (only five social groups were used), the general
given amount of energy. In this case, and for comparison trends of both curves are similar. Three peaks can be
purposes, the profile was weighted with the same amount observed, which are closely synchronized in time and
of energy as the simulation load curve, i.e. that the daily correspond to morning, noon and evening peaks. These
energy consumed [kWh] is the same in both cases. The real peaks are correlated with a large and concurrent usage of
load curve is smooth, since it represents an aggregated load high power devices, such as cooking plates, ovens,
behaviour at high levels of the electricity system for large microwaves, etc. due to eating habits, as well as lighting
number of consumers. They are the result of a statistical use in the evening. The morning and noon peaks are lower
analysis based on representative samples from different in the simulation than in the profile, whereas the evening
consumer groups (Palensky et al. 2008). peak is higher. The time synchronization of the ramps of
The simulated curve represents the total power consumed the peaks matches quite well; this indicates that the
by a sample of 1,000 households, modelled individually and activities (having breakfast, lunch, returning home, etc.)
with an autonomous behaviour for each of them. The curve were modelled according to the average German user
has been built by averaging periods of 15 minutes in order to behaviour. Even though, some differences can be observed
match the same time granularity as given in the standard in the evening drop (21–23 h), as well as a small second
load profile. The curve is more peak shaped, which is peak that is not seen in the profile.
123
142 J. Evora et al.
800
700
600
500
400
300
200
100
0 [h]
00:00 02:00 04:00 06:00 08:00 10:00 12:00 14:00 16:00 18:00 20:00 22:00 00:00
123
Advantages of Model Driven Engineering 143
Furthermore, the model developed could be expanded in Capasso A, Grattieri W, Lamedica R, Prudenzi A (1994) A bottom-up
order to simulate not only the demand side, but also dis- approach to residential load modeling. Power Syst IEEE Trans
9(2):957–964
tributed generation or other injections to the grid (like Collier N (2003) Repast: an extensible framework for agent
storage). These could interact with the existing compo- simulation. Univ Chic Soc Sci Res 36:2003
nents. This is already contemplated within Tafat, and Dennett D (1987) The intentional stance. M.I.T. Press, Cambridge
would allow a disaggregated analysis of offer-demand Evora J, Kremers E, Morales S, Hernandez M, Hernandez JJ, Viejo P
(2011) Agent-based modelling of electrical load at household
balance as well as estimating the impact of those measures level. In: ECAL 2011: CoSMoS—Proceedings of the 2011
at a grid level. workshop on complex systems modelling and simulation, p 12
From the software engineering point of view, Model Holcombe M, Coakley S, Smallwood R (2006) A general framework
Driven Engineering has been demonstrated to be a very for agent-based modelling of complex systems. In: Proceedings
of the 2006 European conference on complex systems. European
useful methodology for dealing with the complexity of complex systems society Paris, France
simulation models. Amongst advantages: Holland JH (1995) Hidden order: how adaptation builds complexity.
Addison Wesley Longman Publishing Co.,Inc, Redwood City, CA
• Fast development of complex system simulations from Holland JH (2006) Studying complex adaptive systems. J Syst Sci
scratch. Complex 19(1):1–8
• Formalisation of a Metamodel to describe the compo- Kiran M, Richmond P, Holcombe M, Chin LS, Worth D, Greenough
C (2010) Flame: simulating large populations of agents on
nent classes to have a shared representation and
parallel hardware architectures. In: Proceedings of the 9th
semantic. Therefore, modellers may integrate their international conference on autonomous agents and multiagent
models easily. systems: volume 1–Volume 1. International foundation for
• The Metamodel enables the construction of a family of autonomous agents and multiagent systems, pp 1633–1636
Luke S, Cioffi-Revilla C, Panait L, Sullivan K (2004) Mason: a new
simulators which uses the same component classes and
multi-agent simulation toolkit. In: Proceedings of the 2004
behaviours. SwarmFest Workshop, vol 8
• Separation of concerns: component descriptions are Massoud Amin S, Wollenberg BF (2005) Toward a smart grid: power
fixed at the Metamodel level while their way of acting delivery for the 21st century. Power Energy Mag IEEE 3(5):34–41
Minar N, Burkhart R, Langton C, Askenazi M (1996) The swarm
(behavioural aspects) are variable allowing to have
simulation system: a toolkit for building multi-agent simulations.
different releases in which the behaviour of a compo- Santa Fe Institute Santa Fe
nent may be represented. Mitchell WM (1992) Complexity: the emerging science at the edge of
• Modular development which can improve the engine order and chaos. Touchstone, New York
Monti A, Ponci F, Benigni A, Liu J (2010) Distributed intelligence for
without affecting previously developed models.
smart grid control. In: Nonsinusoidal currents and compensation
• A high performance engines whose optimization is (ISNCC), 2010 international school on, pp 46–58
constantly being improved. Paatero JV (2009) Computational studies on variable distributed
• A complete set of tools which assist the different energy systems. Phd thesis, Helsinki University of Technology
Palensky P, Dietrich D (2011) Demand side management: demand
processes in creating a new simulator.
response, intelligent energy systems, and smart loads. Ind Inform
• An easy access to the modification of experiments by IEEE Trans 7(3):381–388
merely changing the definition of the simulation model. Palensky P, Kupzog F, Zaidi AA, Kai Z (2008) Modeling domestic
housing loads for demand response. In: Industrial electronics, 2008.
IECON 2008. 34th Annual conference of IEEE, pp 2742–2747
Acknowledgments This work has been partially supported by Polack FAC, Hoverd T, Sampson AT, Stepney S, Timmis J (2008)
European Regional Development Fund (ERDF/FEDER) and Agencia Complex systems models: engineering simulations. In: ALife XI,
Canaria de Investigacin, Innovacin y Sociedad de la Informacin Winchester, UK, August 2008. MIT Press, pp 482–489.
(ACIISI) of Canary Islands Autonomous Government through the Poole JD (2001) Model-driven architecture: vision, standards and
project whose reference is SolSub200801000137, and also through emerging technologies
the ACIISI PhD Grant funding to José Évora with reference Railsback SF, Lytinen SL, Jackson SK (2006) Agent-based simula-
TESIS20100095. tion platforms: review and development recommendations.
Simulation 82(9):609–623. http://sim.sagepub.com/content/82/
9/609.short
Ramchurn S, Vytelingum P, Rogers A, Jennings N (2011) Agent-
based control for decentralised demand side management in the
References smart grid. Taipei, Taiwan, pp 5–12. http://eprints.ecs.soton.ac.
uk/21985/
Borshchev A, Filippov A (2004) Anylogicmulti-paradigm simulation RWE Rhein-Ruhr Verteilnetz: Lastprofile (2011) http://www.rwe-
for business, engineering and research. In: The 6th IIE annual rhein-ruhr-verteilnetz.com/web/cms/de/201616/rwe-rhein-ruhr-
simulation solutions conference, vol 150 verteilnetz/netzzugang-strom/netzzugang-netznutzung/lastprofile/
Bundesverband der Energie- und Wasserwirtschaft (2011) BDEW - Schmidt DC (2006) Guest editor’s introduction: model-driven
Standardlastprofile (SLP) engineering. Computer 39:25–31. doi:10.1109/MC.2006.58
Butler M, Petre L, Sere K, Kent S (2002) Model driven engineering. Stepney S, Polack FAC, Turner HR (2006) Engineering emergence.
In: Lecture notes in vomputer science, vol 2335. Springer, In: Engineering of complex computer systems, 2006. ICECCS
Berlin, Heidelberg, pp 286–298. doi:10.1007/3-540-47884-1_16 2006. 11th IEEE international conference on, p 9
123
144 J. Evora et al.
Stokes M, Rylatt M, Lomas K (2004) A simple model of domestic Wooldridge MJ (2002) An introduction to multiagent systems. Wiley,
lighting demand. Energy Build 36(2):103–116 Chichester, West Sussex
Tisue S, Wilensky U (2004) Netlogo: a simple environment for Wooldridge M (2009) An introduction to multiagent systems—
modeling complexity. In: International conference on complex second edition. Wiley and Sons, New York
systems, pp 16–21 Wright A, Firth S (2007) The nature of domestic electricity-loads and
Widén J, Wäckelgard E (2009) A high-resolution stochastic model of effects of time averaging on statistics and on-site generation
domestic activity patterns and electricity demand. Appl Energy calculations. Appl Energy 84(4):389–403
87(6):1880–1892 Zauner G, Leitner D, Breitenecker F (2007) Modeling structural-
Wildberger AM (1997) Complex adaptive systems: concepts and dynamics systems in modelica/dymola, modelica/mosilab and
power industry applications. Control Syst IEEE 17(6):77–88 anylogic. In: EOOLT, pp 99–110
Willis HL, Scott WG (2000) Distributed power generation: planning
and evaluation. Marcel Dekker, New York
123