GithubHelp home page GithubHelp logo

Comments (4)

afeutrill avatar afeutrill commented on August 18, 2024

Hi Fred,

I was writing some of this one today. I've been looking at a data sources and some of them have a "shunt" key in the dict, and was using the "gs" and "bs" values in that part of the dict as the b and g. Then added noise to them, and storing the perturbed values back into the dict.

I need to add this as a variable as well. Haven't done anything on this yet.

from powermodelsprivacypreserving.jl.

frederikgeth avatar frederikgeth commented on August 18, 2024

shunt objects at the top level in the PowerModels data model don't leak such information, they are abstractions of capacitor banks, and their value is independent of branch length. However branch shunts do leak length-related information. The branch shunts are the br_b values in the matpower format (col 5), and are mapped to b_fr and b_to (each of them assigned br_b/2). There is no way to supply branch shunt conductance data through the matpower format, but PowerModels' internal data format does support it, as g_fr and g_to. In normal transmission lines, g_fr and g_to are negligibly small relative to the other branch parameters, so assuming they're 0 is appropriate. Nevertheless, in super-high voltage transmission (e.g. >750kV) it may be significant. Furthermore, branches are often used in the loss model for transformers. In that case, shunt conductance is actually very significant. So, we can also consider anonymising transformer parameters in a similar fashion.

from powermodelsprivacypreserving.jl.

frederikgeth avatar frederikgeth commented on August 18, 2024

Both series reactance and shunt susceptance are nonlinear functions of the length and the geometric mean distance (GMD) between the conductors. Branch shunt capacitance varies a lot between underground cables and overhead lines (because of the huge difference in GMD).

If you know the voltage level, you can infer length based on current/power rating and then infer GMD and category (overhead/underground).

Therefore, I think we better obfuscate series and shunt values independently, this gives less risk that we leak information.

from powermodelsprivacypreserving.jl.

frederikgeth avatar frederikgeth commented on August 18, 2024

this is on master, so I can close it

from powermodelsprivacypreserving.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.