Hi all
Please can I runopf after add generator to load bus
On Tuesday, June 19, 2018 11:12:25 PM MDT, Oguzhan Ceylan
<[email protected]> wrote:
Yes, you are right, I reinstalled Matpower and now everything is fine.
thank you very much.oguzhan
2018-06-19 20:23 GMT+03:00 Ray Zimmerman <[email protected]>:
This is probably an indication that one (or more) of the files in your MATPOWER
distribution have been modified from the original. I suggest re-installing a
clean copy of MATPOWER.
Ray
On Jun 18, 2018, at 1:37 PM, Oguzhan Ceylan <[email protected]> wrote:
Dear All,
I have a simple problem. When I run power flow, I always
see mppopt options as follows:
mpopt =
v: 12
model: 'AC'
pf: [1x1 struct]
cpf: [1x1 struct]
opf: [1x1 struct]
verbose: 0
out: [1x1 struct]
mips: [1x1 struct]
exp: [1x1 struct]
fmincon: [1x1 struct]
intlinprog: []
linprog: []
most: [1x1 struct]
quadprog: []
knitro: [1x1 struct]
ipopt: [1x1 struct]
minopf: [1x1 struct]
sopf: [1x1 struct]
pdipm: [1x1 struct]
tralm: [1x1 struct]
cplex: [1x1 struct]
mosek: [1x1 struct]
gurobi: [1x1 struct]
To overcome this problem I tried the following:
opt = mpoption('VERBOSE',0,'OUT_ALL' ,0); % set o
and then running power flow:
runpf(mpc,opt);
I am missing some simple point, any help will be appreciated.
oguzhan