2020-05-29 07:50:55 +00:00
|
|
|
..
|
2024-02-19 15:21:48 +00:00
|
|
|
SPDX-FileCopyrightText: 2019-2024 The PyPSA-Eur Authors
|
2020-05-29 07:50:55 +00:00
|
|
|
|
|
|
|
SPDX-License-Identifier: CC-BY-4.0
|
|
|
|
|
2019-06-19 11:12:02 +00:00
|
|
|
##########################################
|
|
|
|
Solving Networks
|
|
|
|
##########################################
|
|
|
|
|
2023-03-15 16:00:06 +00:00
|
|
|
After generating and simplifying the networks they can be solved through the
|
|
|
|
rule :mod:`solve_network` by using the collection rules ``solve_elec_networks``
|
|
|
|
or ``solve_sector_networks``. Moreover, networks can be solved for dispatch-only
|
|
|
|
analyses on an already solved network with :mod:`solve_operations_network`.
|
2019-08-08 15:13:36 +00:00
|
|
|
|
2023-03-09 12:28:42 +00:00
|
|
|
.. _solve:
|
2019-08-11 20:34:18 +00:00
|
|
|
|
2023-03-09 12:28:42 +00:00
|
|
|
Rule ``solve_network``
|
|
|
|
=========================
|
|
|
|
|
|
|
|
.. automodule:: solve_network
|
|
|
|
|
|
|
|
.. _solve_operations:
|
|
|
|
|
|
|
|
Rule ``solve_operations_network``
|
|
|
|
====================================
|
|
|
|
|
|
|
|
.. automodule:: solve_operations_network
|
|
|
|
|
|
|
|
Rule ``solve_sector_network``
|
|
|
|
=============================
|
|
|
|
|
2023-03-15 16:00:06 +00:00
|
|
|
.. warning::
|
|
|
|
More comprehensive documentation for this rule will be released soon.
|