how to make my simulation of photovoltaic with constant power load work..
1 次查看(过去 30 天)
显示 更早的评论
i'm make a model of photovoltaic with constant power load but when i try to simulate it, it shows that one of the blocks in my simulation which is the divide block is in error.. the message states that "Algebraic state in algebraic loop containing 'RL/Divide' computed at time 0.0 is Inf or NaN. There may be a singularity in the solution" .i try to reduce the step size and change the solver but it still the same..
0 个评论
采纳的回答
Dr. Siva Malla
2012-5-31
I think use limiter or saturation at dividing part and make lover limit as less value, like 0.0001, and upper limit as inf. then may be your problem will solve. other wise, I uploaded a PV model, you can download this.
更多回答(1 个)
K E
2012-5-24
It sounds like you are dividing by zero at the first time step, so make sure the initial condition of the signal that is being divided is set to a finite value. [I am sure someone more experienced than me can give you more insight.] There is information on workarounds for 'divide by zero' errors here and on detecting them here.
3 个评论
monaliza most
2013-1-17
i ve the same error message in PV model but it is in the product block and i ve reduced the step size and change the error tolerance &change the solver but still have the message any suggestions ??
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!