WOLFRAM

Energía

Use System Modeler para desarrollar modelos precisos de sistemas de generación y distribución de energía eólica y solar, así como de otras fuentes. Combínelo con Mathematica para una mayor optimización y análisis.

Air Conditioning: Effect of Building Orientation

Which building properties affect the energy spent in air conditioning? This example uses data from 768 diverse residential buildings to predict their air conditioning’s thermal load by training a neural network. Connect this net with thermal modeling components to study the effect of building orientation.

Para ejecutar este ejemplo necesitará

Las versiones más recientes de System Modeler y Mathematica.

Por favor haga una selección:

Obtener una
prueba gratuita
Continuar
con la descarga

Preprocess Data

A dataset containing thermal load requirements based on building parameters such as compactness, glazing or orientation is used. The dataset is imported into the Wolfram Language and cleaned to make it suitable for model training.

Dataset obtained from A. Tsanas and A. Xifara, "Accurate Quantitative Estimation of Energy Performance of Residential Buildings Using Statistical Machine Learning Tools," Energy and Buildings, 49, pp. 560–567, 2012.

Train a Neural Net

The data is split for training and validation. A neural net consisting of multiple layers is created, and all its learnable parameters are initialized.

The neural net is trained using the training data and tested against the validation data.

Create a SystemModel

The trained neural net is converted to an input-output block that can be connected to other models.

CreateSystemModel takes a trained NetChain or NetGraph and creates a SystemModel.

Connect to the Building Model

The model is then attached to a single-room building model that consists of walls, roofs and an air conditioner. The connected model can be fed with external temperature data, and its energy performance can be tested.

A single-room building model.

Study Effect of Orientation

Change the orientation of the building and analyze the power consumed by the air conditioner. A building facing west has the lowest energy consumption, while a building facing north has the highest energy consumption.

The left plot shows the room temperature for a building facing north. The right plot compares the cumulative energy consumed by the air conditioner for all the four orientations.

Machine Learning Workflows

Train neural nets in the Wolfram Language. Convert the trained net to a system model and connect with thousands of other components.