CoolProp
6.6.1dev
An open-source fluid property and humid air property database
|
#include "IncompressibleLibrary.h"
#include "MatrixMath.h"
#include "DataStructures.h"
#include "rapidjson_include.h"
#include "all_incompressibles_JSON.h"
Go to the source code of this file.
Namespaces | |
CoolProp | |
Code for all the binary pairs in the mixture. | |
Functions | |
void | CoolProp::load_incompressible_library () |
JSONIncompressibleLibrary & | CoolProp::get_incompressible_library (void) |
Get a reference to the library instance. More... | |
IncompressibleFluid & | CoolProp::get_incompressible_fluid (const std::string &fluid_string) |
Get the fluid structure returned as a reference. 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... | |