CoolProp
6.6.1dev
An open-source fluid property and humid air property database
|
#include "DataStructures.h"
#include "IncompressibleFluid.h"
#include "rapidjson_include.h"
#include <map>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | CoolProp::JSONIncompressibleLibrary |
A container for the fluid parameters for the incompressible fluids. More... | |
Namespaces | |
CoolProp | |
Code for all the binary pairs in the mixture. | |
Functions | |
int | CoolProp::get_debug_level () |
JSONIncompressibleLibrary & | CoolProp::get_incompressible_library (void) |
Get a reference to the library instance. More... | |
std::string | CoolProp::get_incompressible_list_pure (void) |
Return a comma-separated list of incompressible pure fluid names. More... | |
std::string | CoolProp::get_incompressible_list_solution (void) |
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... | |