CoolProp
6.6.1dev
An open-source fluid property and humid air property database
|
#include "FluidLibrary.h"
#include "all_fluids_JSON.h"
#include "Backends/Helmholtz/HelmholtzEOSBackend.h"
Go to the source code of this file.
Namespaces | |
CoolProp | |
Code for all the binary pairs in the mixture. | |
Functions | |
void | CoolProp::load () |
JSONFluidLibrary & | CoolProp::get_library (void) |
Get a reference to the library instance. More... | |
CoolPropFluid | CoolProp::get_fluid (const std::string &fluid_string) |
Get the fluid structure. More... | |
std::string | CoolProp::get_fluid_as_JSONstring (const std::string &indentifier) |
Get the fluid as a JSON string, suitable for modification and reloading. More... | |
std::string | CoolProp::get_fluid_list (void) |
Get a comma-separated-list of fluids that are included. More... | |
void | CoolProp::set_fluid_enthalpy_entropy_offset (const std::string &fluid, double delta_a1, double delta_a2, const std::string &ref) |
Set the internal enthalpy and entropy offset variables. More... | |