modelLiquid_pT
Incompressible liquid model with p and T as independent variables
Extends from TILMedia.BaseClasses.PartialLiquid_pT (Incompressible liquid model with p and T as independent variables).
Information
The liquid model is designed for incompressible liquid fluids. All thermophysical properties are calculated dependent on the temperature (T). Only the specific entropy (s) is dependent on the temperature (T) and the given pressure (p). The parameter liquidType defines the medium. All available liquids are listed in the User's Guide -> Substance Names. The interface and the way of using, is demonstrated in the Testers -> TestLiquid.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| TILMedia.Liquid.Types.BaseLiquid | liquidType (from PartialLiquid_pT) | ||
| Advanced | |||
| TILMedia.Internals.TILMediaExternalObject | liquidPointer (from PartialLiquid_pT) | ||
| Boolean | computeTransportProperties (from PartialLiquid_pT) | false | =true, if transport properties are calculated |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Density | d (from PartialLiquid_pT) | Density | |
| SI.SpecificEnthalpy | h (from PartialLiquid_pT) | Specific enthalpy | |
| SI.AbsolutePressure | p (from PartialLiquid_pT) | Pressure | |
| SI.SpecificEntropy | s (from PartialLiquid_pT) | Specific entropy | |
| SI.Temperature | T (from PartialLiquid_pT) | Temperature | |
| SI.MassFraction[liquidType.nc - 1] | xi (from PartialLiquid_pT) | liquidType.xi_default | Mass fraction |
| SI.SpecificHeatCapacity | cp (from PartialLiquid_pT) | Specific heat capacity | |
| SI.LinearExpansionCoefficient | beta (from PartialLiquid_pT) | Isobaric expansion coefficient | |
| TILMedia.Internals.TransportPropertyRecord | transp (from PartialLiquid_pT) | Transport property record |