Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

v0.8.5

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 09:44
· 92 commits to main since this release

ModiaLang v0.8.5

Diff since v0.8.4

  • simulate!(..):

    • Trigger an error, if simulation is not successful (retcode is neither :Default nor :Success nor :Terminate)
    • Use RightRootFind for zero crossings (improves state events based on new DifferentialEquations option)
    • New keyword argument requiredFinalStates_atol=0.0.
    • Improve docu (e.g. add return argument solution).
    • Show correct integrator name QBDF in simulation log (instead of QNDF)
    • Raise an error, if (relative) tolerance is too small for FloatType
    • Use FloatType for zero crossing hysteresis, instead of Float64
    • If log=true print info about end of initialization.
  • Support of MonteCarloMeasurements with units + new test model TestLinearEquationSystemWithUnitsAndMonteCarlo.jl

  • Fixing and activating the deactivated test TestTwoInertiasAndIdealGearWithUnitsAndMonteCarlo.jl.