CoolProp  6.6.0
An open-source fluid property and humid air property database
Classes | Functions
CoolProp::PCSAFTLibrary Namespace Reference

Classes

class  PCSAFTLibraryClass
 

Functions

PCSAFTLibraryClassget_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...
 

Function Documentation

◆ add_fluids_as_JSON()

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)

Parameters
JSONA JSON-formatted string with the fluid information

Definition at line 69 of file PCSAFTLibrary.cpp.

◆ get_library()

PCSAFTLibraryClass & CoolProp::PCSAFTLibrary::get_library ( void  )

Definition at line 28 of file PCSAFTLibrary.cpp.

◆ get_pcsaft_fluids_schema()

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.