.OpenIPSL.Examples.Tutorial.Example_4.Experiments.RunAndCompare

Runs different instances of the SMIB model to compares their results

Interface

function RunAndCompare
  extends Modelica.Icons.Function;
  input Modelica.Units.SI.Time tsim = 100 "Simulation time";
  input Integer numberOfIntervalsin = 10000 "No. of intervals";
  input String methodin = "Dassl" "Solver";
  input Real fixedstepsizein = 1e-3 "Time step - needed only for fixed time step solvers";
  input String modelA = "OpenIPSL.Examples.Tutorial.Example_4.Experiments.SMIB";
  input String modelB = "OpenIPSL.Examples.Tutorial.Example_4.Experiments.SMIBVarLoad";
end RunAndCompare;

Generated at 2026-03-12T19:14:05Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos