{ "cells": [ { "cell_type": "markdown", "id": "c75c8778", "metadata": {}, "source": [ "(ac_line)=\n", "# ac_line\n", "A power line where the flow is determined by ptdf factors.\n", "\n", "| | |\n", "|---|---|\n", "|Input connections|{ref}`busbar`|\n", "|Output connections|{ref}`busbar`|\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": "0aa6fba4", "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": "28e8eae1", "metadata": {}, "source": [ "(ac_line:max_forward_flow)=\n", "### max_forward_flow\n", "Maximum transfer capacity in forward direction (xUnit: NO_UNIT, yUnit: MW)\n", "\n", "\n", "(ac_line:max_backward_flow)=\n", "### max_backward_flow\n", "Maximum transfer capacity in backward direction (xUnit: NO_UNIT, yUnit: MW)\n", "\n", "\n", "(ac_line:n_loss_segments)=\n", "### n_loss_segments\n", "Number of segments for linearization of quadratic loss (xUnit: NO_UNIT, yUnit: NO_UNIT)\n", "\n", "\n", "(ac_line:loss_factor_linear)=\n", "### loss_factor_linear\n", "Loss factor multiplied with absolute value of the flow in the line (xUnit: NO_UNIT, yUnit: NO_UNIT)\n", "\n", "\n", "(ac_line:loss_factor_quadratic)=\n", "### loss_factor_quadratic\n", "Loss factor multiplied with the square of the flow in the line. The calcualtion is linearized with the number of steps defined by n_loss_segments (xUnit: NO_UNIT, yUnit: NO_UNIT)\n", "\n", "\n", "(ac_line:flow)=\n", "### flow\n", "Flow through the line (xUnit: NO_UNIT, yUnit: MW)\n", "\n", "\n", "(ac_line:forward_loss)=\n", "### forward_loss\n", "Transmission loss for flow in forward direction of the line (xUnit: NO_UNIT, yUnit: MW)\n", "\n", "\n", "(ac_line:backward_loss)=\n", "### backward_loss\n", "Transmission loss for flow in backward direction of the line (xUnit: NO_UNIT, yUnit: MW)" ] } ], "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 }