nonlinear system of differential algebraic equations
显示 更早的评论
Hi,
I have a system of coupled nonlinear equations ( 10 differential equations and three algebraics). I used ode15s for integration.I want to study the behavaior of the system to step change in one parameter defined in my code. So, I considered that the system at t=0 is in the state before step change (vector of initial condition) and at exactly t=0 the parameter changes to the new value. ODE15s does the integration with no problem, but the values at t=0 is not the one defined in the code( initial condition vector). The values for the three variables defined by algeraic equations will change.
So, I thought that I should apply this step change at sometime after t=0 and using If statement in my code. like, if t<100 param=5; else; param=6; But, this time I got this error Warning: Failure at t=1.000000e+002. Unable to meet integration tolerances without reducing the step size below the smallest value allowed (2.273737e-013) at time t.
1 个评论
Hooman
2012-6-14
Hi, I was just had a general question. I am trying to solve a system of coupled nonlinear equations. Did u need to decouple the equations to be able to use the ode solvers? Also did u need to linearize the terms. I didn't do any of that, just wrote my equations in the form the ode accepts and solved them and got the same error you have.
Thanks!
采纳的回答
更多回答(1 个)
Mona
2011-4-12
1 个评论
Andrew Newell
2011-4-12
My guess is that if you're using an if statement, you're not doing what I suggest. I have edited the above answer.
类别
在 帮助中心 和 File Exchange 中查找有关 Numerical Integration and Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!