Dear lavanya,
you can set options like pf.nr.max_it=n maximum number of iterations for
Newton’s method,
pf.fd.max_it=n maximum number of iterations for fast-decoupled method
pf.gs.max_it=n maximum number of iterations for Gauss-Seidel method
Here, n is number of iterations. for your case n=1. The following is
procedure
let us solving with NR method
mpopt = mpoption('pf.alg', 'NR', 'verbose', 3,'pf.nr.max_it',01);
results = runpf('casedata', mpopt);

On Thu, Apr 9, 2015 at 12:58 PM, lavanya arubolu <arubolulava...@gmail.com>
wrote:

>  [image: Boxbe] <https://www.boxbe.com/overview> This message is eligible
> for Automatic Cleanup! (arubolulava...@gmail.com) Add cleanup rule
> <https://www.boxbe.com/popup?url=https%3A%2F%2Fwww.boxbe.com%2Fcleanup%3Ftoken%3DsZLXHpaXHU2FNS%252F%252BOphCVftkhsxCLEhbt40DNNidbAxi%252FHLRtCkPLgJGRMrCi1%252Fx3WvMLgDdSR4ne%252FUxlF1j41Qek0%252BcVVJVH59Xb7Uz7TLL9qSvkWbkIhzzZw5MI%252FPQx6NJOTutjolkZ3rEPfyA4w%253D%253D%26key%3D7M%252F8ybi9VZc8sLD%252BONZFSMdaFB68VvUAwyVP%252BEvVP7I%253D&tc_serial=20968762482&tc_rand=1208750980&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001>
> | More info
> <http://blog.boxbe.com/general/boxbe-automatic-cleanup?tc_serial=20968762482&tc_rand=1208750980&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001>
>
> Dear all,
>            I want to run power flow for single iteration, but in MATPOWER
> software if i give command like runpf(casedata) for each iteration update
> the values of V,delta and P and finally gives me single result. If i want
> to run power flow for single iteration what can i do. Does anyone know how
> to solve this type of problems kindly help me.
> Thank you
>
>


-- 
With warm Regards,

Research Scholar,
Indian Institute of Technology-Indore.

Reply via email to