Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions book/content/modelling/04_thermodynamics/01_fundamentals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down Expand Up @@ -73,15 +73,15 @@
"\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",
"These quantities describe a system directly with their values. I.e. if a system changes from one state to another, then the way it changes does not matter, just the state quantities values at the new state define it.\n",
"\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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down