CoolProp  6.6.1dev
An open-source fluid property and humid air property database
Public Member Functions | Public Attributes | List of all members
CoolProp::PredefinedMixturesLibrary Class Reference

Detailed Description

A library of predefined mixtures.

Each entry in the predefined mixture library contains the names and mole fractions for the binary pairs

Definition at line 13 of file MixtureParameters.cpp.

Public Member Functions

 PredefinedMixturesLibrary ()
 
void load_from_string (const std::string &str)
 
void load_from_JSON (rapidjson::Document &doc)
 

Public Attributes

std::map< std::string, Dictionarypredefined_mixture_map
 

Constructor & Destructor Documentation

◆ PredefinedMixturesLibrary()

CoolProp::PredefinedMixturesLibrary::PredefinedMixturesLibrary ( )
inline

Definition at line 18 of file MixtureParameters.cpp.

Member Function Documentation

◆ load_from_JSON()

void CoolProp::PredefinedMixturesLibrary::load_from_JSON ( rapidjson::Document &  doc)
inline

Definition at line 32 of file MixtureParameters.cpp.

◆ load_from_string()

void CoolProp::PredefinedMixturesLibrary::load_from_string ( const std::string &  str)
inline

Definition at line 22 of file MixtureParameters.cpp.

Member Data Documentation

◆ predefined_mixture_map

std::map<std::string, Dictionary> CoolProp::PredefinedMixturesLibrary::predefined_mixture_map

Definition at line 16 of file MixtureParameters.cpp.


The documentation for this class was generated from the following file: