modelPartialLiquid_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 | ||
| Advanced | |||
| TILMedia.Internals.TILMediaExternalObject | liquidPointer | ||
| Boolean | computeTransportProperties | false | =true, if transport properties are calculated |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Density | d | Density | |
| SI.AbsolutePressure | p | Pressure | |
| SI.SpecificEnthalpy | h | Specific enthalpy | |
| SI.SpecificEntropy | s | Specific entropy | |
| SI.Temperature | T | Temperature | |
| SI.MassFraction[liquidType.nc - 1] | xi | liquidType.xi_default | Mass fraction |
| SI.SpecificHeatCapacity | cp | Specific heat capacity | |
| SI.LinearExpansionCoefficient | beta | Isobaric expansion coefficient | |
| TILMedia.Internals.TransportPropertyRecord | transp | Transport property record |
Contents
| Name | Description |
|---|---|
| getProperties |