.DESLib.DEVSLib.Examples.QSSIntegration.LotkaVolterra

Information

This package includes the implementation of the predator-prey interactions described by the Lotka-Volterra equations:

dx/dt=A*x-B*x*y
dy/dt=-C*y+D*x*y

Simulation

The System model uses the QSS1 integrator.
The System2 model uses the QSS2 integrator.
The System3 model uses the QSS3 integrator.

Each models include two variables, named prey and predator, that show the evolution of the prey and predator populations.

Contents

NameDescription
 systemdup
 system2dup
 system3dup

Generated at 2024-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos