|
CoolProp 7.2.0
An open-source fluid property and humid air property database
|
Classes | |
| class | PCSAFTLibraryClass |
Functions | |
| PCSAFTLibraryClass & | get_library (void) |
| void | 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 | get_pcsaft_fluids_schema () |
| Get the schema used to validate the PC-SAFT fluids. More... | |
| 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)
| JSON | A JSON-formatted string with the fluid information |
Definition at line 69 of file PCSAFTLibrary.cpp.
| PCSAFTLibraryClass & CoolProp::PCSAFTLibrary::get_library | ( | void | ) |
Definition at line 28 of file PCSAFTLibrary.cpp.
| std::string CoolProp::PCSAFTLibrary::get_pcsaft_fluids_schema | ( | ) |
Get the schema used to validate the PC-SAFT fluids.
Definition at line 199 of file PCSAFTLibrary.cpp.