{ "cells": [ { "cell_type": "markdown", "id": "2cd3a7ac", "metadata": {}, "source": [ "(dc_line)=\n", "# dc_line\n", "A power line where the flow is decided by the optimization.\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", "\n", "\n", "\n", "\n", "## Attributes" ] }, { "cell_type": "code", "execution_count": 1, "id": "92a40474", "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": "7a82dc11", "metadata": {}, "source": [ "(dc_line:max_forward_flow)=\n", "### max_forward_flow\n", "Maximum transfer capacity in forward direction. Unit (y): MW.\n", "\n", "\n", "(dc_line:max_backward_flow)=\n", "### max_backward_flow\n", "Maximum transfer capacity in backward direction. Unit (y): MW.\n", "\n", "\n", "(dc_line:n_loss_segments)=\n", "### n_loss_segments\n", "Number of segments for linearization of quadratic loss. Unit: NO_UNIT.\n", "\n", "\n", "(dc_line:loss_constant)=\n", "### loss_constant\n", "Constant power loss in DC line terminals, independent of power flow. Unit: NO_UNIT.\n", "\n", "\n", "(dc_line:loss_factor_linear)=\n", "### loss_factor_linear\n", "Loss factor multiplied with absolute value of the flow in the line. Unit: NO_UNIT.\n", "\n", "\n", "(dc_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. Unit: NO_UNIT.\n", "\n", "\n", "(dc_line:flow)=\n", "### flow\n", "Flow through the line. Unit (y): MW.\n", "\n", "\n", "(dc_line:forward_loss)=\n", "### forward_loss\n", "Transmission loss for flow in forward direction of the line. Unit (y): MW.\n", "\n", "\n", "(dc_line:backward_loss)=\n", "### backward_loss\n", "Transmission loss for flow in backward direction of the line. Unit (y): 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.13.9" }, "source_map": [ 11, 36, 48 ] }, "nbformat": 4, "nbformat_minor": 5 }