mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-07 04:14:59 -05:00
Added some reporting to Python. Untested changes in C++
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user