Thermal independity (ν) as a function of temperature and specific volume
Thermal independity describes the extent to which an exchange of thermal energy between species causes or requires a
temperature difference.
This function is based on the kinetic theory of gases under the following assumptions
[Present1958]:
- The particles are smooth and rigid but elastic spheres with identical radii. This is the
"billiard-ball"
assumption, and it implies that the collisions are instantaneous and conserve kinetic
energy.
- Between collisions, particles have no influence on one another.
- The mean free path, or average distance a particle travels between collisions, is much larger than the
diameter of a particle.
- The properties carried by a particle depend only on those of the last particle with which it collided.
- The speeds of the particles follow the Maxwell-Boltzmann distribution.
Also, it is assumed that the Einstein relation applies.
function nu
extends Modelica.Icons.Function;
input Q.TemperatureAbsolute T = 298.15*U.K "Temperature" annotation(
Dialog(__Dymola_label = "<html><i>T</i></html>"));
input Q.VolumeSpecific v = 298.15*U.K/p0 "Specific volume" annotation(
Dialog(__Dymola_label = "<html><i>v</i></html>"));
output Q.TimeAbsolute nu "Thermal independity" annotation(
Dialog(__Dymola_label = "<html>ν</html>"));
end nu;
Generated at 2025-04-03T18:24:42Z
by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos