/intro-to-thermal-engineering

Introduction to thermal engineering

Primary LanguageJupyter NotebookMIT LicenseMIT

Introduction to thermal engineering

This introduction covers the fundamentals of thermodynamics required to model technical thermodynamic systems at the example of heat pumps. The course applies the theoretical concepts using Python codes and covers an introduction to fluid property models, different approaches for modeling component based thermodynamic systems and the implementation of such models in an open source framework, i.e. TESPy. Check out the course here.

The course is an open source project developed by Francesco Witte. You are invited to contribute to the project!

Structure of the Tutorial

The tutorial is separated in three chapters:

  1. Brief introduction to the fundamentals in context thermal modeling
  2. Application of two approaches to model full systems, e.g. heat pumps
  3. Using the process simulation software tespy to perform the same tasks

Every chapter has a section with a couple of exercises, where you can implement the models with python code.

Preconditions for Participants

The course employs python to model the heat pump systems. In order to complete it, you have to install python on your machine. With that done, you will need a virtual environment with a couple of dependencies installed to execute the python code. You can follow the instructions provided on the TESPy documentation. On top of that, you can use something like jupyterlab for interactive code development and execution.

LICENS

MIT License

Copyright (c) Francesco Witte

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.