.FCSys.Characteristics.BaseClasses.Characteristic.mu

Information

This function is based on the kinetic theory of gases under the following assumptions [Present1958]:

  1. 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.
  2. Between collisions, particles have no influence on one another.
  3. The mean free path, or average distance a particle travels between collisions, is much larger than the diameter of a particle.
  4. The properties carried by a particle depend only on those of the last particle with which it collided.
  5. The speeds of the particles follow the Maxwell-Boltzmann distribution.

Also, it is assumed that the Einstein relation applies.

Interface

function mu
  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.Mobility mu "Mobility" annotation(
    Dialog(__Dymola_label = "<html>&mu;</html>"));
end mu;

Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos