Skip to content

Commit

Permalink
Merge pull request #220 from ie3-institute/ms/#156-export-uml-diagram…
Browse files Browse the repository at this point in the history
…s-with-puml

Changing the export methode for diagrams.
  • Loading branch information
sebastian-peter authored May 4, 2022
2 parents d482c28 + fc6155a commit 610736e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/readthedocs/models/chp_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ The implemented behaviour is shown in the program sequence plan below. In genera

### Implementation:

![](../_static/figures/models/chp_model/ChpModelCalculation.png)
![](../_static/figures/models/chp_model/ModelChpModelCalculationConcept.png)
![](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/ie3-institute/simona/dev/docs/uml/main/participants/ChpModelCalculation.puml)
![](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/ie3-institute/simona/dev/docs/uml/main/participants/ChpModelCalculationConcept.puml)

### Mathematical concept

Expand Down
2 changes: 1 addition & 1 deletion docs/readthedocs/models/wec_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Please refer to {doc}`PowerSystemDataModel - Wec Model <psdm:models/input/partic

The figure below depicts the calculation steps as implemented.

![](../_static/figures/models/wec_model/WecModelCalculation.png)
![](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/ie3-institute/simona/dev/docs/uml/main/participants/WecModelCalculation.puml)

**Air density**
The air density is calculated using the temperature and the air pressure, as stated in the diagram above. For this calculation the formula $\rho = \frac{(P \cdot M)}{R \cdot T}$ is used. The arguments for this formula are listed in the table below. In case no air pressure is given, the default value $1.2401 \frac{kg}{m^3}$ is returned, which corresponds to the air density at sea level at 20° Celsius.
Expand Down

0 comments on commit 610736e

Please sign in to comment.