WOLFRAM SYSTEM MODELER

BaseProperties

Base properties

Wolfram Language

In[1]:=
SystemModel["Modelica.Media.Interfaces.PartialSimpleMedium.BaseProperties"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This is the most simple incompressible medium model, where specific enthalpy h and specific internal energy u are only a function of temperature T and all other provided medium quantities are assumed to be constant. Note that the (small) influence of the pressure term p/d is neglected.

Parameters (2)

preferredMediumStates

Value: false

Type: Boolean

Description: = true if StateSelect.prefer shall be used for the independent property variables of the medium

standardOrderComponents

Value: true

Type: Boolean

Description: If true, and reducedX = true, the last element of X will be computed from the other ones

Connectors (3)

p

Type: InputAbsolutePressure

Description: Absolute pressure of medium

Xi

Type: InputMassFraction[nXi]

Description: Structurally independent mass fractions

h

Type: InputSpecificEnthalpy

Description: Specific enthalpy of medium

Components (1)

state

Type: ThermodynamicState

Description: Thermodynamic state record for optional functions

Used in Examples (1)

SimpleLiquidWater

Modelica.Media.Examples

Example for Water.SimpleLiquidWater medium model