Skip to content

Commit 95dd4cd

Browse files
author
Jakob Hærvig
committed
Revert "Merge branch 'main' into patch-1"
This reverts commit 6503e1d, reversing changes made to 6b62ca2.
1 parent 9adc5f5 commit 95dd4cd

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
OpenTerrace is a pure Python framework for packed bed thermal energy storage simulations. It is built from the ground up to be flexible and extendable on modern Python 3.x with speed in mind.
1212

1313
OpenTerrace uses awesome open-source software such as
14-
[Numba](https://numba.pydata.org), [NumPy](https://numpy.org/) and [SciPy](https://scipy.org/).
14+
[Numba](https://numba.pydata.org), [NumPy](https://numpy.org/) and [SciPy](https://scipy.org/)
1515

1616
### [Read the documentation of OpenTerrace](https://openterrace.github.io/openterrace-python/)
1717

@@ -29,4 +29,4 @@ Modules for new materials such as non-spherical rocks or exotic Phase Change Mat
2929
Contributions are most welcome! Feel free to send pull requests or get in touch with me to discuss how to collaborate. More details in the [docs](https://openterrace.github.io/openterrace-python/).
3030

3131
## Code contributors
32-
* Jakob Hærvig, Associate Professor, AAU Energy, Aalborg University, Denmark.
32+
* Jakob Hærvig, Associate Professor, AAU Energy, Aalborg University, Denmark

docs/overrides/home.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -230,16 +230,10 @@
230230
<div class="tx-hero__content">
231231
<h1> Welcome to OpenTerrace </h1>
232232
<p>OpenTerrace is a pure Python framework for thermal energy storage packed bed simulations. It is built from the ground up to be fast, flexible and extendable on modern Python 3.x with speed in mind.</p>
233-
234-
<p>OpenTerrace uses the finite volume method (FVM) to obtain the transient temperature response in thermal energy storage packed bed systems. The user can for both the tank and bed phase change parameters such as shape, substance type, boundary conditons and source terms to simulate a wide range of storage systems making OpenTerrace a versatile tool.</p>
235-
236-
<h3> Why OpenTerrace? </h3>
237-
<p>Research on thermal energy storage systems commonly relies on in-house developed code, which makes the results presented in research papers less transparent and not reproducible. `OpenTerrace` is an open-source simulation framework, which aims to provide researchers and decision makers in industry with a common, transparent, open-source framework for simulating thermal energy storage packed bed systems.</p>
238-
239233
<a href="{{ config.repo_url }}" title="{{ lang.t('source.link.title') }}" class="md-button">
240234
Browse code on GitHub
241235
</a>
242-
236+
<p>OpenTerrace uses the finite volume method (FVM) to obtain the transient temperature response in thermal energy storage packed bed systems. The user can for both the tank and bed phase change parameters such as shape, substance type, boundary conditons and source terms to simulate a wide range of storage systems making OpenTerrace a versatile tool.</p>
243237
</div>
244238
</div>
245239
</div>

paper/paper.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ bibliography: paper.bib
2424
`OpenTerrace` is a simulation framework for the prediction of transient temperature responses in thermal energy storage systems. Being able to store energy for extended periods of time is important for modern societies where increasing amounts of energy stem from renewable sources with time-varying production. Many storage technologies exist, each with their own set of disadvantages and advantages. Storing energy in the form of thermal energy is a promising solution because it is cheap and can be scaled up easily. While the total energy content of thermal energy storage systems can be estimated easily, the transient response requires solving partial differential equations in space and time. Using `OpenTerrace` the transient response of a wide range of thermal energy storage systems can be simulated easily. The storage system contains a storage tank filled with a carrier fluid and an optional bed phase. `OpenTerrace` comes with a wide range of predefined substances to be used as either fluid or bed material. Also, `OpenTerrace` ships with a set of primitive, predefined shapes that act as either storage tank or bed material. Besides that a set of predefined boundary conditions and source terms cover many different thermal energy storage applications.
2525

2626
`OpenTerrace` is built to be:
27-
28-
- Fast by making use of modern compilers and optimised tri-diagonal matrix solvers, OpenTerrace is built to be fast.
29-
27+
- Fast by making use of modern compilers and optimised tri-diagonal matrix solvers.
3028
- Flexible for easy integration in system models and optimisation loops.
31-
3229
- Extendable by allowing new modules for new materials such as non-spherical rocks or exotic Phase Change Materials (PCM) to easily be plugged into the OpenTerrace framework.
3330

3431
More information about how to get started, along with a user guide, can be found in the [OpenTerrace documentation](https://openterrace.github.io/openterrace-python/). Users may send [pull requests](https://github.com/OpenTerrace/openterrace-python) to have their contributions with new functionality added to the official [OpenTerrace GitHub repository](https://github.com/OpenTerrace/openterrace-python). A set of tutorials is also provided within the framework to highlight its current functionality and to ease the learning curve for new users. Also, various unit tests are provided to verify different parts of the code in some well-defined benchmark cases.

0 commit comments

Comments
 (0)