This web application allows you to calculate the thermal loads of your specific building and determine the optimal
thermal insulation thickness instantly. The models employed here are powered by Artificial Neural Networks (ANNs),
ensuring accuracy and efficiency.
Three ANN models with carefully designed architectures are utilized: one calculates the heating load, another predicts
the cooling load and the third determines conversion coefficients. The first two models compute thermal loads based on
the materials selected by the user. The third model adapts these thermal loads to match the geometry of various
residential buildings, ensuring tailored results. These ANN models deliver precise heating and cooling load predictions
with minimal Mean Squared Error (MSE).
Finally, the models are integrated to identify the economical thermal insulation thickness. "Economical thickness" is
defined as the point where the cost of adding one centimeter of insulation exceeds the savings from reduced energy
consumption over the building’s lifetime. This balance is determined using a detailed mathematical relationship:
Uf × Ep × (EUi+1 - EUi) > Ip
Where Uf is the useful life,
Ep is the energy price according to the fuel consumption tariff,
Ip is the price of insulation in one centimeter of thickness,
EUi and EUi+1
are the energy consumption base on i centimeter and
i+1 centimeter insulation, respectively.
To perform the calculations, three categories of input data are required:
This model is currently tailored for use in Tehran, Iran. It operates under the following assumptions:
A comprehensive version of this model is under development and will support other cities and climate conditions across Iran. You can learn more about the models and access the corresponding Python files in the "More Information" section of this website.