Added some reporting to Python. Untested changes in C++

This commit is contained in:
jowr
2014-07-30 09:27:25 +02:00
parent 0f392c3309
commit 8ff8332e77
111 changed files with 990 additions and 15471 deletions

View File

@@ -171,6 +171,7 @@ CoolProp::IncompressibleFluid CoolPropTesting::incompressibleFluidObject(){
CoolProp::IncompressibleData T_freeze;
T_freeze.type = CoolProp::IncompressibleData::INCOMPRESSIBLE_POLYOFFSET;
T_freeze.coeffs = CoolProp::vec_to_eigen(tmpVector);
T_freeze.coeffs.transposeInPlace();
// After preparing the coefficients, we have to create the objects
CoolProp::IncompressibleFluid CH3OH;