CoolProp 8.0.0
An open-source fluid property and humid air property database
Classes | Namespaces | Functions
IncompressibleLibrary.h File Reference
#include "CoolProp/DataStructures.h"
#include "CoolProp/fluids/IncompressibleFluid.h"
#include "CoolProp/detail/json.h"
#include <map>

Go to the source code of this file.

Classes

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

Namespaces

namespace  CoolProp
 

Functions

int CoolProp::get_debug_level ()
 
JSONIncompressibleLibrary & CoolProp::get_incompressible_library ()
 Get a reference to the library instance. More...
 
std::string CoolProp::get_incompressible_list_pure ()
 Return a comma-separated list of incompressible pure fluid names. More...
 
std::string CoolProp::get_incompressible_list_solution ()
 Return a comma-separated list of solution names. More...
 
IncompressibleFluid & CoolProp::get_incompressible_fluid (const std::string &fluid_string)
 Get the fluid structure returned as a reference. More...