- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Significance of Tolerance in...
Significance of Tolerance in Simulation settings
Re: Significance of Tolerance in Simulation settings
It's the integrator error tolerance. If you use dassl with a low (1e-3) tolerance you get faster simulation but a bigger allowed error.
Note that some models simulate faster with a higher tolerance (1e-6 or 1e-7) because it helps getting better guesses for non-linear systems.
Note that the error is accumulated. If you want a maximum error of 1e-3 you might have to use a tolerance of 1e-5, etc.
- sjoelund.se
- 1700 Posts
Re: Significance of Tolerance in Simulation settings
It's an error estimate of derivatives only. The code does not specify how the local error is estimated. You can check http://www.netlib.no/netlib/ode/ddasrt.f
- sjoelund.se
- 1700 Posts
Re: Significance of Tolerance in Simulation settings
Of course. That's the whole point of it.
- sjoelund.se
- 1700 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Significance of Tolerance in...