Skip to content
Open
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
b9119fb
Update README.md
FredericHirschmueller Dec 1, 2021
f7e8088
Update README.md
FredericHirschmueller Dec 1, 2021
365e24f
Update README.md
FredericHirschmueller Dec 1, 2021
edf191d
Update README.md
FredericHirschmueller Dec 1, 2022
4fdb40e
Add documentation from old repository
Bachibouzouk Dec 1, 2022
f0561be
Add RTD badge
Bachibouzouk Jan 17, 2023
da07be3
Add requirements.txt
Bachibouzouk Jan 17, 2023
8d1b762
Create .readthedocs.yml
Bachibouzouk Jan 17, 2023
d784edf
Merge pull request #98 from open-plan-tool/auto-build-RTD
Bachibouzouk Jan 17, 2023
4cfc4ae
fix copyright and import
NoCh-Git May 10, 2023
beb431c
change link to other pages and some content
NoCh-Git May 10, 2023
3f6052a
Implement new content written by Catalina
NoCh-Git May 10, 2023
37efd74
add contact us and question ref
NoCh-Git May 10, 2023
bf960dc
Add images for quick start.
NoCh-Git May 11, 2023
e355407
Implement more details and images on quick start guide.
NoCh-Git May 19, 2023
6bb2f82
correct PNG to png.
NoCh-Git May 19, 2023
891c8f1
Remove content from mvs. Add "under construction".
NoCh-Git May 19, 2023
cd0e7c0
Fix spacing.
NoCh-Git May 19, 2023
a7606f3
change based on github_outline draft content.
NoCh-Git May 22, 2023
46107e6
Merge pull request #100 from open-plan-tool/add-documentation-content
c-moeller May 30, 2023
e21d138
Update index.rst
Bachibouzouk Jun 8, 2023
e163e98
Merge pull request #101 from open-plan-tool/FredericHirschmueller-pat…
Bachibouzouk Jun 8, 2023
70d49b4
Update .readthedocs.yml
Bachibouzouk Jun 14, 2023
56aabf2
Merge pull request #102 from open-plan-tool/feature/enable-pdf-build
Bachibouzouk Jun 14, 2023
efef8d0
Comment out end of mathematics simply explained
Bachibouzouk Dec 11, 2023
dfd08ff
Add commented out section
Bachibouzouk Dec 11, 2023
901421c
Fix rst title
Bachibouzouk Dec 11, 2023
759f063
Update the MVS parameters
Bachibouzouk Dec 11, 2023
754b260
Replace open_plan tool by open-plan-tool
Bachibouzouk Dec 11, 2023
0d0f275
Add readme content
Bachibouzouk Dec 11, 2023
734600f
Add references page
Bachibouzouk Dec 11, 2023
2fd2a4e
Fix parameter docs
Bachibouzouk Dec 11, 2023
116bc4b
Update rtd config file
Bachibouzouk Dec 11, 2023
e8e1a0c
Apply suggestions from code review
Bachibouzouk Dec 11, 2023
05b8c41
Fix RTD config file
Bachibouzouk Dec 11, 2023
072c658
Add link to privacy policy
Bachibouzouk Dec 11, 2023
7fdd907
Attempt to fix equation display
Bachibouzouk Dec 11, 2023
fa1a3cc
Fix warnings
Bachibouzouk Dec 11, 2023
8b64260
Add latex to apt package of RTD config file
Bachibouzouk Dec 11, 2023
59e66c1
Try settings similar to oemof-solph
Bachibouzouk Dec 11, 2023
151af8f
Remove latex installation to see if this still displays math
Bachibouzouk Dec 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import os
import sys
import pandas as pd
import sphinx_rtd_theme

sys.path.insert(0, os.path.abspath(".."))

Expand Down Expand Up @@ -326,8 +327,8 @@ def generate_kpi_description(input_csv_file, output_path):
# -- Project information -----------------------------------------------------

project = "open_plan"
copyright = "2019, Reiner Lemoine Institut and Martha M. Hoffmann"
author = "Reiner Lemoine Institut and Martha M. Hoffmann"
copyright = "2023, Reiner Lemoine Institut and Open Plan team"
author = "Reiner Lemoine Institut and Open Plan team"

# from multi_vector_simulator.version import version_num

Expand Down
8 changes: 8 additions & 0 deletions docs/examples/Electricity_supply_to_community.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Electricity supply to community
====================

A community of 3,000 residents wants to determine how they can increase the self-sufficiency of their electricity supply. PV and wind as renewable sources are considered, and battery storage.
Lifetime: 20 years

.. image:: ../images/Use_Cases/IMG_E_supply_community.png
:width: 100%
8 changes: 8 additions & 0 deletions docs/examples/Heat_supply_to_community.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Heat supply to community
====================

A community of 3,000 residents wants to determine how they can increase the self-sufficiency and renewable share of their heat supply.
Lifetime: 20 years

.. image:: ../images/Use_Cases/IMG_H_supply_community.png
:width: 100%
8 changes: 8 additions & 0 deletions docs/examples/Hydrogen_production_for_a_technology_park.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Hydrogen production for a technology park
====================

A technology park considers locally producing hydrogen from excess PV generation, either for using as a means of electricity storage or for external sales.
Lifetime: 20 years

.. image:: ../images/Use_Cases/IMG_hydrogen_technology_park.png
:width: 100%
8 changes: 8 additions & 0 deletions docs/examples/Industrial_site_Max_Boegl.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Industrial site Max Bögl
====================

An industrial site with an annual electricity consumption of 26 GWh and a peak load of 6.3 MW is aiming to increase its self-sufficiency rate and reduce its grid connection power by expanding PV, wind power and a battery. This is shown in four different scenarios.
Lifetime: 20 years

.. image:: ../images/Use_Cases/IMG_MaxBoegl.png
:width: 100%
8 changes: 8 additions & 0 deletions docs/examples/Sector_coupling_for_apartment_building.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Sector coupling for apartment building
====================

Optimization of an apartment building (approx. 20 apartments) near Konstanz with the following data: 70,000 kWh/year electricity consumption BDEW H0 profile 286,000 kWh/year heat consumption (heating + hot water) modeled by outdoor temperature according to BDEW. Weather data from German weather service for Constance 2018. Cost data for components largely from Danish technology catalog.
Lifetime: 20 years

.. image:: ../images/Use_Cases/IMG_sector_coupling_apartment.png
:width: 100%
8 changes: 8 additions & 0 deletions docs/examples/Sector_coupling_for_office_building.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Sector coupling for office building
====================

An office building aims to improve the sustainability, overall efficiency and flexibility of its energy system by introducing renewables and considering sector coupling for electricity and heat.
Lifetime: 20 years

.. image:: ../images/Use_Cases/IMG_sector_coupling_office.png
:width: 100%
9 changes: 9 additions & 0 deletions docs/examples/Sector_coupling_for_single_household.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Sector coupling for single household
====================

Optimization of the home supply near Constance for a single family house with the following data: 3500kWh/year electricity consumption BDEW h0 profile 28600kWh/year heat consumption (heating + hot water) modeled by outdoor temperature according to BDEW. Weather data from German weather service for Konstanz 2018. Cost data for components largely from Danish technology catalog. Assumed roof pitch of 30° with south orientation for solar collector and PV modules.
Lifetime: 20 years

.. image:: ../images/Use_Cases/IMG_sector_coupling_household.png
:width: 100%

4 changes: 4 additions & 0 deletions docs/getting_started/installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Installation
======================

To be completed.
207 changes: 203 additions & 4 deletions docs/getting_started/quick_start_guide.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,205 @@
=================
Quick start guide
=================
======================
Quick start
======================

work in progress....
First steps
------------

CREATE AN ACCOUNT
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated
^^^^^^^^^^
The first step to start using open_plan is to create an account. To do this, you must click on the "Sign up" button at the top right corner and fill in the following information: your name, email address, username and password. Finally, do not forget to read and accept the privacy statement. You should receive an email with a link to confirm the account creation.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The first step to start using open_plan is to create an account. To do this, you must click on the "Sign up" button at the top right corner and fill in the following information: your name, email address, username and password. Finally, do not forget to read and accept the privacy statement. You should receive an email with a link to confirm the account creation.
The first step to start using open_plan is to create an account. To do this, you must click on the "Sign up" button at the top right corner and fill in the following information: your name, email address, username and password. Finally, do not forget to read and accept the privacy statement. You should receive an email with a link to confirm the account creation. You can find our privacy policy here: xxxx

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add link

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Bachibouzouk please add the link to the privacy policy



.. image:: ../images/IMG1_Sign_up.png
:width: 100%

EXPLORE THE DASHBOARD
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated
^^^^^^^^^^

When you log in, the following dashboard is displayed. In the following image the points described below are labeled with numbers and letters.

.. image:: ../images/IMG2_Main_Screen.png
:width: 100%

**1. Logo. Clicking here will take you back to the home screen.**
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

**2. Top navigation menu. Located on the upper right part of the screen, here you will find the shortcuts to:**
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Top navigation menu has changed. We need an updated picture.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still need, right @c-moeller ?


a) Simulation results. Visualize the results of your scenarios in this tab.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated
b) New scenario. Your projects can be composed of multiple scenarios and in each one you can define different parameters. Here you can create them.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated
c) My projects. Here you find all the projects you have created, and you can create new projects.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated
d) Documentation. Key information so that you can get to know the tool and develop your projects.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated
e) Change the language. English (en) and German (de) are supported.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated
f) Profile drop-down options.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated
**3. Dashboard. Here is the link to create a new project or the list of current projects when they already exist.**

**4. Bottom navigation menu. Located at the bottom right of the screen. Here you will find:**
g) Contact. General information about the project, a section where you can leave your feedback and find the link to GitHub, where you can follow the development or find useful information related to how to host the tool by yourself.
h) Documentation. Key information so that you can get to know the tool and develop your projects.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated
i) Use cases. Here you will find some cases where the functionalities of the system and its application in different projects and scenarios are presented.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated
j) License. You can find the license information here.
k) Imprint. Important information about the tool and some disclaimers are in this section.
l) Privacy. Information on data protection, data processing and the legal and policy issues around them.



CREATE A PROJECT
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated
^^^^^^^^^^

To create a project in open_plan, the user has three options:

.. image:: ../images/New_project_EN.png
:width: 30%

:Empty project:
Here a project is created from scratch. When you select this option you must configure your project and for that you must include the following information:

- Name

- Description

- Country

- Location (coordinates)

- Duration (years)

- Currency

- Discount factor

- Tax factor
Comment thread
c-moeller marked this conversation as resolved.
Outdated
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

:From file:
It is also possible to load a project from a file. In this case you must include the name of the project and upload the file in json format.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

:From use case:
If you want to start from one of the configured use cases, you can do so in this option. You will see a pop-up window with a link to the use cases, and a drop-down list where you can choose the use case to use. Once selected, it will appear in the "My projects" section.


CREATE A SCENARIO
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated
^^^^^^^^^^

Once the project is created, it is possible to create various scenarios within the project. To do this, we have two options: we can create a new scenario by defining all its parameters or we can load a previously created scenario from a json file.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

.. image:: ../images/IMG_4_New_scenario.png
:width: 50%

When creating a scenario from scratch, there are four steps to go through;
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated
1) Scenario setup, 2) Energy system design, 3) Constraints and 4) Simulation. At the top you will see the name of the project in bold type, the name of the scenario, the four steps for scenario creation and identify which step you are in.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

Maybe show the 4 steps (the top line with the 4 scenario steps) in a figure
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

.. image:: ../images/IMG_Scenario_Steps.png
:width: 100%

Below is a brief description of what should be done at each step.


1) Scenario setup
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated


The setup consists of assigning a name to the scenario, its corresponding description, the evaluated period or the number of days the simulation will run, the length of the time steps of the simulation in minutes, the start date (keep in mind that this date is important for getting the data from the time series and for plotting the data) and the fixed project costs, where the planning and development costs are included.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

Comment thread
c-moeller marked this conversation as resolved.

2) Energy system design
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

In this section the energy system will be designed using different components, which are located on the left panel: Providers, Production, Conversion, Storage, Demand and Bus.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated
In the graphic panel drag the components you need to design your energy system, do not forget to include the buses. Note that assets must be connected to each other using a bus, and that interconnecting buses is not allowed. Connect the components together using the green and red terminals. The green terminals represent inputs, while the red terminals represent outputs, see the following example:
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

.. image:: ../images/IMG_example_connections.png
:width: 100%


The components representing battery energy storage systems (BESS) have been defined with one input and one output. The BESS can be connected directly to the electrical bus; please note that the bus is supplied and feeds the battery at the same time.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated
.. image:: ../images/IMG_example_storage.png
Comment thread
Bachibouzouk marked this conversation as resolved.
:width: 100%

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image not shown, only code to include it

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NargesChinichian Please check why this image is not implemented

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it just needed a break line. Should be fixed now.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @NargesChinichian did you fix it somewhere? I don't see it. I will insert a break line. You can reject the suggestion if you have fixed it already somewhere else.


When you click on the components, a screen appears where you can configure the different parameters. Each component is different, however, you will typically find three ways to complete the information: spaces to enter values, drop-down lists with default information or buttons to load time series (in this case, a graph will be displayed where the loaded data series can be previewed). Below we show you as an example some of the component setup screens, where you will have to include the parameters.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated


.. image:: ../images/IMG_setup_Bus.png
:width: 100%


.. image:: ../images/IMG_setup_PV.png
:width: 100%


.. image:: ../images/IMG_setup_HeatDemand.png
:width: 100%


Before proceeding to the next section, be sure to complete the information requirements for each component and save the energy system.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here I am missing a general word that for specific components as e.g. PV you need an input timeseries. Additional a link to renewables.ninja or something similar would be great as well as that you want to include it in kWp and for example not the solar irradiation values itself, right?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with you this information lacks


3) Constraints
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

Now we must decide whether or not to activate the constraints. To do this, there is a drop-down menu in each case. The two constraints that can be defined are:
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated


- **Minimal degree of autonomy**. It refers to the definition of a lower boundary on the degree of autonomy of the energy system. This factor can take values between 0 and 1, with the value close to zero showing a degree of autonomy with high dependence on the energy supplier (energy coming from the grid), while a degree of autonomy of 1 represents an autonomous energy system.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated


- **Minimal share of renewables**. This constraint defines a lower boundary for the renewable share of the system, where both local generation as well as the renewable share of energy providers are taken into account.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

The above constraints apply to the entire system, but not to specific sectors individually.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated


Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After setting up my scenario, components and constraints clicking on "next" or "simulation" leads to an Server Error (s. screenshots)
OP_ss1
OP_ss2

4) Simulation
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

Once the scenario parameters are set, we proceed to the simulation panel. At the bottom you will find some buttons/options, where you can select whether you want to include an LP file, run the simulation and perform sensitivities. Select your preferences and get the results of your scenario.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

.. image:: ../images/IMG_simulation_panel.png
:width: 100%


SIMULATION RESULTS
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated
^^^^^^^^^^

n this screen you will find the results of your scenarios. Here it is possible to select the project [1], download the series, Key Performance Indicators (KPIs) and component costs [2], and return to the scenario setup [3]. You will then see a header with three main actions [4]: single scenarios, compare scenarios and sensitivity analysis.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

.. image:: ../images/IMG_Simulation_Results_1.png
:width: 100%

**Single scenarios**
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

This option makes it easy to view the results of one scenario at a time. On the left is a drop-down menu where the scenario is selected (a) and on the right is the option to add a new chart (b).


.. image:: ../images/IMG_Simulation_singleScenarios.png
:width: 100%

Subsequently, the scenario KPIs will be presented, which include: Degree of Autonomy, Levelized costs of electricity equivalent, Onsite energy fraction, Renewable factor and Renewable share of local generation.

Then, you will be able to visualize the energy system, all its components and connections. Finally, some charts summarizing the results of the scenario are presented, including the overall cost breakdown, the energy series (in KW), the installed and optimized capacity, as well as a Sankey diagram.

Additional charts can be included, as shown in the image above with item b. The charts are interactive, as you can see the value by hovering the pointer over the chart, and there is a menu that appears in the upper right corner of the chart area. Here you can zoom in and out, reset the axes, download the image as .png format, among other options. In the legend of the charts you can select which data series to view or hide with a single click. Tables and charts can be exported in .xls, .pdf format. To do so, you can locate the three dots in the upper right corner of the tables or charts, click on them and select the alternative that suits you best.

**Compare scenarios**
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

It is also possible to compare the results of multiple scenarios. You only need to include the scenarios to be compared (c). Remember that you can add additional charts if necessary (b).

.. image:: ../images/IMG_Simulation_compareScenarios.png
:width: 100%

For each scenario, a column with the values will appear in the KPI table. Also, the cost, energy and installed and optimized capacity charts show the values of the scenarios. This facilitates the comparison of the data.

As for the previous option, the charts are interactive, can be adjusted according to your needs, and both the table and the charts can be exported in different formats.

**Sensitivity analysis**
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated

This functionality is not yet available, but you will be able to find it in a future update.
Comment thread
Bachibouzouk marked this conversation as resolved.
Outdated


Feedback or Question
------------

We are happy to hear about your experience with open_plan, so feel free to share your questions, comments and suggestions `here. <https://open-plan.rl-institut.de/en/user_feedback>`_ We will get back to you as soon as possible.
We also have a FAQ section, your question may already be answered there.
Remember that on the project's GitHub page you can keep track of the developments that are in progress or those that have been completed.

FAQ
------------
**To be completed**
Binary file added docs/images/IMG1_Sign_up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/IMG2_Main_Screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/IMG_4_New_scenario.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/IMG_Scenario_Steps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/IMG_Simulation_Results_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/IMG_Simulation_compareScenarios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/IMG_Simulation_singleScenarios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/IMG_example_connections.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/IMG_example_storage.png
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the latest version already online here https://open-plan.rl-institut.de ? Because I cant chose a hydrogen storage to my system

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/IMG_setup_Bus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/IMG_setup_HeatDemand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/IMG_setup_PV.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/IMG_simulation_panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/IMG_tool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/New_project_EN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Use_Cases/IMG_H_supply_community.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Use_Cases/IMG_MaxBoegl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading