Giter Site home page Giter Site logo

felipemarkson / hcestimator.jl Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 184 KB

This library provides a Distributed Energy Resources' Hosting Capacity estimation of distribution systems considering that the Distribution Company can partially dispatch other DERs installed in the system.

License: Other

Julia 100.00%
julia electrical energy-systems power-systems hosting-capacity

hcestimator.jl's Introduction

Hosting Capacity Estimator

DOI

This library provides a Distributed Energy Resources' Hosting Capacity estimation of distribution systems considering that the Distribution Company can partially dispatch other DERs installed in the system.

Citing

If you find HCEstimator useful in your work, we kindly request that you cite it as below

@software{Monteiro_felipemarkson_HCEstimator_jl_v0_0_1_2022,
    author = {Monteiro, Felipe},
    doi = {10.5281/zenodo.6784000},
    license = {MIT},
    month = {6},
    title = {{felipemarkson/HCEstimator.jl: v0.0.1}},
    url = {https://github.com/felipemarkson/HCEstimator.jl},
    version = {0.0.1},
    year = {2022}
}

Getting Started

Data Format

The DistSystem.System structure expected a DataFrames.jl with the follow columns:

Row │ Branch  FB     TB     Type     R_Ohm    X_ohm    Bus     Amp_pu    P_MW        Q_MVAr      Bshunt_MVAr
    │ Int64   Int64  Int64  String   Float64  Float64  Int64   Float64   Float64     Float64     Float64
────┼──────────────────────────────────────────────────────────────────────────────────────────────────

The active branches must have "Fixed" in Type field.

Dependencies

You will need Julia v1.6 or greater, JuMP.jl v0.23 or greater, and a nonlinear solver compatible with JuMP.jl and the model described below.

Exemple of use

This exemple also can be found in example.jl.

The distribution system of the example is also available in Dolatabadi et. al. (2021).

Mathematical Model

This library uses the following model:

Nomenclature

Variables

: Active power injection to HC calculation

: Active power injection of DERs dispached by DisCo.

: Reactive power injection of DERs dispached by DisCo.

: Nodal active and reactive power injection

: Real and imaginary part of nodal current injection

: Real and imaginary part of nodal voltage

: Real and imaginary current flow

Sets

: Buses' set

: Load buses without DERs

: Set of branches

: Set of load scenarios

: Set of all possible combinations of operation of DERs' Owner

: Set of scenarios for HC calculation

: Set of DisCo's DGs

Parameters

: Lower and upper voltage limits

: Substation's voltage

: Lines' ampacity

, : Nodal conductance and susceptance

: Time to curtailment energy resources

: A big number

: DERs' energy capacity.

: Upper limits of active and reactive power that can be dispached by DERs.

: Lower limits of active and reactive power that can be dispached by DERs.

: DERs' power limit.

: Proportion of DERs' power limit that can be dispached by DisCo.

: Proportion of DERs' Energy Capacity that can be used by DisCo.

: DERs' owner power injection capacity.

: Active and reactive limit of the substation

: Load scenario multiplier

: Scenario multiplier for HC calculation

: DERs' Owner Operation scenario

: Quantity of buses without DGs and substation

: Substation's bus

: DG's bus

Roadmap

  • Define the model

  • Implement the model on JuMP.jl

  • High-level interface for HC estimation

  • Initial documentation

  • Implement the minimization of costs.

  • Validate the model with Matpower.

  • Implement changes on system's topology.

  • Implement tests for power flow calculation using a simple system

  • Implement tests for power flow calculation using the 33-bus

  • Implement tests for others functions

  • Describe the relationship between the model and codebase

  • Better Documentation

hcestimator.jl's People

Contributors

felipemarkson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hcestimator.jl's Issues

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.