CoolProp
6.6.1dev
An open-source fluid property and humid air property database
|
Go to the source code of this file.
Classes | |
class | CoolProp::ReducingFunction |
Abstract base class for reducing function An abstract base class for the reducing function to allow for Lemmon-Jacobsen, GERG, or other reducing function to yield the reducing parameters \(\rho_r\) and \(T_r\). More... | |
class | CoolProp::GERG2008ReducingFunction |
The reducing function model of GERG-2008. More... | |
class | CoolProp::ConstantReducingFunction |
A constant reducing function that does not vary with composition. Think for instance the reducing function for the cubic EOS. More... | |
class | CoolProp::LemmonAirHFCReducingFunction |
Reducing function converter for dry air and HFC blends. More... | |
Namespaces | |
CoolProp | |
Code for all the binary pairs in the mixture. | |
Enumerations | |
enum | CoolProp::x_N_dependency_flag { CoolProp::XN_INDEPENDENT , CoolProp::XN_DEPENDENT } |
Functions | |
std::string | CoolProp::get_reducing_function_name (const std::string &CAS1, const std::string &CAS2) |