.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-05-04T18:18:56Z by OpenModelicaOpenModelica 1.26.7 using GenerateDoc.mos