Re: Power losses using MOST

2021-08-09 Thread Diego Feroldi
Thank you very much for the clarification! El lun, 9 ago 2021 a las 14:14, Ray Daniel Zimmerman () escribió: > The get_losses() function uses the AC bus voltage solution to compute the > losses for an AC case. To approximate losses from the solution of a > lossless DC network model (which

Re: Power losses using MOST

2021-08-09 Thread Ray Daniel Zimmerman
The get_losses() function uses the AC bus voltage solution to compute the losses for an AC case. To approximate losses from the solution of a lossless DC network model (which assumes all voltage magnitudes are 1.0 p.u.), I think you will need to estimate the current or voltage drop across the

Re: Power losses using MOST

2021-08-09 Thread Diego Feroldi
Thank you Dr. Ray for your reply. Perhaps the get losses function can help with the calculation. Best regards, Diego Libre de virus. www.avast.com

Re: Power losses using MOST

2021-08-09 Thread Ray Daniel Zimmerman
MOST uses a lossless DC network model for the optimization, but you could use the branch flows from the solution to compute an approximation of the losses in each branch. MATPOWER does not include the code to do this however, so you’d have to write your own function. Ray On Aug 3, 2021,

Power losses using MOST

2021-08-03 Thread Diego Feroldi
Hi all, I am trying to obtain the power losses in an economic dispatch problem over a planning horizon. I would like to know how to get the power losses from the MOST output data (mdo). Thanks in advance for any feedback, Best regards, Diego