CoolProp
6.6.0
An open-source fluid property and humid air property database
|
#include <string>
#include <map>
#include "CubicsLibrary.h"
#include "all_cubics_JSON.h"
#include "cubic_fluids_schema_JSON.h"
#include "rapidjson_include.h"
#include "CPstrings.h"
#include "CoolProp.h"
#include "Configuration.h"
#include "Backends/Helmholtz/Fluids/FluidLibrary.h"
Go to the source code of this file.
Classes | |
class | CoolProp::CubicLibrary::CubicsLibraryClass |
Namespaces | |
CoolProp | |
Code for all the binary pairs in the mixture. | |
CoolProp::CubicLibrary | |
Functions | |
void | CoolProp::CubicLibrary::add_fluids_as_JSON (const std::string &JSON) |
Add an array of fluids to the cubics library (as a JSON-formatted string) More... | |
std::string | CoolProp::CubicLibrary::get_fluid_as_JSONstring (const std::string &identifier) |
CubicLibrary::CubicsValues | CoolProp::CubicLibrary::get_cubic_values (const std::string &identifier) |
std::string | CoolProp::CubicLibrary::get_cubic_fluids_schema () |
Get the schema used to validate the cubic fluids. More... | |
std::string | CoolProp::CubicLibrary::get_cubic_fluids_list () |
Get a csv separated list of fluid names that are loaded. More... | |