Skip to content

Dedicated AC Power Flow Solver #590

@jchen975

Description

@jchen975

Hi, I just realized this problem, but when I run a solved Matpower case, it takes the same number of iterations as it would with default values. In Matpower,

results = runpf('caseX') 
savecase('caseX', results)
runpf('caseX')

should result in iterations: 1 in the end. When running with default/solved values for case118, and case300, it takes 4 and 5 iterations respectively. I tried both with the case saved from Matpower and with manually updating the vm, va fields of all buses from the solutions dict, and got the same results.

Any idea why this is happening? I know Matpower uses NR for acpf by default, so I'm assuming it has something to do with Ipopt. I'd appreciate any clarifications on this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions