modelLiquid_ph
Incompressible liquid model with p and h as independent variables
Extends from TILMedia.BaseClasses.PartialLiquid_ph (Incompressible liquid model with p and h as independent variables).
Information
The liquid model is designed for incompressible liquid fluids. All thermophysical properties are calculated dependent on the specific enthalpy (h). Only the specific entropy (s) is dependent on the specific enthalpy (h) 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_ph) | ||
| Advanced | |||
| TILMedia.Internals.TILMediaExternalObject | liquidPointer (from PartialLiquid_ph) | ||
| Boolean | computeTransportProperties (from PartialLiquid_ph) | false | =true, if transport properties are calculated |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Density | d (from PartialLiquid_ph) | Density | |
| SI.AbsolutePressure | p (from PartialLiquid_ph) | Pressure | |
| SI.SpecificEnthalpy | h (from PartialLiquid_ph) | Specific enthalpy | |
| SI.SpecificEntropy | s (from PartialLiquid_ph) | Specific entropy | |
| SI.Temperature | T (from PartialLiquid_ph) | Temperature | |
| SI.MassFraction[liquidType.nc - 1] | xi (from PartialLiquid_ph) | liquidType.xi_default | Mass fraction |
| SI.SpecificHeatCapacity | cp (from PartialLiquid_ph) | Specific heat capacity | |
| SI.LinearExpansionCoefficient | beta (from PartialLiquid_ph) | Isobaric expansion coefficient | |
| TILMedia.Internals.TransportPropertyRecord | transp (from PartialLiquid_ph) | Transport property record |