mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-07 12:25:08 -05:00
Incompressible library and backend work, still need to convert the coefficients from v4.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user