Skip to content

Commit

Permalink
Fix example images in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbasquensmunoz committed Aug 27, 2024
1 parent 0304bb5 commit 76e76ac
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
8 changes: 4 additions & 4 deletions docs/src/Braedsturp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Example
The example considers a borehole field of 48 boreholes connected according to scheme utilized in the installation in Braedsturp, Denmark.

<img src="../../examples/old/results/configuration.png" width="400" height="400" />
<img src="examples/old/results/configuration.png" width="400" height="400" />

## Run the example
```
Expand Down Expand Up @@ -33,13 +33,13 @@ julia > include("examples/plots/sim1.jl")

Inlet borehole temperatures and heat flows for boreholes along two branches in the borehole field. The time series are color coded according to the previous configuration plot above. In addition to the inlet temperature, the output temperature from the branch (grey dot), and the mean output temperature from the field (black dot) are displayed.

<img src="../../examples/old/results/sym1/branch1_test1.png" width="600" height="300" />
<img src="../../examples/old/results/sym1/branch2_test1.png" width="600" height="300" />
<img src="examples/old/results/sym1/branch1_test1.png" width="600" height="300" />
<img src="examples/old/results/sym1/branch2_test1.png" width="600" height="300" />


Finally we can display the heatmap of the temperature field in the borehole region during the 10th year of operation

<img src="../../examples/old/results/sym1/heatmap_test1.png" width="600" height="300" />
<img src="examples/old/results/sym1/heatmap_test1.png" width="600" height="300" />


## Running the code in Python
Expand Down
Binary file added docs/src/examples/braedsturp/branch1_test1.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/src/examples/braedsturp/branch2_test1.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/src/examples/braedsturp/configuration.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/src/examples/braedsturp/heatmap_test1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 76e76ac

Please sign in to comment.