diff --git a/book/content/modelling/04_thermodynamics/01_fundamentals.ipynb b/book/content/modelling/04_thermodynamics/01_fundamentals.ipynb index 4dabc41c..a244abad 100644 --- a/book/content/modelling/04_thermodynamics/01_fundamentals.ipynb +++ b/book/content/modelling/04_thermodynamics/01_fundamentals.ipynb @@ -32,7 +32,7 @@ "source": [ "# Fundamentals\n", "\n", - "Thermodynamics describes the macroskopic changes of a system of microscopic objects, i.e. particles. It is a statistical description for the e.g. sets of atoms or molecules in solids, liquids and gases. As an individual (quantuum-) mechanical description for large particle counts is not possible or even needed, thermodynamics reduces the description to a few (measurable) quantities in a defined system." + "Thermodynamics describes the macroscopic changes of a system of microscopic objects, i.e. particles. It is a statistical description for the e.g. sets of atoms or molecules in solids, liquids and gases. As an individual (quantuum-) mechanical description for large particle counts is not possible or even needed, thermodynamics reduces the description to a few (measurable) quantities in a defined system." ] }, { @@ -73,7 +73,7 @@ "\n", "and the deduced quantites like\n", "\n", - "* **inner energy**, $\\mf U$,\n", + "* **internal energy**, $\\mf U$,\n", "* **enthalpy**, $\\mf H$, and\n", "* **entropy**, $\\mf S$.\n", "\n", @@ -81,7 +81,7 @@ "\n", "In contrast to that, the process quantites (heat and work) do depend on the way the system changes.\n", "\n", - "Some of the quantities depend on the system size, e.g. the system's mass, and are called extensive quantities. Examples are the inner energy or enthalpy.\n", + "Some of the quantities depend on the system size, e.g. the system's mass, and are called extensive quantities. Examples are the internal energy or enthalpy.\n", "\n", "Intensive quantities, like pressure or temperature, do not depend on the system's size.\n", "\n", @@ -101,11 +101,11 @@ "\n", "[Thermodynamical temperature](https://en.wikipedia.org/wiki/Thermodynamic_temperature) is an expression to characterise the random (thermal) motion of the particles. In general all interacting thermodynamical systems try to equal their temperatures by an energy flow, i.e. heat. This means, that if two systems with different temperatures are brought togehter, the induced heat flow will reduce the temperature of the warmer system and increase the temperature of the colder system. The heat flux is always from the higher to the lower temperature.\n", "\n", - "In a thermodynamical quilibrium, there are no heat or mass flows between interacting systems, i.e. the state quatities do not change in time. This leads to a thermal equilibrium, where the systems have the same temperature. A singel system is in thermal equilibrium if the temperature is homogenous and does not change with time. \n", + "In a thermodynamical equilibrium, there are no heat or mass flows between interacting systems, i.e. the state quatities do not change in time. This leads to a thermal equilibrium, where the systems have the same temperature. A single system is in thermal equilibrium if the temperature is homogenous and does not change with time. \n", "\n", "The SI-unit of temperature is Kelvin, where $\\mf 0~K$ is the absole lowest temperature and $\\mf 0~^\\circ C$ corresponds to $\\mf 273.15~K$. Temperature differences have the same values in Kelvin as in Celsius. \n", "\n", - "At finite temperatre, the particles in a gas have not a single velocity, but a distributed over a broad range. This is an important aspect, as many chemical reactions require the involved particles to overcome the activation energy. Thus, there is always a probability that a particle has the needed kinetic energy. This velocitiy distribution, the Maxwell distribution, depends only on the temperature and the gas properties:\n", + "At finite temperature, the particles in a gas do not have a single velocity, but their velocities are distributed over a broad range. This is an important aspect, as many chemical reactions require the involved particles to overcome the activation energy. Thus, there is always a probability that a particle has the needed kinetic energy. This velocitiy distribution, the Maxwell distribution, depends only on the temperature and the gas properties:\n", "\n", "$$\n", "\\mf f(v) = 4\\pi v^2 \\left(\\frac{m_M}{2\\pi k_B T}\\right)^{\\frac{3}{2}} \\cdot e^{\\left(-\\frac{m_M v^2}{2 k_B T}\\right)}\\quad ,\n", @@ -1635,7 +1635,7 @@ "source": [ "## Ideal Gases\n", "\n", - "Ideal gases represent the assumption that the particles have a very small volume, i.e. can be treated as point particles, and the gas volume contains a large number of same particles. Additionally, there are no forces interacting between the particles – but the idealised (elastic, instant) collisions with each other and the system boudaries.\n", + "Ideal gases represent the assumption that the particles have a very small volume, i.e. can be treated as point particles, and the gas volume contains a large number of identical particles. Additionally, there are no forces interacting between the particles, appart from the idealised (elastic, instant) collisions with each other and the system boudaries.\n", "\n", "Equations of state relate various state quantities, as they are in general not independent. In the case of an ideal gas, the following equation of state – called (classical) ideal gas law – can be used:\n", "\n", @@ -1667,7 +1667,7 @@ "\n", "The specific values depend on the process itself, thus the two following specification need to be considerd:\n", "\n", - "* **isochoric**, i.e. the volume stays constant during the process $\\mf \\Delta V=0$, $\\mf c_V$, the heat flux does change only the internal energy, and\n", + "* **isochoric**, i.e. the volume stays constant during the process $\\mf \\Delta V=0$, $\\mf c_V$, the heat flux changes only the internal energy, and\n", "* **isobaric**, i.e. the pressure stays constant $\\mf \\Delta p=0$, $\\mf c_p$, where the heat flux can change the internal energy and can do work.\n", "\n", "Both values are related:\n",