CoolProp
6.6.0
An open-source fluid property and humid air property database
|
#include <string>
#include <map>
#include "PCSAFTLibrary.h"
#include "all_pcsaft_JSON.h"
#include "pcsaft_fluids_schema_JSON.h"
#include "mixture_binary_pairs_pcsaft_JSON.h"
#include "rapidjson_include.h"
#include "CPstrings.h"
#include "CoolProp.h"
#include "Configuration.h"
#include "Backends/Helmholtz/Fluids/FluidLibrary.h"
#include "CoolPropTools.h"
Go to the source code of this file.
Namespaces | |
CoolProp | |
Code for all the binary pairs in the mixture. | |
CoolProp::PCSAFTLibrary | |
Functions | |
std::string | CoolProp::get_mixture_binary_pair_pcsaft (const std::string &CAS1, const std::string &CAS2, const std::string &key) |
void | CoolProp::set_mixture_binary_pair_pcsaft (const std::string &CAS1, const std::string &CAS2, const std::string &key, const double value) |
PCSAFTLibraryClass & | CoolProp::PCSAFTLibrary::get_library (void) |
void | CoolProp::PCSAFTLibrary::add_fluids_as_JSON (const std::string &JSON) |
Add an array of fluids to the PC-SAFT library (as a JSON-formatted string) More... | |
std::string | CoolProp::PCSAFTLibrary::get_pcsaft_fluids_schema () |
Get the schema used to validate the PC-SAFT fluids. More... | |