All Projects → apetros → TDNetGen

apetros / TDNetGen

Licence: MIT license
A MATLAB toolbox to generate large-scale combined Transmission and Distribution networks

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to TDNetGen

FFmpegBox
📦 FFmpeg command line tool box for Android
Stars: ✭ 38 (+26.67%)
Mutual labels:  toolbox
FISCO-BCOS-Toolbox
【Tools】FISCO BCOS Sol Toolbox created by SUIBE-Blockchain-Team.
Stars: ✭ 34 (+13.33%)
Mutual labels:  toolbox
powsybl-core
A framework to build power system oriented software
Stars: ✭ 87 (+190%)
Mutual labels:  power-systems
treestoolbox
TREES toolbox
Stars: ✭ 20 (-33.33%)
Mutual labels:  toolbox
circtools
circtools: a modular, python-based framework for circRNA-related tools that unifies several functionalities in a single, command line driven software.
Stars: ✭ 19 (-36.67%)
Mutual labels:  toolbox
RaPId
RaPId (a recursive acronym for "Rapid Parameter Identification") utilizes different optimization and simulation technologies to provide a framework for model validation and calibration of any kind of dynamical systems, but specifically catered to power systems.
Stars: ✭ 35 (+16.67%)
Mutual labels:  toolbox
delay-discounting-analysis
Hierarchical Bayesian estimation and hypothesis testing for delay discounting tasks
Stars: ✭ 20 (-33.33%)
Mutual labels:  toolbox
docker-data-science-toolbox
Data Science Command Line Toolbox in a docker container
Stars: ✭ 28 (-6.67%)
Mutual labels:  toolbox
scdDiagram
smart substation connection and configuration software based on IEC 61850 protocal and SCD file. Email: [email protected]
Stars: ✭ 17 (-43.33%)
Mutual labels:  power-systems
macro-maker
A TERA Toolbox module to help you make macros for any class, using only AHK with no other dependency.
Stars: ✭ 16 (-46.67%)
Mutual labels:  toolbox
hydrobox
hydrological preprocessing and analysis toolbox build upon pandas and numpy
Stars: ✭ 18 (-40%)
Mutual labels:  toolbox
Standard-Toolkit
An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET Core/.NET
Stars: ✭ 194 (+546.67%)
Mutual labels:  toolbox
couleurstoolbox
🍱 My toolbox that I take with me everytime I reinstall windows.
Stars: ✭ 72 (+140%)
Mutual labels:  toolbox
Krypton-Toolkit-Suite-NET-Core
A update to Component factory's krypton toolkit to support .NET Framework 3.5 to .NET Core
Stars: ✭ 27 (-10%)
Mutual labels:  toolbox
generateDF
生成目录结构及文件
Stars: ✭ 15 (-50%)
Mutual labels:  toolbox
verified calibration
Calibration library and code for the paper: Verified Uncertainty Calibration. Ananya Kumar, Percy Liang, Tengyu Ma. NeurIPS 2019 (Spotlight).
Stars: ✭ 93 (+210%)
Mutual labels:  toolbox
FAIR.m
Flexible Algorithms for Image Registration
Stars: ✭ 103 (+243.33%)
Mutual labels:  toolbox
Extended-Toolkit
A companion toolkit for the standard toolkit.
Stars: ✭ 83 (+176.67%)
Mutual labels:  toolbox
featool-multiphysics
FEATool - "Physics Simulation Made Easy" (Fully Integrated FEA, FEniCS, OpenFOAM, SU2 Solver GUI & Multi-Physics Simulation Platform)
Stars: ✭ 190 (+533.33%)
Mutual labels:  toolbox
fvtt-data-toolbox
Foundry VTT Data Toolbox
Stars: ✭ 17 (-43.33%)
Mutual labels:  toolbox

DOI License: MIT

TDNetGen: An open-source, parametrizable, large-scale, combined, transmission and distribution test system

About

TDNetGen is an open-source MATLAB toolbox that is able to generate synthetic, combined transmission and distribution network models. These can be used to analyze the interactions between transmission and multiple distribution systems, such as the provision of ancillary services by active distribution grids, the co-optimization of planning and operation, the development of emergency control and protection schemes spanning over different voltage levels, the analysis of combined market aspects, etc. The generated test-system models are highly customizable, providing the user with the flexibility to easily choose the desired characteristics, such as the level of renewable energy penetration, the size of final system, etc.

Please check https://arxiv.org/abs/1706.01656 for more information and better explanation of the parameters.

Setup and use

  1. Before using the toolbox, it is necessary to download Matpower from http://www.pserc.cornell.edu/matpower/

  2. In the file 'parameters.m', change the parameter 'matpower_path' to direct to the downloaded matpower folder (absolute or relative path).

  3. Change the other parameters in 'parameters.m' according to the system that you want to generate.

  4. Run 'main.m'

  5. Find the T&D system exported in the desired format in the folder 'output_data'

System requirements

TDNetGen has been tested with MATLAB 2015b, MATPOWER 5.1 and 6.0, under Windows 7, Windows 10, Linux Debian Wheezy, and MAC OSX.

License and disclaimer

The code of TDNetGen to generate the combined TN and DN systems is provided under MIT License (see LICENSE file). However, the toolbox requires MATPOWER and MATLAB to be executed. These are not included in this repository and the user should download them separately and refer to their respective licenses.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].