WOLFRAM SYSTEM MODELER

xws_pT_der

Derivative of humidity ration (absolute) of saturated humid air

Wolfram Language

In[1]:=
SystemModel["Modelica.Media.Air.ReferenceMoistAir.Utilities.xws_pT_der"]
Out[1]:=

Syntax

xws_der = xws_pT_der(p, T, p_der, T_der)

Inputs (4)

p

Type: AbsolutePressure (Pa)

Description: Pressure

T

Type: Temperature (K)

Description: Temperature

p_der

Type: Real

Description: Derivative of pressure

T_der

Type: Real

Description: Derivative of temperature

Outputs (1)

xws_der

Type: Real

Description: Derivative of absolute humidity ratio

Revisions

2017-04-13 Stefan Wischhusen: Changed derivative function.