Dynamic simulation of buildings and integration with semantic modeling.
Project description
twin4build: A python package for Data-driven and Ontology-based modeling and simulation of buildings
Dynamic modeling and simulation of buildings, featuring fully differentiable models for parameter estimation and optimal control. Supports integration of semantic models for automatic model generation and fast implementation.
Core Classes and Functionality
Twin4Build provides several top-level classes for building, simulating, translating, calibrating, and optimizing building energy models:
-
Model:
The main container for your building system, components, and their connections. Use this class to assemble your digital twin from reusable components. -
Simulator:
Runs time-based simulations of your Model, producing time series outputs for all components. Handles the simulation loop and time stepping. -
Translator:
Automatically generates a Model from a semantic model (ontology-based building description) and maintains a link between these. Enables ontology-driven, automated model creation. -
Estimator:
Performs parameter estimation (calibration) for your Model using measured data. Supports both least-squares and PyTorch-based optimization. -
Optimizer:
Optimizes building operation by adjusting setpoints or control variables to minimize objectives or satisfy constraints, using gradient-based methods.
All classes are accessible via the main package import:
import twin4build as tb
A typical workflow would look like this:
Examples and Tutorials
Below are some examples of how to use the package. More examples are coming soon.
Basics of Twin4Build
-
Part 1: Connecting components, simulating a model, and visualization
-
Part 2: Modeling and control of indoor CO2 concentration
Translator
Estimator
Optimizer
-
Part 1: Optimization of space heater power consumption, constrained by heating and cooling setpoints.
Documentation
The documentation can be found online. Below is a code snippet showing the basic functionality of the package.
import twin4build as tb
# Create a model
model = tb.Model(id="example_model")
# Define components
damper = tb.DamperTorchSystem(id="damper")
space = tb.BuildingSpaceTorchSystem("space")
# Add connections to the model
self.add_connection(damper, space,
"airFlowRate", "supplyAirFlowRate")
# Load the model
model.load()
# Create a simulator instance
simulator = tb.Simulator(model)
# Simulate the model
step_size = 600 #Seconds
start_time = datetime.datetime(year=2025, month=1, day=10, hour=0, minute=0, second=0) # Optionally set the timezone
end_time = datetime.datetime(year=2025, month=1, day=12, hour=0, minute=0, second=0) # Optionally set the timezone
simulator.simulate(step_size=step_size,
start_time=start_time,
end_time=end_time)
# Plot the results
plot.plot_component(simulator,
components_1axis=[("Damper", "airFlowRate")],
components_2axis=[("Damper", "damperPosition")],
ylabel_1axis="Air flow rate", #Optional
ylabel_2axis="Damper position", #Optional
show=True,
nticks=11)
Installation
The package is installed with pip:
pip install twin4build
The following python versions are supported:
| Python version | Windows | Ubuntu |
|---|---|---|
| 3.9 | ||
| 3.10 | ||
| 3.11 | ||
| 3.12 |
Graphviz (recomended)
To utilize the graph-drawing capabilities of twin4build, the drawing engine Graphviz must be installed. It can be installed by downloading the install-file from the official website or by using your favorite package manager:
Ubuntu
sudo add-apt-repository universe
sudo apt update
sudo apt install graphviz
Windows
On windows, the winget or choco package managers can be used:
winget install graphviz
choco install graphviz
MacOS
brew install graphviz
Publications
[1] Bjørnskov, J. & Thomsen, A. & Jradi, M. (2025). Large-scale field demonstration of an interoperable and ontology-based energy modeling framework for building digital twins. Applied Energy, 387, [125597]
[2] Bjørnskov, J. & Jradi, M. & Wetter, M. (2025). Automated Model Generation and Parameter Estimation of Building Energy Models Using an Ontology-Based Framework. Energy and Buildings 329, [115228]
[3] Bjørnskov, J. & Jradi, M. (2023). An Ontology-Based Innovative Energy Modeling Framework for Scalable and Adaptable Building Digital Twins. Energy and Buildings, 292, [113146].
[4] Bjørnskov, J., Badhwar, A., Singh, D., Sehgal, M., Åkesson, R., & Jradi, M. (2025). Development and demonstration of a digital twin platform leveraging ontologies and data-driven simulation models. Journal of Building Performance Simulation, 1–13.
[5] Bjørnskov, J. & Jradi, M. (2023). Implementation and demonstration of an automated energy modeling framework for scalable and adaptable building digital twins based on the SAREF ontology. Building Simulation.
[6] Andersen, A. H. & Bjørnskov, J. & Jradi, M. (2023). Adaptable and Scalable Energy Modeling of Ventilation Systems as Part of Building Digital Twins. In Proceedings of the 18th International IBPSA Building Simulation Conference: BS2023 International Building Performance Simulation Association.
Cite as
@article{OntologyBasedBuildingModelingFramework,
title = {An ontology-based innovative energy modeling framework for scalable and adaptable building digital twins},
journal = {Energy and Buildings},
volume = {292},
pages = {113146},
year = {2023},
issn = {0378-7788},
doi = {https://doi.org/10.1016/j.enbuild.2023.113146},
url = {https://www.sciencedirect.com/science/article/pii/S0378778823003766},
author = {Jakob Bjørnskov and Muhyiddine Jradi},
keywords = {Digital twin, Data-driven, Building energy model, Building simulation, Ontology, SAREF},
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file twin4build-1.1.0.tar.gz.
File metadata
- Download URL: twin4build-1.1.0.tar.gz
- Upload date:
- Size: 573.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f471b70cb91c64ab0d8346c9f85996d14907dd089927eb8291c533e0997b78df
|
|
| MD5 |
95b933ff3d5ce4cc07df96985dac49ad
|
|
| BLAKE2b-256 |
bf822206badf5e7c9afb62b8142e43e3e06e3645da5b05417a7fba7247d0b694
|
Provenance
The following attestation bundles were made for twin4build-1.1.0.tar.gz:
Publisher:
publish_pypi.yml on JBjoernskov/Twin4Build
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twin4build-1.1.0.tar.gz -
Subject digest:
f471b70cb91c64ab0d8346c9f85996d14907dd089927eb8291c533e0997b78df - Sigstore transparency entry: 384845717
- Sigstore integration time:
-
Permalink:
JBjoernskov/Twin4Build@7d916d32b487a5e93ffe299b02ed5e05951487b1 -
Branch / Tag:
refs/tags/v1.1.0 - Owner: https://github.com/JBjoernskov
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish_pypi.yml@7d916d32b487a5e93ffe299b02ed5e05951487b1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twin4build-1.1.0-py3-none-any.whl.
File metadata
- Download URL: twin4build-1.1.0-py3-none-any.whl
- Upload date:
- Size: 620.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b54ba81a5bb7dc8cdf537d14b74e25be3119b2953746ea5d4478be5f765baeb1
|
|
| MD5 |
c0fab5ed6cf3c4ca37abbdeb289c66a3
|
|
| BLAKE2b-256 |
779c30ac89433e88f0face92599dac3e15332e37d31e8a967177e3d81cd8eea6
|
Provenance
The following attestation bundles were made for twin4build-1.1.0-py3-none-any.whl:
Publisher:
publish_pypi.yml on JBjoernskov/Twin4Build
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twin4build-1.1.0-py3-none-any.whl -
Subject digest:
b54ba81a5bb7dc8cdf537d14b74e25be3119b2953746ea5d4478be5f765baeb1 - Sigstore transparency entry: 384845731
- Sigstore integration time:
-
Permalink:
JBjoernskov/Twin4Build@7d916d32b487a5e93ffe299b02ed5e05951487b1 -
Branch / Tag:
refs/tags/v1.1.0 - Owner: https://github.com/JBjoernskov
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish_pypi.yml@7d916d32b487a5e93ffe299b02ed5e05951487b1 -
Trigger Event:
push
-
Statement type: