CoolProp
6.6.1dev
An open-source fluid property and humid air property database
|
#include <vector>
#include <string>
#include "PCSAFTFluid.h"
#include "CoolPropTools.h"
#include "rapidjson_include.h"
Go to the source code of this file.
Classes | |
class | CoolProp::PCSAFTLibrary::PCSAFTLibraryClass |
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) |
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... | |
PCSAFTLibraryClass & | CoolProp::PCSAFTLibrary::get_library (void) |