-
Notifications
You must be signed in to change notification settings - Fork 59
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
Non Newtonian Fluids: FENE-P example error #46
Comments
Sure, i'll have a look tomorrow |
@RajDandekar I don't get any error when I run this code, I guess part of it is missing, but yeah, you need
inside: function find_σ_exact(tsave,γd) |
Oh wait, I forgot to add the Optimization line. I get the error when I try to optimize the parameters using the below lines of code:
@ccrnn Now you should get the error |
So, I found an error, but it's not the error you need... Something to do with tsave was causing a stack overflow. The solver works with a simplification:
But your error is still happening. |
Here is the code which I have for now. For simplicity, I am currently using a single strain rate and not summing over multiple strain rates.
The error which I get on the last line is this:
@ChrisRackauckas Is this something to do with how the DAE Problem is defined? Can you also add @ccrnn here so that we can debug this together.
The text was updated successfully, but these errors were encountered: