Search products

Mastering Ees Info

The "killer feature" for thermal engineers is the built-in property database for hundreds of substances.

To help you master EES, here are some tips and tricks: Mastering EES

Use Copy to Clipboard and paste directly into LaTeX or Word. Avoid using the built-in save as JPG (it’s low resolution). The "killer feature" for thermal engineers is the

| Function | Syntax Example | What it returns | | :--- | :--- | :--- | | | T = Temperature(Steam, P=P1, s=s1) | T in °C or K | | Pressure | P = Pressure(R134a, T=T1, h=h1) | P in kPa | | Enthalpy | h = Enthalpy(Steam, T=T1, x=1) | Saturated vapor enthalpy | | Entropy | s = Entropy(Steam, P=P1, T=T1) | Entropy value | | Specific Volume | v = Volume(Steam, T=T1, P=P1) | m³/kg | | Quality | x = Quality(Steam, h=h_mix, P=P_sat) | 0 to 1 | | Function | Syntax Example | What it