Environment - simulationEnvironment: startTime=0 stopTime=1 tolerance=1e-06 numberOfIntervals=500 stepSize=0.002 Regular simulation: ./BoundaryInitBlocks_BoundaryInitBlocks.Examples.Tests.ThermoHydroMSL.SmallSignal_ON_BWD -l=1 -s=dassl -abortSlowSimulation -alarm=480 -lv LOG_STATS stdout | info | Linearization will be performed at point of time: 1.000000 LOG_SUCCESS | info | The initialization finished successfully with 3 homotopy steps. LOG_STATS | info | ### STATISTICS ### | | | | | timer | | | | | | 0.00555037s reading init.xml | | | | | | 0.000725972s reading info.xml | | | | | | 0.00010131s [ 0.2%] pre-initialization | | | | | | 0.00105244s [ 2.5%] initialization | | | | | | 2.5077e-05s [ 0.1%] steps | | | | | | 0.0003054s [ 0.7%] solver (excl. callbacks) | | | | | | 0s [ 0.0%] creating output-file | | | | | | 0.0180839s [ 43.4%] event-handling | | | | | | 0.00166167s [ 4.0%] overhead | | | | | | 0.0204732s [ 49.1%] simulation | | | | | | 0.0417031s [100.0%] total | | | | | events | | | | | | 0 state events | | | | | | 0 time events | | | | | solver: dassl | | | | | | 20 steps taken | | | | | | 20 calls of functionODE | | | | | | 19 evaluations of jacobian | | | | | | 0 error test failures | | | | | | 0 convergence test failures | | | | | | 0.000859002s time of jacobian evaluation LOG_SUCCESS | info | The simulation finished successfully. LOG_STATS | info | model linearized_model "BoundaryInitBlocks_BoundaryInitBlocks_Examples_Tests_ThermoHydroMSL_SmallSignal_ON_BWD" | | | | parameter Integer n = 2 "number of states"; | | | | parameter Integer m = 2 "number of inputs"; | | | | parameter Integer p = 2 "number of outputs"; | | | | parameter Real x0[n] = {5, 303.15}; | | | | parameter Real u0[m] = {0, 0}; | | | | | | | | parameter Real A[n, n] = | | | | [-0.01691935027788959, 0; | | | | -0.001686606311514817, -0.008058261103763504]; | | | | | | | | parameter Real B[n, m] = | | | | [0.03550935515846464, 0.09790603464019124; | | | | 0.2131629887558708, -0.1955174378498465]; | | | | | | | | parameter Real C[p, n] = | | | | [0.1999999998265737, 0; | | | | 0, 0.003298697535907251]; | | | | | | | | parameter Real D[p, m] = | | | | [0, 0; | | | | 0, 0]; | | | | | | | | | | | | Real x[n](start=x0); | | | | input Real u[m](start=u0); | | | | output Real y[p]; | | | | | | | | Real 'x_openTank.level' = x[1]; | | | | Real 'x_openTank.medium.T' = x[2]; | | | | Real 'u_u1' = u[1]; | | | | Real 'u_u2' = u[2]; | | | | Real 'y_y1' = y[1]; | | | | Real 'y_y2' = y[2]; | | | | equation | | | | der(x) = A * x + B * u; | | | | y = C * x + D * u; | | | | end linearized_model; stdout | info | Linear model is created at /var/lib/jenkins/ws/OpenModelicaLibraryTestingWork/OpenModelicaLibraryTesting/BoundaryInitBlocks_BoundaryInitBlocks.Examples.Tests.ThermoHydroMSL.SmallSignal_ON_BWD/linearized_model.mo stdout | info | The output format can be changed with the command line option --linearizationDumpLanguage. stdout | info | The options are: --linearizationDumpLanguage=modelica, matlab, julia, python.