Incompressible library and backend work, still need to convert the coefficients from v4.

This commit is contained in:
jowr
2014-07-16 13:18:45 +02:00
parent 8a888cdf9d
commit e946d84dec
14 changed files with 130 additions and 1506 deletions

View File

@@ -173,7 +173,7 @@ CoolProp::IncompressibleFluid CoolPropTesting::incompressibleFluidObject(){
// After preparing the coefficients, we have to create the objects
CoolProp::IncompressibleFluid CH3OH;
CH3OH.setName("CH3OH");
CH3OH.setName("CH3OH-testing");
CH3OH.setDescription("Methanol solution");
CH3OH.setReference("SecCool software");
CH3OH.setTmax( 20 + 273.15);