{ "cells": [ { "cell_type": "markdown", "id": "6cb04763", "metadata": {}, "source": [ "(busbar)=\n", "# busbar\n", "A node in the electricity grid that production, consumption, market and transmission objects can be connected to\n", "\n", "| | |\n", "|---|---|\n", "|Input connections|{ref}`generator`, {ref}`pump`, {ref}`thermal`, {ref}`contract`, {ref}`market`, {ref}`ac_line`, {ref}`dc_line`, {ref}`battery`, {ref}`wind`, {ref}`solar`|\n", "|Output connections|{ref}`market`, {ref}`generator`, {ref}`pump`, {ref}`thermal`, {ref}`ac_line`, {ref}`dc_line`, {ref}`contract`, {ref}`battery`, {ref}`solar`, {ref}`wind`|\n", "|License|SHOP_OPEN|\n", "|Release version|14.3.4.0|\n", "\n", "```{contents}\n", ":local:\n", ":depth: 1\n", "```\n", "\n", "\n", "\n", "## Examples\n", " - [](power-flow-example)\n", " \n", "\n", "\n", "\n", "## Attributes" ] }, { "cell_type": "code", "execution_count": 1, "id": "904d3f2f", "metadata": { "tags": [ "remove-input", "full-width" ] }, "outputs": [ { "data": { "text/html": [ "
\n", "\n" ], "text/plain": [ "" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "from IPython.core.display import HTML\n", "HTML(\"\"\"
\n", "\n", "\"\"\")" ] }, { "cell_type": "markdown", "id": "03a9122a", "metadata": {}, "source": [ "(busbar:load)=\n", "### load\n", "Load at the busbar (xUnit: NO_UNIT, yUnit: MW)\n", "\n", "\n", "(busbar:ptdf)=\n", "### ptdf\n", "Power transfer distribution factors describing change in flow for each ac line relative to change in generation at the busbar (xUnit: NO_UNIT, yUnit: NO_UNIT)\n", "\n", "\n", "(busbar:energy_price)=\n", "### energy_price\n", "Dual value for the energy balance constraint at the busbar (xUnit: NO_UNIT, yUnit: NOK/MWH)\n", "\n", "\n", "(busbar:power_deficit)=\n", "### power_deficit\n", "Power added to the busbar power balance to cover deficit of energy (xUnit: NO_UNIT, yUnit: MWH)\n", "\n", "\n", "(busbar:power_excess)=\n", "### power_excess\n", "Power subtracted from the busbar power balance to remove excess of energy (xUnit: NO_UNIT, yUnit: MWH)" ] } ], "metadata": { "jupytext": { "text_representation": { "extension": ".md", "format_name": "myst", "format_version": 0.13, "jupytext_version": "1.13.8" } }, "kernelspec": { "display_name": "Python 3", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.12.9" }, "source_map": [ 11, 38, 50 ] }, "nbformat": 4, "nbformat_minor": 5 }