.ObjectStab.Generators.Controllers

Library for Governor and Excitation system models

Information

This library contains sample governor and excitation
system models

By default generators are declared with constant power
governor and constant field voltage.

An extended generator model can for example by inheriting from
the basic generator models and augment it with first order
exitation system and governor using the clauses as follows:

model NewGen
  extends ObjectStab.Generators.GovExc6thGen(
    redeclare ObjectStab.Generators.Controllers.FirstOrderExciter Exc,
    redeclare ObjectStab.Generators.Controllers.FirstOrderGovernor Gov);
end NewGen;

Contents

NameDescription
Partials
ConstPm
FirstOrderGovernor
Gover2
IsoGoverGovernor Control With Frequency Regulation
ConstEfd
FirstOrderExciter
ExcST1A
ExcST1ALim

Generated at 2025-12-07T19:14:00Z by OpenModelicaOpenModelica 1.25.7 using GenerateDoc.mos