Opened 6 years ago
Closed 6 years ago
#5832 closed enhancement (invalid)
Simulation log file shows euler as solver independend of chosen solver
| Reported by: | Owned by: | somebody | |
|---|---|---|---|
| Priority: | low | Milestone: | Future |
| Component: | *unknown* | Version: | v.1.15.0-dev |
| Keywords: | Cc: |
Description
Independendly from chosen solver the log file writes euler into the simulation log file
C:/temp/Test1.TestModel/Test1.TestModel.exe -port=55697 -logFormat=xmltcp -override=startTime=0,stopTime=1,stepSize=0.002,tolerance=1e-06,solver=ida,outputFormat=mat,variableFilter=.* -r=C:/temp/Test1.TestModel/Test1.TestModel_res.mat -w -lv=stdout,LOG_DEBUG,LOG_STATS -inputPath=C:/temp/Test1.TestModel -outputPath=C:/temp/Test1.TestModel
The initialization finished successfully without homotopy method.
### STATISTICS ###
timer
0.0016331s reading init.xml
0.0003442s reading info.xml
0.0022397s [ 2.9%] pre-initialization
0.00037s [ 0.5%] initialization
0.0001592s [ 0.2%] steps
2.83e-005s [ 0.0%] solver (excl. callbacks)
0.0012367s [ 1.6%] creating output-file
0.0001239s [ 0.2%] event-handling
0.0003951s [ 0.5%] overhead
0.0732373s [ 94.1%] simulation
0.0777902s [100.0%] total
events
1 state events
0 time events
solver: euler
802 steps taken
802 calls of functionODE
0 evaluations of jacobian
0 error test failures
0 convergence test failures
The simulation finished successfully.
Note:
See TracTickets
for help on using tickets.

I don't know what your test model contains, but if there are only algebraic equations and no differential equations, then there is no need to use an ODE/DAE solver, so euler is chosen by default.
Feel free to reopen if this is not the case