Feature/add thermal building model #1095
Annotations
2 errors and 1 warning
/home/runner/work/oemof-solph/oemof-solph/src/oemof/solph/components/experimental/__init__.py#L9
from ._generic_caes import GenericCAES
from ._piecewise_linear_converter import PiecewiseLinearConverter
from ._sink_dsm import SinkDSM
from ._generic_building import GenericBuilding
+
__all__ = [
"GenericCAES",
"PiecewiseLinearConverter",
"SinkDSM",
- "GenericBuilding"
+ "GenericBuilding",
]
|
/home/runner/work/oemof-solph/oemof-solph/src/oemof/solph/components/experimental/_generic_building.py#L17
from typing import List
from pyomo.environ import Set
from pyomo.environ import Var
from oemof.solph._helpers import check_node_object_for_missing_attribute
from oemof.network import network
+
class GenericBuilding(network.Node):
r"""
Component `GenericBuilding` to model with basic characteristics of buildings.
A 5RC-model is chosen to abstract buildings in a one zone model and make them linear-optimizable.
|
build (3.9)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
tox-gh-actions-dist
Expired
|
2.99 MB |
|