Package Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient
Extends from Modelica.Media.CompressibleLiquids.Common.LinearWater_pT (Base class for liquid, linear compressibility water models).
| Name | Description |
|---|---|
AbsolutePressure | Type for absolute pressure with medium specific attributes |
BaseProperties | Base properties of medium |
Basic … | The most basic version of a record used in several degrees of detail |
beta | Alias for isobaricExpansionCoefficient for user convenience |
Choices … |   |
CumulativeExtraProperty | Type for conserved integral of unspecified, mass specific property |
Density | Type for density with medium specific attributes |
density | Return the density from the thermodynamic state |
density_derh_p | Return density derivative w.r.t. specific enthalpy at constant pressure |
density_derp_h | Return density derivative w.r.t. pressure at const specific enthalpy |
density_derp_T | Return density derivative w.r.t. pressure at const temperature |
density_derT_p | Return density derivative w.r.t. temperature at constant pressure |
density_derX | Returns the partial derivative of density with respect to mass fractions at constant pressure and temperature |
density_ph | Return density from p and h |
density_phX | Return density from p, h, and X or Xi |
density_ps | Return density from p and s |
density_psX | Return density from p, s, and X or Xi |
density_pT | Return density from p and T |
density_pTX | Return density from p, T, and X or Xi |
DerDensityByEnthalpy | Type for partial derivative of density with respect to enthalpy with medium specific attributes |
DerDensityByPressure | Type for partial derivative of density with respect to pressure with medium specific attributes |
DerDensityByTemperature | Type for partial derivative of density with respect to temperature with medium specific attributes |
DerEnthalpyByPressure | Type for partial derivative of enthalpy with respect to pressure with medium specific attributes |
DerTemperatureByPressure | Type for partial derivative of temperature with respect to pressure with medium specific attributes |
DipoleMoment | Type for dipole moment with medium specific attributes |
DynamicViscosity | Type for dynamic viscosity with medium specific attributes |
dynamicViscosity | Dynamic viscosity of water |
EnthalpyFlowRate | Type for enthalpy flow rate with medium specific attributes |
ExtraProperty | Type for unspecified, mass-specific property transported by flow |
ExtraPropertyFlowRate | Type for flow rate of unspecified, mass-specific property |
FixedPhase | Phase of the fluid: 1 for 1-phase, 2 for two-phase, 0 for not known, e.g., interactive use |
FluidConstants | Critical, triple, molecular and other standard data of fluid |
FluidLimits | Validity limits for fluid model |
heatCapacity_cp | Alias for deprecated name |
heatCapacity_cv | Alias for deprecated name |
IdealGas … | The ideal gas version of a record used in several degrees of detail |
isentropicEnthalpy | Return isentropic enthalpy |
IsentropicExponent | Type for isentropic exponent with medium specific attributes |
isentropicExponent | Return isentropic exponent from the thermodynamic state |
IsobaricExpansionCoefficient | Type for isobaric expansion coefficient with medium specific attributes |
isobaricExpansionCoefficient | Return the isobaric expansion coefficient |
isothermalCompressibility | Return the isothermal compressibility kappa |
kappa | Alias of isothermalCompressibility for user convenience |
MassFlowRate | Type for mass flow rate with medium specific attributes |
MassFraction | Type for mass fraction with medium specific attributes |
MolarMass | Type for molar mass with medium specific attributes |
molarMass | Return molar mass |
MolarVolume | Type for molar volume with medium specific attributes |
MoleFraction | Type for mole fraction with medium specific attributes |
PrandtlNumber | Type for Prandtl number with medium specific attributes |
prandtlNumber | Return the Prandtl number |
pressure | Return the pressure from the thermodynamic state |
pressure_dT | Return pressure from d and T |
SaturationProperties | Saturation properties of two phase medium |
setSmoothState | Return thermodynamic state so that it smoothly approximates: if x > 0 then state_a else state_b |
setState_dT | Return thermodynamic state from d and T |
setState_dTX | Set the thermodynamic state record from d and T (X not needed) |
setState_ph | Return thermodynamic state from p and h |
setState_phX | Set the thermodynamic state record from p and h (X not needed) |
setState_ps | Return thermodynamic state from p and s |
setState_psX | Set the thermodynamic state record from p and s (X not needed) |
setState_pT | Return thermodynamic state from p and T |
setState_pTX | Set the thermodynamic state record from p and T (X not needed) |
SpecificEnergy | Type for specific energy with medium specific attributes |
SpecificEnthalpy | Type for specific enthalpy with medium specific attributes |
specificEnthalpy | Return the specific enthalpy from the thermodynamic state |
specificEnthalpy_dT | Return specific enthalpy from d and T |
specificEnthalpy_ps | Return specific enthalpy from p and s |
specificEnthalpy_psX | Return specific enthalpy from p, s, and X or Xi |
specificEnthalpy_pT | Return specific enthalpy from p and T |
specificEnthalpy_pTX | Return specific enthalpy from p, T, and X or Xi |
SpecificEntropy | Type for specific entropy with medium specific attributes |
specificEntropy | Return the specific entropy from the thermodynamic state |
specificEntropy_pTX | Return specific enthalpy from p, T, and X or Xi |
specificGibbsEnergy | Return specific Gibbs energy from the thermodynamic state |
SpecificHeatCapacity | Type for specific heat capacity with medium specific attributes |
specificHeatCapacityCp | Return specific heat capacity at constant volume |
specificHeatCapacityCv | Return specific heat capacity at constant volume from the thermodynamic state |
specificHelmholtzEnergy | Return specific Helmholtz energy from the thermodynamic state |
SpecificInternalEnergy | Type for specific internal energy with medium specific attributes |
specificInternalEnergy | Return the specific internal energy from the thermodynamic state |
SurfaceTension | Type for surface tension with medium specific attributes |
T_ph | Return temperature from pressure and specific enthalpy |
T_ps | Return temperature from pressure and specific entropy |
Temperature | Type for temperature with medium specific attributes |
temperature | Return the temperature from the thermodynamic state |
temperature_ph | Return temperature from p and h |
temperature_phX | Return temperature from p, h, and X or Xi |
temperature_ps | Return temperature from p and s |
temperature_psX | Return temperature from p,s, and X or Xi |
ThermalConductivity | Type for thermal conductivity with medium specific attributes |
thermalConductivity | Thermal conductivity of water |
ThermodynamicState | A selection of variables that uniquely defines the thermodynamic state |
TwoPhase … | The two phase fluid version of a record used in several degrees of detail |
VelocityOfSound | Type for velocity of sound with medium specific attributes |
velocityOfSound | Return velocity of sound from the thermodynamic state |
| Type | Name | Value | Description |
|---|---|---|---|
IsobaricExpansionCoefficient | beta_const | Modelica.Media.Water.StandardWater.isobaricExpansionCoefficient(state) | Thermal expansion coefficient at constant pressure |
ExtraProperty | C_default[nC] | fill(0, nC) | Default value for trace substances of medium (for initialization) |
Real | C_nominal[nC] | 1e-6 * ones(nC) | Default for the nominal values for the extra properties |
Boolean | constantJacobian | true | If true, entries in thermodynamic Jacobian are constant, taken at reference conditions |
SpecificHeatCapacity | cp_const | Modelica.Media.Water.StandardWater.specificHeatCapacityCp(state) | Specific heat capacity at constant pressure |
String | extraPropertiesNames[:] | fill("", 0) | Names of the additional (extra) transported properties. Set extraPropertiesNames=fill("",0) if unused |
final Boolean | fixedX | true | = true if medium contains the equation X = reference_X |
SpecificEnthalpy | h_default | specificEnthalpy_pTX(p_default, T_default, X_default) | Default value for specific enthalpy of medium (for initialization) |
IsothermalCompressibility | kappa_const | Modelica.Media.Water.StandardWater.isothermalCompressibility(state) | Isothermal compressibility |
String | mediumName | "Liquid linear water" | Name of the medium |
MolarMass | MM_const | Modelica.Media.Water.StandardWater.molarMass(state) | Molar mass |
final Integer | nC | size(extraPropertiesNames, 1) | Number of extra (outside of standard mass-balance) transported properties |
final Integer | nS | size(substanceNames, 1) | Number of substances |
Integer | nX | nS | Number of mass fractions |
Integer | nXi | if fixedX then 0 else if reducedX then nS - 1 else nS | Number of structurally independent mass fractions (see docu for details) |
AbsolutePressure | p_default | 101325 | Default value for pressure of medium (for initialization) |
final Boolean | reducedX | true | = true if medium contains the equation sum(X) = 1.0; set reducedX=true if only one substance (see docu for details) |
Density | reference_d | Modelica.Media.Water.StandardWater.density(state) | Density in reference conditions |
SpecificEnthalpy | reference_h | Modelica.Media.Water.StandardWater.specificEnthalpy(state) | Specific enthalpy in reference conditions |
AbsolutePressure | reference_p | 101325 | Reference pressure of Medium: default 1 atmosphere |
SpecificEntropy | reference_s | Modelica.Media.Water.StandardWater.specificEntropy(state) | Specific entropy in reference conditions |
Temperature | reference_T | 298.15 | Reference temperature of Medium: default 25 deg Celsius |
MassFraction | reference_X[nX] | fill(nX ^ (-1), nX) | Default mass fractions of medium |
Boolean | singleState | false | = true, if u and d are not a function of pressure |
ThermodynamicState | state | Modelica.Media.Water.StandardWater.setState_pT(reference_p, reference_T) |   |
String | substanceNames[:] | {mediumName} | Names of the mixture substances. Set substanceNames={mediumName} if only one substance. |
Temperature | T_default | Modelica.SIunits.Conversions.from_degC(20) | Default value for temperature of medium (for initialization) |
IndependentVariables | ThermoStates | Modelica.Media.Interfaces.Choices.IndependentVariables.pTX | Enumeration type for independent variables |
MassFraction | X_default[nX] | reference_X | Default value for mass fractions of medium (for initialization) |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.AbsolutePressureExtends from Modelica.SIunits.AbsolutePressure.
| Name | Value |
|---|---|
quantity | "Pressure" |
unit | "Pa" |
displayUnit | "bar" |
min | 0 |
max | 1e+8 |
start | 100000 |
nominal | 100000 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.DensityExtends from Modelica.SIunits.Density.
| Name | Value |
|---|---|
quantity | "Density" |
unit | "kg/m3" |
displayUnit | "g/cm3" |
min | 0 |
max | 100000 |
start | 1 |
nominal | 1 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.DynamicViscosityExtends from Modelica.SIunits.DynamicViscosity.
| Name | Value |
|---|---|
quantity | "DynamicViscosity" |
unit | "Pa.s" |
min | 0 |
max | 1e+8 |
start | 0.001 |
nominal | 0.001 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.EnthalpyFlowRateExtends from Modelica.SIunits.EnthalpyFlowRate.
| Name | Value |
|---|---|
quantity | "EnthalpyFlowRate" |
unit | "W" |
min | -1e+8 |
max | 1e+8 |
start | 0. |
nominal | 1000 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.MassFractionExtends from Real.
| Name | Value |
|---|---|
quantity | "MassFraction" |
unit | "kg/kg" |
min | 0 |
max | 1 |
start | 0. |
nominal | 0.1 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.MoleFractionExtends from Real.
| Name | Value |
|---|---|
quantity | "MoleFraction" |
unit | "mol/mol" |
min | 0 |
max | 1 |
start | 0. |
nominal | 0.1 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.MolarMassExtends from Modelica.SIunits.MolarMass.
| Name | Value |
|---|---|
quantity | "MolarMass" |
unit | "kg/mol" |
min | 0.001 |
max | 0.25 |
start | 0. |
nominal | 0.032 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.MolarVolumeExtends from Modelica.SIunits.MolarVolume.
| Name | Value |
|---|---|
quantity | "MolarVolume" |
unit | "m3/mol" |
min | 1e-6 |
max | 1000000 |
start | 0. |
nominal | 1 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.IsentropicExponentExtends from Modelica.SIunits.RatioOfSpecificHeatCapacities.
| Name | Value |
|---|---|
quantity | "RatioOfSpecificHeatCapacities" |
unit | "1" |
min | 1 |
max | 500000 |
start | 1.2 |
nominal | 1.2 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.SpecificEnergyExtends from Modelica.SIunits.SpecificEnergy.
| Name | Value |
|---|---|
quantity | "SpecificEnergy" |
unit | "J/kg" |
min | -1e+8 |
max | 1e+8 |
start | 0. |
nominal | 1000000 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.SpecificInternalEnergyExtends from Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.SpecificEnergy (Type for specific energy with medium specific attributes).
| Name | Value |
|---|---|
quantity | "SpecificEnergy" |
unit | "J/kg" |
min | -1e+8 |
max | 1e+8 |
start | 0. |
nominal | 1000000 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.SpecificEnthalpyExtends from Modelica.SIunits.SpecificEnthalpy.
| Name | Value |
|---|---|
quantity | "SpecificEnergy" |
unit | "J/kg" |
min | -1e+10 |
max | 1e+10 |
start | 0. |
nominal | 1000000 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.SpecificEntropyExtends from Modelica.SIunits.SpecificEntropy.
| Name | Value |
|---|---|
quantity | "SpecificEntropy" |
unit | "J/(kg.K)" |
min | -1e+7 |
max | 1e+7 |
start | 0. |
nominal | 1000 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.SpecificHeatCapacityExtends from Modelica.SIunits.SpecificHeatCapacity.
| Name | Value |
|---|---|
quantity | "SpecificHeatCapacity" |
unit | "J/(kg.K)" |
min | 0 |
max | 1e+7 |
start | 1000 |
nominal | 1000 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.SurfaceTensionExtends from Modelica.SIunits.SurfaceTension.
| Name | Value |
|---|---|
quantity | "SurfaceTension" |
unit | "N/m" |
min | -Modelica.Constants.inf |
max | Modelica.Constants.inf |
start | 0. |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.TemperatureExtends from Modelica.SIunits.Temperature.
| Name | Value |
|---|---|
quantity | "ThermodynamicTemperature" |
unit | "K" |
displayUnit | "degC" |
min | 1 |
max | 10000 |
start | 288.15 |
nominal | 300 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.ThermalConductivityExtends from Modelica.SIunits.ThermalConductivity.
| Name | Value |
|---|---|
quantity | "ThermalConductivity" |
unit | "W/(m.K)" |
min | 0 |
max | 500 |
start | 1 |
nominal | 1 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.PrandtlNumberExtends from Modelica.SIunits.PrandtlNumber.
| Name | Value |
|---|---|
quantity | "PrandtlNumber" |
unit | "1" |
min | 0.001 |
max | 100000 |
start | 0. |
nominal | 1 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.VelocityOfSoundExtends from Modelica.SIunits.Velocity.
| Name | Value |
|---|---|
quantity | "Velocity" |
unit | "m/s" |
min | 0 |
max | 100000 |
start | 1000 |
nominal | 1000 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.ExtraPropertyExtends from Real.
| Name | Value |
|---|---|
min | 0 |
max | Modelica.Constants.inf |
start | 1 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.CumulativeExtraPropertyExtends from Real.
| Name | Value |
|---|---|
min | 0 |
max | Modelica.Constants.inf |
start | 1 |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.ExtraPropertyFlowRateExtends from Real.
| Name | Value |
|---|---|
unit | "kg/s" |
min | -Modelica.Constants.inf |
max | Modelica.Constants.inf |
start | 0. |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.IsobaricExpansionCoefficientExtends from Real.
| Name | Value |
|---|---|
unit | "1/K" |
min | 0 |
max | 1e+8 |
start | 0. |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.DipoleMomentExtends from Real.
| Name | Value |
|---|---|
quantity | "ElectricDipoleMoment" |
unit | "debye" |
min | 0 |
max | 2 |
start | 0. |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.DerDensityByPressureExtends from Modelica.SIunits.DerDensityByPressure.
| Name | Value |
|---|---|
unit | "s2/m2" |
min | -Modelica.Constants.inf |
max | Modelica.Constants.inf |
start | 0. |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.DerDensityByEnthalpyExtends from Modelica.SIunits.DerDensityByEnthalpy.
| Name | Value |
|---|---|
unit | "kg.s2/m5" |
min | -Modelica.Constants.inf |
max | Modelica.Constants.inf |
start | 0. |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.DerEnthalpyByPressureExtends from Modelica.SIunits.DerEnthalpyByPressure.
| Name | Value |
|---|---|
unit | "J.m.s2/kg2" |
min | -Modelica.Constants.inf |
max | Modelica.Constants.inf |
start | 0. |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.DerDensityByTemperatureExtends from Modelica.SIunits.DerDensityByTemperature.
| Name | Value |
|---|---|
unit | "kg/(m3.K)" |
min | -Modelica.Constants.inf |
max | Modelica.Constants.inf |
start | 0. |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.DerTemperatureByPressureExtends from Real.
| Name | Value |
|---|---|
unit | "K/Pa" |
min | -Modelica.Constants.inf |
max | Modelica.Constants.inf |
start | 0. |
Record Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.SaturationProperties
This icon is indicates a record.
Extends from Modelica.Icons.Record (Icon for records).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | psat | Saturation pressure |
Temperature | Tsat | Saturation temperature |
Record Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.FluidLimits
The minimum pressure mostly applies to the liquid state only. The minimum density is also arbitrary, but is reasonable for technical applications to limit iterations in non-linear systems. The limits in enthalpy and entropy are used as safeguards in inverse iterations.
Extends from Modelica.Icons.Record (Icon for records).
| Type | Name | Description |
|---|---|---|
Temperature | TMIN | Minimum temperature |
Temperature | TMAX | Maximum temperature |
Density | DMIN | Minimum density |
Density | DMAX | Maximum density |
AbsolutePressure | PMIN | Minimum pressure |
AbsolutePressure | PMAX | Maximum pressure |
SpecificEnthalpy | HMIN | Minimum enthalpy |
SpecificEnthalpy | HMAX | Maximum enthalpy |
SpecificEntropy | SMIN | Minimum entropy |
SpecificEntropy | SMAX | Maximum entropy |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.FixedPhaseExtends from Integer.
| Name | Value |
|---|---|
min | 0 |
max | 2 |
start | 0 |
Record Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.FluidConstants
This icon is indicates a record.
Extends from Modelica.Media.Interfaces.Types.Basic.FluidConstants (Critical, triple, molecular and other standard data of fluid).
| Type | Name | Description |
|---|---|---|
String | iupacName | Complete IUPAC name (or common name, if non-existent) |
String | casRegistryNumber | Chemical abstracts sequencing number (if it exists) |
String | chemicalFormula | Chemical formula, (brutto, nomenclature according to Hill |
String | structureFormula | Chemical structure formula |
MolarMass | molarMass | Molar mass |
Record Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.ThermodynamicState
This icon is indicates a record.
Extends from Modelica.Icons.Record (Icon for records).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Absolute pressure of medium |
Temperature | T | Temperature of medium |
Model Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.BaseProperties
Model BaseProperties is a model within package PartialMedium and contains the declarations of the minimum number of variables that every medium model is supposed to support. A specific medium inherits from model BaseProperties and provides the equations for the basic properties.
The BaseProperties model contains the following 7+nXi variables (nXi is the number of independent mass fractions defined in package PartialMedium):
| Variable | Unit | Description |
| T | K | temperature |
| p | Pa | absolute pressure |
| d | kg/m3 | density |
| h | J/kg | specific enthalpy |
| u | J/kg | specific internal energy |
| Xi[nXi] | kg/kg | independent mass fractions m_i/m |
| R | J/kg.K | gas constant |
| M | kg/mol | molar mass |
In order to implement an actual medium model, one can extend from this base model and add 5 equations that provide relations among these variables. Equations will also have to be added in order to set all the variables within the ThermodynamicState record state.
If standardOrderComponents=true, the full composition vector X[nX] is determined by the equations contained in this base class, depending on the independent mass fraction vector Xi[nXi].
Additional 2 + nXi equations will have to be provided when using the BaseProperties model, in order to fully specify the thermodynamic conditions. The input connector qualifier applied to p, h, and nXi indirectly declares the number of missing equations, permitting advanced equation balance checking by Modelica tools. Please note that this doesn't mean that the additional equations should be connection equations, nor that exactly those variables should be supplied, in order to complete the model. For further information, see the Modelica.Media User's guide, and Section 4.7 (Balanced Models) of the Modelica 3.0 specification.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.BaseProperties.
| Type | Name | Default | Description |
|---|---|---|---|
Boolean | preferredMediumStates | false | = true if StateSelect.prefer shall be used for the independent property variables of the medium |
final Boolean | standardOrderComponents | true | If true, and reducedX = true, the last element of X will be computed from the other ones |
| Type | Name | Description |
|---|---|---|
input InputAbsolutePressure | p | Absolute pressure of medium |
input InputMassFraction | Xi[nXi] | Structurally independent mass fractions |
input InputSpecificEnthalpy | h | Specific enthalpy of medium |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.setState_pTX
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.setState_pTX (Return thermodynamic state as function of p, T and composition X or Xi).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
Temperature | T | Temperature |
MassFraction | X[:] | Mass fractions |
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.setState_phX
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.setState_phX (Return thermodynamic state as function of p, h and composition X or Xi).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
SpecificEnthalpy | h | Specific enthalpy |
MassFraction | X[:] | Mass fractions |
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.setState_psX
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.setState_psX (Return thermodynamic state as function of p, s and composition X or Xi).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
SpecificEntropy | s | Specific entropy |
MassFraction | X[:] | Mass fractions |
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.setState_dTX
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.setState_dTX (Return thermodynamic state as function of d, T and composition X or Xi).
| Type | Name | Description |
|---|---|---|
Density | d | Density |
Temperature | T | Temperature |
MassFraction | X[:] | Mass fractions |
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.setSmoothState
This function is used to approximate the equation
state = if x > 0 then state_a else state_b;
by a smooth characteristic, so that the expression is continuous and differentiable:
state := smooth(1, if x > x_small then state_a else
if x < -x_small then state_b else f(state_a, state_b));
This is performed by applying function Media.Common.smoothStep(..) on every element of the thermodynamic state record.
If mass fractions X[:] are approximated with this function then this can be performed for all nX mass fractions, instead of applying it for nX-1 mass fractions and computing the last one by the mass fraction constraint sum(X)=1. The reason is that the approximating function has the property that sum(state.X) = 1, provided sum(state_a.X) = sum(state_b.X) = 1. This can be shown by evaluating the approximating function in the abs(x) < x_small region (otherwise state.X is either state_a.X or state_b.X):
X[1] = smoothStep(x, X_a[1] , X_b[1] , x_small);
X[2] = smoothStep(x, X_a[2] , X_b[2] , x_small);
...
X[nX] = smoothStep(x, X_a[nX], X_b[nX], x_small);
or
X[1] = c*(X_a[1] - X_b[1]) + (X_a[1] + X_b[1])/2
X[2] = c*(X_a[2] - X_b[2]) + (X_a[2] + X_b[2])/2;
...
X[nX] = c*(X_a[nX] - X_b[nX]) + (X_a[nX] + X_b[nX])/2;
c = (x/x_small)*((x/x_small)^2 - 3)/4
Summing all mass fractions together results in
sum(X) = c*(sum(X_a) - sum(X_b)) + (sum(X_a) + sum(X_b))/2
= c*(1 - 1) + (1 + 1)/2
= 1
Extends from Modelica.Media.Interfaces.PartialPureSubstance.setSmoothState (Return thermodynamic state so that it smoothly approximates: if x > 0 then state_a else state_b).
| Type | Name | Description |
|---|---|---|
Real | x | m_flow or dp |
ThermodynamicState | state_a | Thermodynamic state if x > 0 |
ThermodynamicState | state_b | Thermodynamic state if x < 0 |
Real | x_small | Smooth transition in the region -x_small < x < x_small |
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Smooth thermodynamic state for all x (continuous and differentiable) |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.dynamicViscosity
This icon indicates Modelica functions.
Extends from Modelica.Media.CompressibleLiquids.Common.LinearWater_pT.dynamicViscosity (Return dynamic viscosity).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
DynamicViscosity | eta | Dynamic viscosity |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.thermalConductivity
This icon indicates Modelica functions.
Extends from Modelica.Media.CompressibleLiquids.Common.LinearWater_pT.thermalConductivity (Return thermal conductivity).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
ThermalConductivity | lambda | Thermal conductivity |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.prandtlNumber
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
PrandtlNumber | Pr | Prandtl number |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.pressure
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.pressure (Return pressure).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.temperature
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.temperature (Return temperature).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
Temperature | T | Temperature |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.density
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.density (Return density).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
Density | d | Density |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.specificEnthalpy
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.specificEnthalpy (Return specific enthalpy).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
SpecificEnthalpy | h | Specific enthalpy |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.specificInternalEnergy
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.specificInternalEnergy (Return specific internal energy).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
SpecificEnergy | u | Specific internal energy |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.specificEntropy
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.specificEntropy (Return specific entropy).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
SpecificEntropy | s | Specific entropy |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.specificGibbsEnergy
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.specificGibbsEnergy (Return specific Gibbs energy) and Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
SpecificEnergy | g | Specific Gibbs energy |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.specificHelmholtzEnergy
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.specificHelmholtzEnergy (Return specific Helmholtz energy) and Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
SpecificEnergy | f | Specific Helmholtz energy |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.specificHeatCapacityCp
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.specificHeatCapacityCp (Return specific heat capacity at constant pressure).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
SpecificHeatCapacity | cp | Specific heat capacity at constant pressure |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.heatCapacity_cp
This icon indicates Modelica functions.
Extends from Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.specificHeatCapacityCp (Return specific heat capacity at constant volume).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
SpecificHeatCapacity | cp | Specific heat capacity at constant pressure |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.specificHeatCapacityCv
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.specificHeatCapacityCv (Return specific heat capacity at constant volume).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
SpecificHeatCapacity | cv | Specific heat capacity at constant volume |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.heatCapacity_cv
This icon indicates Modelica functions.
Extends from Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.specificHeatCapacityCv (Return specific heat capacity at constant volume from the thermodynamic state).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
SpecificHeatCapacity | cv | Specific heat capacity at constant volume |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.isentropicExponent
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.isentropicExponent (Return isentropic exponent) and Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
IsentropicExponent | gamma | Isentropic exponent |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.isentropicEnthalpy
A minor approximation is used: the reference density is used instead of the real one, which would require a numeric solution.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.isentropicEnthalpy (Return isentropic enthalpy).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p_downstream | Downstream pressure |
ThermodynamicState | refState | Reference state for entropy |
| Type | Name | Description |
|---|---|---|
SpecificEnthalpy | h_is | Isentropic enthalpy |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.velocityOfSound
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.velocityOfSound (Return velocity of sound) and Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
VelocityOfSound | a | Velocity of sound |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.isobaricExpansionCoefficient
beta is defined as 1/v * der(v,T), with v = 1/d, at constant pressure p.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.isobaricExpansionCoefficient (Return overall the isobaric expansion coefficient beta).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
IsobaricExpansionCoefficient | beta | Isobaric expansion coefficient |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.beta
beta is defined as 1/v * der(v,T), with v = 1/d, at constant pressure p.
Extends from Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.isobaricExpansionCoefficient (Return the isobaric expansion coefficient).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
IsobaricExpansionCoefficient | beta | Isobaric expansion coefficient |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.isothermalCompressibility
kappa is defined as - 1/v * der(v,p), with v = 1/d at constant temperature T.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.isothermalCompressibility (Return overall the isothermal compressibility factor).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
IsothermalCompressibility | kappa | Isothermal compressibility |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.kappa
kappa is defined as - 1/v * der(v,p), with v = 1/d at constant temperature T.
Extends from Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.isothermalCompressibility (Return the isothermal compressibility kappa).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
IsothermalCompressibility | kappa | Isothermal compressibility |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.density_derp_h
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.density_derp_h (Return density derivative w.r.t. pressure at const specific enthalpy).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
DerDensityByPressure | ddph | Density derivative w.r.t. pressure |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.density_derh_p
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.density_derh_p (Return density derivative w.r.t. specific enthalpy at constant pressure).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
DerDensityByEnthalpy | ddhp | Density derivative w.r.t. specific enthalpy |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.density_derp_T
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.density_derp_T (Return density derivative w.r.t. pressure at const temperature).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
DerDensityByPressure | ddpT | Density derivative w.r.t. pressure |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.density_derT_p
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.density_derT_p (Return density derivative w.r.t. temperature at constant pressure).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
DerDensityByTemperature | ddTp | Density derivative w.r.t. temperature |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.density_derX
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.density_derX (Return density derivative w.r.t. mass fraction).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
Density | dddX[nX] | Derivative of density w.r.t. mass fraction |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.molarMass
This icon indicates Modelica functions.
Extends from Modelica.Media.Interfaces.PartialPureSubstance.molarMass (Return the molar mass of the medium).
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
| Type | Name | Description |
|---|---|---|
MolarMass | MM | Mixture molar mass |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.specificEnthalpy_pTX
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
Temperature | T | Temperature |
MassFraction | X[:] | Mass fractions |
| Type | Name | Description |
|---|---|---|
SpecificEnthalpy | h | Specific enthalpy |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.specificEntropy_pTX
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
Temperature | T | Temperature |
MassFraction | X[:] | Mass fractions |
| Type | Name | Description |
|---|---|---|
SpecificEntropy | s | Specific entropy |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.density_pTX
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
Temperature | T | Temperature |
MassFraction | X[:] | Mass fractions |
| Type | Name | Description |
|---|---|---|
Density | d | Density |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.temperature_phX
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
SpecificEnthalpy | h | Specific enthalpy |
MassFraction | X[:] | Mass fractions |
| Type | Name | Description |
|---|---|---|
Temperature | T | Temperature |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.density_phX
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
SpecificEnthalpy | h | Specific enthalpy |
MassFraction | X[:] | Mass fractions |
| Type | Name | Description |
|---|---|---|
Density | d | Density |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.temperature_psX
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
SpecificEntropy | s | Specific entropy |
MassFraction | X[:] | Mass fractions |
| Type | Name | Description |
|---|---|---|
Temperature | T | Temperature |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.density_psX
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
SpecificEntropy | s | Specific entropy |
MassFraction | X[:] | Mass fractions |
| Type | Name | Description |
|---|---|---|
Density | d | Density |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.specificEnthalpy_psX
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
SpecificEntropy | s | Specific entropy |
MassFraction | X[:] | Mass fractions |
| Type | Name | Description |
|---|---|---|
SpecificEnthalpy | h | Specific enthalpy |
Type Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.MassFlowRateExtends from Modelica.SIunits.MassFlowRate.
| Name | Value |
|---|---|
quantity | "MassFlowRate." + mediumName |
unit | "kg/s" |
min | -100000 |
max | 100000 |
start | 0. |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.setState_pT
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
Temperature | T | Temperature |
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.setState_ph
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
SpecificEnthalpy | h | Specific enthalpy |
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.setState_ps
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
SpecificEntropy | s | Specific entropy |
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.setState_dT
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
Density | d | Density |
Temperature | T | Temperature |
| Type | Name | Description |
|---|---|---|
ThermodynamicState | state | Thermodynamic state record |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.density_ph
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
SpecificEnthalpy | h | Specific enthalpy |
| Type | Name | Description |
|---|---|---|
Density | d | Density |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.temperature_ph
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
SpecificEnthalpy | h | Specific enthalpy |
| Type | Name | Description |
|---|---|---|
Temperature | T | Temperature |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.pressure_dT
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
Density | d | Density |
Temperature | T | Temperature |
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.specificEnthalpy_dT
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
Density | d | Density |
Temperature | T | Temperature |
| Type | Name | Description |
|---|---|---|
SpecificEnthalpy | h | Specific enthalpy |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.specificEnthalpy_ps
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
SpecificEntropy | s | Specific entropy |
| Type | Name | Description |
|---|---|---|
SpecificEnthalpy | h | Specific enthalpy |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.temperature_ps
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
SpecificEntropy | s | Specific entropy |
| Type | Name | Description |
|---|---|---|
Temperature | T | Temperature |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.density_ps
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
SpecificEntropy | s | Specific entropy |
| Type | Name | Description |
|---|---|---|
Density | d | Density |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.specificEnthalpy_pT
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
Temperature | T | Temperature |
| Type | Name | Description |
|---|---|---|
SpecificEnthalpy | h | Specific enthalpy |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.density_pT
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
Temperature | T | Temperature |
| Type | Name | Description |
|---|---|---|
Density | d | Density |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.T_ph
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
SpecificEnthalpy | h | Specific enthalpy |
AbsolutePressure | p | Pressure |
| Type | Name | Description |
|---|---|---|
Temperature | T | Temperature |
Function Modelica.Media.CompressibleLiquids.LinearWater_pT_Ambient.T_ps
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
AbsolutePressure | p | Pressure |
SpecificEntropy | s | Specific entropy |
| Type | Name | Description |
|---|---|---|
Temperature | T | Temperature |