Ian Bell

Results 624 comments of Ian Bell

Do you need to do the ``.ToArray()`` call like above? I don't remember how to work with returned SWIG-wrapped ``std::vector``

Based on this: https://www.swig.org/Doc4.2/SWIGDocumentation.html#CSharp_arrays I guess you need to call the ``.getitem()`` method on the returned object. And maybe the type should be DoubleVector on the returned ``result``?

Where are your state points? Please provide a runnable example with all necessary imports and so on.

Doesn't answer my question: where in the phase diagram (in words) are the state points?

Looks like a weird bug in CoolProp. @msaitta-mpr can you take a look? The liquid points are basically saturated, the vapor ones are superheated. Of course you could calculate the...

You'll need cmake, once you have that going, you need to make a folder called ``bld`` (or whatever you want) in the CoolProp source, and make a file called my...

Please use the approach in https://github.com/CoolProp/simple_cmake_example . Full integration with CMake is strongly recommended.

Two things: 1. Please calculate deviations 2. What mixture model is being used in CoolProp? They are listed here: http://www.coolprop.org/fluid_properties/Mixtures.html#binary-pairs. If it is the model I made, no densities were...

This was definitely not intentional. Are you sure that you have installed the C# stuff properly?

Some comments here: 1) Definitely the failure mode should be an exception not a crash (this is not good) 2) Definitely the pure fluid EOS are not helping since nitrogen...