coolprop.org
Citation for CoolProp — CoolProp 6.0.0 documentation
http://www.coolprop.org/citation.html
A paper covering CoolProp has been published in the Journal Industrial and Engineering Chemistry Research ( link to paper. With an OpenAccess license. As CoolProp is free to all users, we simply ask that if you use CoolProp in your academic work that you make a reference to CoolProp. If you use CoolProp, please cite the freely available article using the citation given below, and the domain www.coolprop.org.
coolprop.org
Pure and Pseudo-Pure fluid properties — CoolProp 6.0.0 documentation
http://www.coolprop.org/fluid_properties/PurePseudoPure.html
Pure and Pseudo-Pure fluid properties. Pure and Pseudo-Pure fluid properties. Thermodynamic properties of Fluid. Nearly all the fluids modeling in CoolProp are based on Helmholtz energy formulations. This is a convenient construction of the equation of state because all the thermodynamic properties of interest can be obtained directly from partial derivatives of the Helmholtz energy. Thermodynamic properties of Fluid. In general, the EOS are based on non-dimensional terms ( delta ). And ( tau ). Is the r...
coolprop.org
C# Wrapper — CoolProp 6.0.0 documentation
http://www.coolprop.org/coolprop/wrappers/Csharp/index.html
Pre-compiled binaries can be downloaded from Csharp. Development binaries coming from the buildbot server can be found at Csharp. File and expand it to a folder called. Using 7-zip. Download the special C# shared library for your system architecture to the same location from either Csharp. Development). Copy the Example.cs file to the same location. You will need to have a copy of some version of C#. When you are finished, you should have a folder layout something like. At the command prompt, run:. Addit...
coolprop.org
Octave Wrapper — CoolProp 6.0.0 documentation
http://www.coolprop.org/coolprop/wrappers/Octave/index.html
Pre-compiled release binaries can be downloaded from Octave. Development binaries coming from the buildbot server can be found at Octave. Download the oct file appropriate to your system. On Linux systems you can put the generated .oct file in. Folder. You will need superuser privileges to do this. If you place .oct file somewhere outside octave path, you have to use “addpath” function at begining of your code. Example: adding the folder that contains CoolProp.oct file to the Octave path:. Extract the zi...
coolprop.org
Examples — CoolProp 6.0.0 documentation
http://www.coolprop.org/coolprop/examples.html
This page serves as a teaser of the functionality of CoolProp. These examples are written in the Python programming language. For more information see:. Pure and Pseudo-Pure fluid properties. Function, import it and do some calls, do something like this. Import the things you need. Print some information on the currently used version of coolprop. Density of carbon dioxide at 100 bar and 25C. Saturated vapor enthalpy [J/kg] of R134a at 25C. Function, import it and do some calls, do something like this.
coolprop.org
Python Wrapper — CoolProp 6.0.0 documentation
http://www.coolprop.org/coolprop/wrappers/Python/index.html
Installation program, you can install the official release from the pypi server using:. If you dare, you can also try the latest nightly release from Python. Or get it directly from the development server using:. Pip install -vvv - pre - trusted-host www.coolprop.dreamhosters.com - find-links http:/ www.coolprop.dreamhosters.com/binaries/Python/ -U - force-reinstall CoolProp. Compilation of the python wrapper requires a few common wrapper pre-requisites. Sudo pip install Cython. Then, follow the commands:.
coolprop.org
General Information — CoolProp 6.0.0 documentation
http://www.coolprop.org/general_information.html
coolprop.org
Mixtures — CoolProp 6.0.0 documentation
http://www.coolprop.org/fluid_properties/Mixtures.html
Estimating binary interaction parameters. Using your own interaction parameters. Excess Helmholtz Energy Terms. The mixture modeling used in CoolProp is based on the work of Kunz et al. [29]. A mixture is composed of a number of components, and for each pair of components, it is necessary to have information for the excess Helmholtz energy term as well as the reducing function. See below for what binary pairs are included in CoolProp. The only types of inputs that are allowed for mixtures right now are.
coolprop.org
See the source files — CoolProp 6.0.0 documentation
http://www.coolprop.org/develop/code.html
See the source files. View/Edit sources on github. The source code of CoolProp is stored in a github repository at https:/ github.com/CoolProp/CoolProp. Doxygen formatted documentation of the source files. Builds of the doxygen. Formatted HTML outputs for the current version can be found at CoolProp. Other documentation about the source code and developer notes can be found at Information for Developers. See the source files. View/Edit sources on github. Doxygen formatted documentation of the source files.