Tiny changes to example files for C# and Java so they will run - still need to be updated though

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-12-05 15:34:02 -05:00
parent c54e2d1c2e
commit 42e93e57c6
2 changed files with 5 additions and 5 deletions

View File

@@ -89,8 +89,8 @@ public class Example {
System.out.println(" ");
System.out.println("************ BRINES AND SECONDARY WORKING FLUIDS *************");
System.out.println(" ");
System.out.println("Density of 50% (mass) ethylene glycol/water at 300 K, 101.325 kPa: " + CoolProp.Props("D", 'T', 300, 'P', 101.325, "EG-50%") + "kg/m^3");
System.out.println("Viscosity of Therminol D12 at 350 K, 101.325 kPa: " + CoolProp.Props("V", 'T', 350, 'P', 101.325, "TD12") + "Pa-s");
System.out.println("Density of 50% (mass) ethylene glycol/water at 300 K, 101.325 kPa: " + CoolProp.Props("D", 'T', 300, 'P', 101.325, "INCOMP::EG-50%") + "kg/m^3");
System.out.println("Viscosity of Therminol D12 at 350 K, 101.325 kPa: " + CoolProp.Props("V", 'T', 350, 'P', 101.325, "INCOMP::TD12") + "Pa-s");
System.out.println(" ");
System.out.println("************ HUMID AIR PROPERTIES *************");