Environment - simulationEnvironment: startTime=0 stopTime=1 tolerance=1e-06 numberOfIntervals=500 stepSize=0.002 Regular simulation: ./BoundaryInitBlocks_BoundaryInitBlocks.Examples.Tests.Hydraulics.InvertibleConfig.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 without homotopy method. LOG_STATS | info | ### STATISTICS ### | | | | | timer | | | | | | 0.000544391s reading init.xml | | | | | | 5.6146e-05s reading info.xml | | | | | | 5.4532e-05s [ 7.3%] pre-initialization | | | | | | 2.1871e-05s [ 2.9%] initialization | | | | | | 3.71e-07s [ 0.0%] steps | | | | | | 8.2003e-05s [ 10.9%] solver (excl. callbacks) | | | | | | 0s [ 0.0%] creating output-file | | | | | | 3.295e-06s [ 0.4%] event-handling | | | | | | 0.000125435s [ 16.7%] overhead | | | | | | 0.000461788s [ 61.6%] simulation | | | | | | 0.000749295s [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 | | | | | | 4.24e-06s time of jacobian evaluation LOG_SUCCESS | info | The simulation finished successfully. LOG_STATS | info | model linearized_model "BoundaryInitBlocks_BoundaryInitBlocks_Examples_Tests_Hydraulics_InvertibleConfig_SmallSignal_ON_BWD" | | | | parameter Integer n = 1 "number of states"; | | | | parameter Integer m = 1 "number of inputs"; | | | | parameter Integer p = 1 "number of outputs"; | | | | parameter Real x0[n] = {0.4}; | | | | parameter Real u0[m] = {0}; | | | | | | | | parameter Real A[n, n] = | | | | [-0.006188888415922695]; | | | | | | | | parameter Real B[n, m] = | | | | [0.004999999998441008]; | | | | | | | | parameter Real C[p, n] = | | | | [2.499999999815504]; | | | | | | | | parameter Real D[p, m] = | | | | [0]; | | | | | | | | | | | | Real x[n](start=x0); | | | | input Real u[m](start=u0); | | | | output Real y[p]; | | | | | | | | Real 'x_tank.l' = x[1]; | | | | Real 'u_u' = u[1]; | | | | Real 'y_y' = y[1]; | | | | 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.Hydraulics.InvertibleConfig.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.