Skip to content

GUILDA in Detail

In this page a detailed description of the three main functions of GUILDA is provided.

Contents:

These are depicted in the following image.


Power System Model (Detailed)

This section provides a detailed explanation on the power system models that can be used in GUILDA.

In GUILDA there predefined power system models are already included (i.e., 3-bus and 68-bus models). However, it is possible to define and implement different models and run simulations on them.

To use the predifed power system models use the following codes.

%Predefined Power System Models.
net = network_sample3bus; %Load the predefined 3-bus system model.
net = network_IEEE68bus; %Load the predefined 68-bus system model.

To define and implement a new power system model plese refer to the next explanation page (Click on the illustration ↓).


Controllers

This section explains the most relevant information of the controller class. For example, the controller types, how to define a new controller, how to implement it, its functional requirements, etc. (Click on the illustration ↓).


Numerical Simulations

This section explains how to perform numerical simulations with the selected power system model (predifined or newly defined, with or without controllers, etc.).

Simulating

This section explains how to perform the simulations. It explains how to set the simulation conditions and how to read the results (Click on the illustration ↓).

Derivation of a Linearized Model

This section describes the derivation of the approximate linearized model of the created power system model (Click on the illustration ↓).