Changes between Version 1 and Version 2 of Ticket #5485
- Timestamp:
- 2019-05-20T06:37:52Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5485 – Description
v1 v2 9 9 10 10 The simulation is called with the following arguments (I removed unnecessary paths and replaced them by [...]): 11 ``` 11 {{{ 12 12 model.exe -port=59221 -logFormat=xmltcp -override=startTime=0,stopTime=5000,stepSize=500,tolerance=0.0001,solver=dassl,outputFormat=mat,variableFilter=.* -r=[...]model_res.mat -jacobian=symbolical -nls=kinsol -w -lv=LOG_DASSL,LOG_STATS,LOG_STATS_V -inputPath=[...]/AppData/Local/Temp/OpenModelica/OMEdit/Outotec.PlantModels.PelletPlant14 -outputPath=[...]/AppData/Local/Temp/OpenModelica/OMEdit/Outotec.PlantModels.PelletPlant14 13 ``` 13 }}} 14 14 15 15 I see great similarity to this old ticket: