How to add volt/var curve to PowerModels.jl

Hello,

How can I add the volt/var curve as a non-linear expression to powermodels.jl?

Can you be a little more specific in what you want to do?

PowerModels.jl has a number of built-in formulations. If you want a customized formulation, your best approach is probably to use the data parser and then write out the model yourself.

See, for example, PowerModelsAnnex.jl/src/model/ac-opf.jl at master · lanl-ansi/PowerModelsAnnex.jl · GitHub

1 Like