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

Solve set of nonlinear equations #167

Open
christoph-maurer opened this issue Nov 15, 2023 · 2 comments
Open

Solve set of nonlinear equations #167

christoph-maurer opened this issue Nov 15, 2023 · 2 comments

Comments

@christoph-maurer
Copy link
Contributor

@vidanovic In a current research project, we work on interior roller blinds and exhaust air which is removed between the glazing and the roller blind. To calculate the air flow through the textile, we need to implement a pneumatic network. To calculate the resulting temperatures, we need to implement a thermal network with nodes at several heights. The networks lead to a set of nonlinear equations. Do you recommend NonLinearSolver.cpp as solver for such a task? Or should we add another solver like http://ceres-solver.org/ ? Thanks a lot for your advice!

@vidanovic
Copy link
Collaborator

@christoph-maurer Current solver is already dealing with non-linear equations. I would recommend you to try first with what is in the code and then if it does not work, to try new solver. However, keep in mind that solver is using simple replacement method with relaxation parameter and will try to change relaxation parameter if previous one fails. Since I do not know which equations you are trying to solve, maybe this will not work in your case and the solver is indeed necessary.
The above solver looks very interesting and I would like to try it for some other projects as well.
We could also make a zoom meeting about this if you want.

@christoph-maurer
Copy link
Contributor Author

Thank you @vidanovic !

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

No branches or pull requests

2 participants