Loading [MathJax]/extensions/TeX/AMSsymbols.js
CoolProp  6.7.1dev
An open-source fluid property and humid air property database
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
FluidLibrary.cpp File Reference
#include "FluidLibrary.h"
#include "Backends/Helmholtz/HelmholtzEOSBackend.h"
#include "miniz.h"
#include "incbin.h"

Go to the source code of this file.

Namespaces

 CoolProp
 Code for all the binary pairs in the mixture.
 

Functions

 INCBIN (all_fluids_JSON_z, "all_fluids.json.z")
 
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...
 

Function Documentation

◆ INCBIN()

INCBIN ( all_fluids_JSON_z  ,
"all_fluids.json.z"   
)