diff --git a/Content.ipynb b/Content.ipynb index 12ff9f4..29e0765 100644 --- a/Content.ipynb +++ b/Content.ipynb @@ -1,153 +1,109 @@ { "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## Welcome to the Convective Heat Transfer Jupyter Notebook!\n", "This notebook contains the notions on Convection covered in the Heat and Mass Transfer class.
\n", "Here you can access the theory, but it is also a chance for you to work on some interactive exercices which aim to help you with the understanding of the presented concepts as well as the methodoly of resolution of these problems.
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "The goal of the notebook is to guide you through a learning process as _laminar_ as possible!" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "You can access the content by simply clicking on the correponding section in the table of content!\n", "\n", "Examples and guided exercises are taken from the course textbook: **\"Fundamentals of Heat and Mass Transfer 6th Edition- by Frank P. Incropera, David P. DeWitt, Theodore L. Bergman, Adrienne S. Lavine\"**" ] }, - { - "cell_type": "markdown", - "metadata": { - "jupyter": { - "source_hidden": true - } - }, - "source": [ - "\n", - " \n", - "

\n", - " \n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
INTRODUCTION <\\font><\\b> <\\a> \n", - " <\\td>\n", - "
  • What is a convection problem?<\\li>

  • Types of convection problems <\\li>

  • Local and average convection coefficient <\\li>

  • Laminar and turbulent flow <\\li>

  • Adimensional numbers <\\li> <\\font> <\\ul>
\n", - " \n", - " \n", - " \n", - " \n", - " <\\tr>\n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
  • Definition <\\li>

  • Energy Balance <\\li>

  • Convection Correlations <\\li>

  • Heat Transfer Enhancement<\\li>

  • Influence of parameters <\\li> <\\ul> <\\font>
  • Definition <\\li>

  • Vertical Plate<\\li>

  • Inclined Plate <\\li>

  • Horizontal plate <\\li>

  • Infinite Horizontal Cylinder <\\li> <\\font><\\ul> <\\td>\n", - " <\\tr>\n", - " <\\table>\n", - "\n", - "\n", - "\n", - "\n" - ] - }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "## Table of Content\n", "\n", "1.

    Introduction

    \n", " 1.1 What is a convection problem? >> \n", " 1.2 Types of convection problems >> \n", " 1.3 Heat-Balance-for-open-systems >> \n", " 1.4 Boundary layer equations >> \n", " 1.5 Local and average convection coefficient >> \n", " 1.6 Laminar and turbulent flow >> \n", " 1.7 Adimensional numbers >> \n", " \n", "\n", "2.

    External forced convection

    \n", " 2.1 Introduction >> \n", " 2.2 Isothermal flat plate >> \n", " 2.3 Plate with constant heat flux >> \n", " 2.4 Cylinder in cross flow >> \n", " 2.5 Flow across a bank of tubes >> \n", " 2.5 Exercises >> \n", " 2.6 Quiz\n", "\n", "\n", "3.

    Internal forced convection

    \n", " 3.1 Introduction >> \n", " 3.2 Energy balance >> \n", " 3.3 Convection correlations >> \n", " 3.3 Heat transfer enhancement >> \n", " 3.4 Influence of parameters >> \n", " 3.5 Example >> \n", " 3.6 Quiz\n", "\n", "4.

    Free convection

    \n", " 4.1 Introduction >> \n", " 4.2 Vertical plate >> \n", " 4.3 Inclined plate >> \n", " 4.4 Infinite horizontal cylinder >> \n", " 4.5 Example >> \n", " 4.6 Quiz \n", "\n", "5. Boiling \n", " 5.1 Content goes here .. \n" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.9" } }, "nbformat": 4, "nbformat_minor": 4 }