Antupy documentation#

antupy (pronounced antu-paɪ [1] , from the mapudungún word “antü” (sun) [2] ) is an open-source python library to analyse (thermal) energy systems.

It includes a series of classes and methods to simulate energy conversion and energy storage systems, under uncertain timeseries constraints (weather, market, human behaviour, etc.).

It is an object-oriented software, with a unit manager in its core, creating two classes: Var and Array, to represent escalars and vectors (or timeseries), respectively. To help simulate real world systems, it provides four main classes: Models, Plants, Timeseries Generators, and Analysers. The different analysers allow a wide range of outputs such as: technical, economics, financial, environmental (emissions), etc. It also include a toolbox with classes and functions like an unit conversion system, a thermophysical properties library, and a heat transfer coefficient library.

Note

This project is under active development.