WOLFRAM SYSTEM MODELER

setState_psX

Wolfram Language

In[1]:=
SystemModel["Modelica.Media.Air.MoistAir.setState_psX"]
Out[1]:=

Information

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

The thermodynamic state record is computed from pressure p, specific enthalpy h and composition X.

Syntax

state = setState_psX(p, s, X)

Inputs (3)

p

Type: AbsolutePressure

Description: Pressure

s

Type: SpecificEntropy

Description: Specific entropy

X

Type: MassFraction[:]

Description: Mass fractions

Outputs (1)

state

Type: ThermodynamicState

Description: Thermodynamic state record

Revisions

2012-01-12 Stefan Wischhusen: Initial Release.