.ObjectStab.Generators.Controllers

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 2024-04-22T18:15:51Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos