| 8 | static const std::string FLUID_NAME = "R134a"; |
| 9 | |
| 10 | DEFINE_ON_DEMAND(test) { |
| 11 | double PropResult = PropsSI("T", "P", 101325, "Q", 0, "Water"); |
| 12 | Message0("Saturation temperature of Water at 1 atm = %g K\n", PropResult); |
| 13 | } |
| 14 | |
| 15 | // Density via CoolProp |
| 16 | DEFINE_PROPERTY(rho_coolprop, cell, thread) { |