PartialMedium is a package and contains all declarations for a medium. This means that constants, models, and functions are defined that every medium is supposed to support (some of them are optional). A medium package inherits from PartialMedium and provides the equations for the medium. The details of this package are described in Modelica.Media.UsersGuide.
Name | Description |
---|---|
Minimal variable set that is available as input argument to every medium function | |
Base properties (d, T, h, u, MM) of a medium | |
Return thermodynamic state as function of T | |
Return thermodynamic state so that it smoothly approximates: if x > 0 then state_a else state_b | |
Return temperature | |
Return density | |
Return specific enthalpy | |
Return specific internal energy | |
Return specific heat capacity at constant pressure | |
Return thermal conductivity | |
Return the molar mass of the medium | |
Linear expansion coefficient | |
Emissivity | |
Electrical resistivity | |
Return specific enthalpy from T | |
Return density from T | |
Return specific heat capacity at constant pressure from T | |
Return thermal conductivity from T |