WOLFRAM

エネルギー

System Modelerを使って,風力発電,太陽光発電,その他の発電および配電システムの正確なモデルを開発します.Mathematicaを組み合せると,さらに最適化および解析を行うことができます.

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.

この例を実行するためには以下が必要です.

System ModelerとMathematicaの最新版

どちらかお選びください.

無料評価版を
取得する
ダウンロードを
続行する

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.