CoolProp  6.6.0
An open-source fluid property and humid air property database
Classes | Namespaces | Functions
FluidLibrary.h File Reference
#include "CoolPropFluid.h"
#include "rapidjson_include.h"
#include "crossplatform_shared_ptr.h"
#include <map>
#include <algorithm>
#include "Configuration.h"
#include "Backends/Cubics/CubicsLibrary.h"
#include "Helmholtz.h"

Go to the source code of this file.

Classes

class  CoolProp::JSONFluidLibrary
 A container for the fluid parameters for the CoolProp fluids. More...
 

Namespaces

 CoolProp
 Code for all the binary pairs in the mixture.
 

Functions

int CoolProp::get_debug_level ()
 
JSONFluidLibrary & CoolProp::get_library (void)
 Get a reference to the library instance. More...
 
std::string CoolProp::get_fluid_list (void)
 Get a comma-separated-list of fluids that are included. 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...
 
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...