How to fix algebraic loop error in PV

2 visualizaciones (últimos 30 días)
Venkateshkumar Mohan
Venkateshkumar Mohan el 11 de Sept. de 2023
Respondida: Sam Chak el 11 de Sept. de 2023
An error occurred while running the simulation and the simulation was terminated
Caused by:
Algebraic state in algebraic loop containing 'PWBLMSv2/Subsystem6/PV Array/Diode Rsh/Product5' computed at time 0.0 is Inf or NaN. There may be a singularity in the solution. If the model is correct, try reducing the step size (either by reducing the fixed step size or by tightening the error tolerances) or tweak the initial guess of algebraic loop variable values.

Respuestas (1)

Sam Chak
Sam Chak el 11 de Sept. de 2023
The simulation terminated because an error occurred at the Product5 block at time 0.0 s.
Please check the input signals to the Product5 block. Trace these signals back to their origin until you find out what caused them to become Inf or NaN.
One common issue is the division-by-zero term due to the initial value of the state being 0 for or for .

Categorías

Más información sobre Numbers and Precision en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by