This repository was archived by the owner on Mar 2, 2022. It is now read-only.
Merged
Conversation
…New module for converting model to/from JSON.
…into development
- Issue with tearing fixed: Variables are only explicitly solved, if linear factor is a non-zero literal number
(previously a division by zero could occur, if the linear factor became zero during simulation).
- Issue with unit of tearing variable fixed, if it is a derivative of a variable
(previously, the generated code for unitless=false was wrong, if the tearing variable was
a derivative, since the unit was not taken into account).
- Some test models corrected (since leading to errors with the bug fixes).
- simulate!(..):
o Support DAE integrators, especially IDA() from Sundials.
o New keyword useRecursiveFactorizationUptoSize=0
o If log=true, sizes of linear equation systems are listed, as well as whether
RecursiveFactorization.jl is used .
- Test for RecursiveFactorization.jl added in TestTwoInertiasAndIdealGear.jl
- Tests for multi returning functions added
…if a time-varying variable was present in the evaluated parameters (e.g. states and init values of states). This issue was fixed.
…inear equations can change between simulation runs. New file TestMultiReturningFunction10.jl tests this feature.
…e derivatives that have units. - Fixed wrong definition of T in InsulatedRod (HeatTransfer.jl) and in TestHeatTransfer.jl and reactivated test of InsulatedRod in TestHeatTransfer.jl. - Changed default value of simulate!(..) option nlinearMinForDAE from 1 to 10. - Improved documentation of simulate!(..)
… compilation) for states and iteration variables of linear equation systems.
…ad of assigning to _der_x to simplify the generated code as preparation for the next steps. - Reactivated linearization tests in TestTwoInertiasAndIdealGear.jl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.