Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce nonlinear system of equations in radiator model #435

Closed
mwetter opened this issue Mar 17, 2016 · 1 comment · Fixed by #453
Closed

Reduce nonlinear system of equations in radiator model #435

mwetter opened this issue Mar 17, 2016 · 1 comment · Fixed by #453
Assignees

Comments

@mwetter
Copy link
Contributor

mwetter commented Mar 17, 2016

In Dymola 2016 FD01, the nonlinear system of equation for the radiator model RadiatorEN442_2 increased compared to Dymola 2016. An isssue has been filed with dassault. This ticket is to implement a work-around received from Dassault.

@mwetter mwetter self-assigned this Mar 17, 2016
mwetter added a commit that referenced this issue Mar 17, 2016
mwetter added a commit that referenced this issue Mar 17, 2016
@mwetter
Copy link
Contributor Author

mwetter commented Mar 17, 2016

The commit 223a809 changes the statistics as follows:
Before the change

Sizes of linear systems of equations: {2, 2, 2, 2, 2}
Sizes after manipulation of the linear systems: {0, 0, 0, 0, 0}
Sizes of nonlinear systems of equations: {1, 1, 50}
Sizes after manipulation of the nonlinear systems: {0, 0, 5}
Number of numerical Jacobians: 0

Initialization problem
Sizes of nonlinear systems of equations: {21, 21, 1, 1, 50}
Sizes after manipulation of the nonlinear systems: {11, 11, 1, 1, 5}
Number of numerical Jacobians: 0

After the change

Sizes of linear systems of equations: {2, 2, 2, 2, 2}
Sizes after manipulation of the linear systems: {0, 0, 0, 0, 0}
Sizes of nonlinear systems of equations: {1, 1, 50}
Sizes after manipulation of the nonlinear systems: {0, 0, 5}
Number of numerical Jacobians: 0

Initialization problem
Sizes of nonlinear systems of equations: {11, 11, 1, 1, 50}
Sizes after manipulation of the nonlinear systems: {5, 5, 1, 1, 5}
Number of numerical Jacobians: 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant