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 |
---|---|
ThermodynamicState | Minimal variable set that is available as input argument to every medium function |
BaseProperties | Base properties (d, T, h, u, MM) of a medium |
setState_T | Return thermodynamic state as function of T |
setSmoothState | Return thermodynamic state so that it smoothly approximates: if x > 0 then state_a else state_b |
temperature | Return temperature |
density | Return density |
specificEnthalpy | Return specific enthalpy |
specificInternalEnergy | Return specific internal energy |
specificHeatCapacityCp | Return specific heat capacity at constant pressure |
thermalConductivity | Return thermal conductivity |
molarMass | Return the molar mass of the medium |
linearExpansionCoefficient | Linear expansion coefficient |
emissivity | Emissivity |
electricalResistivity | Electrical resistivity |
specificEnthalpy_T | Return specific enthalpy from T |
density_T | Return density from T |
specificHeatCapacityCp_T | Return specific heat capacity at constant pressure from T |
thermalConductivity_T | Return thermal conductivity from T |