oemof-thermal icon indicating copy to clipboard operation
oemof-thermal copied to clipboard

Thermal energy components for the Open Energy Modeling Framework (oemof).

Results 20 oemof-thermal issues
Sort by recently updated
recently updated
newest added

This PR - replaces the copy of the oemof.tabular.facades module in oemof.thermal's facades.py with an import of the required class (Facade) and - deletes obsolete imports Related: Issue https://github.com/oemof/oemof-thermal/issues/127

This PR adds the code for the validation of the csp component. To publish the data, we need an approval first.

Initial discussion started [here](https://github.com/oemof/demandlib/issues/15) Since the function is not in the `HeatBuilding ` class in demandlib.bdew anymore I changed the parameter `self ` to `heatbuilding`.

Hello community, i was wondering if someone could tell me from which weather station the solar data is taken from in the example [here ](https://github.com/oemof/oemof-thermal/tree/dev/examples/solar_thermal_collector)? I updated the input "data_flat_collector.csv"...

Good afternoon to everybody, I'm working with the Stratified Thermal Storage component and I'm having some troubles. I would like to implement an economy of scale for the component, in...

Because of my switch from matlab to python I wanted to start to use oemof thermal for time series calculations with heat pumps. For the last years i used the...

The unit tests for solar thermal use lp files that contain decimal representations of floating point numbers. The actual values seem to depend on the used platform, so the unit...

The combination of heat pumps and phase change material can be used as a rather inexpensive and ecological seasonal energy storage (German: Eisspeicher). This is one component to be developed...

enhancement

I recently discovered working on a simulation of a sector-coupled energy system with a [stratified thermal storage](https://oemof-thermal.readthedocs.io/en/latest/stratified_thermal_storage.html) in [pvcompare](https://github.com/greco-project/pvcompare), that it is not possible to run an investment optimization without...

The API of the StratifiedThermalStorage-facade does not specify whether the inner or outer dimensions (diameter and hight) of the storage shell be passt as arguments. For volume and storage content...