{ "cells": [ { "cell_type": "markdown", "id": "c390c07b", "metadata": {}, "source": [ "(thermal)=\n", "# thermal\n", "A general thermal power generating unit with a fixed linear or quadratic fuel cost\n", "\n", "| | |\n", "|---|---|\n", "|Input connections|{ref}`busbar`|\n", "|Output connections|{ref}`busbar`|\n", "|License|SHOP_OPEN|\n", "|Release version|14.3.2.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": "4b3f2cd4", "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": "d97c3ac7", "metadata": {}, "source": [ "(thermal:fuel_cost)=\n", "### fuel_cost\n", "Cost proportional to the amount of fuel used by the thermal unit (xUnit: NOK/MWH, yUnit: NOK/MWH)\n", "\n", "\n", "(thermal:quadratic_fuel_cost)=\n", "### quadratic_fuel_cost\n", "Cost proportional to the square of the amount of fuel used by the thermal unit (xUnit: NOK/MWH, yUnit: NOK/MWH)\n", "\n", "\n", "(thermal:n_segments)=\n", "### n_segments\n", "Number of segments on the production curve of the unit (xUnit: NO_UNIT, yUnit: NO_UNIT)\n", "\n", "\n", "(thermal:min_prod)=\n", "### min_prod\n", "Minimum production level of the unit (xUnit: MW, yUnit: MW)\n", "\n", "\n", "(thermal:max_prod)=\n", "### max_prod\n", "Maximum production level of the unit (xUnit: MW, yUnit: MW)\n", "\n", "\n", "(thermal:startcost)=\n", "### startcost\n", "Cost for starting up the unit (xUnit: NOK, yUnit: NOK)\n", "\n", "\n", "(thermal:stopcost)=\n", "### stopcost\n", "Cost for shutting down the unit (xUnit: NOK, yUnit: NOK)\n", "\n", "\n", "(thermal:production)=\n", "### production\n", "Production from the unit (xUnit: MW, 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 }