Removed old C# and Java examples, updated current ones

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-12-05 18:13:12 -05:00
parent 43c24d66c0
commit 348aecbb39
10 changed files with 2 additions and 413 deletions

View File

@@ -60,7 +60,7 @@ 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, 101325 kPa: " + CoolProp.PropsSI("D", "T", 300, "P", 101325, "EG-50%") + "kg/m^3");
System.out.println("Density of 50% (mass) ethylene glycol/water at 300 K, 101325 kPa: " + CoolProp.PropsSI("D", "T", 300, "P", 101325, "INCOMP::MEG-50%") + "kg/m^3");
System.out.println("Viscosity of Therminol D12 at 350 K, 101325 kPa: " + CoolProp.PropsSI("V", "T", 350, "P", 101325, "TD12") + "Pa-s");
//~ System.out.println(" ");