|
std::string | CoolProp::get_parameter_information (int key, const std::string &info) |
|
parameters | CoolProp::get_parameter_index (const std::string ¶m_name) |
| Return the enum key corresponding to the parameter name ("Dmolar" for instance) More...
|
|
bool | CoolProp::is_valid_phase (const std::string &phase_name, phases &iOutput) |
|
phases | CoolProp::get_phase_index (const std::string ¶m_name) |
| Return the enum key corresponding to the phase name ("phase_liquid" for instance) More...
|
|
bool | CoolProp::is_valid_scheme (const std::string &scheme_name, schemes &iOutput) |
|
schemes | CoolProp::get_scheme_index (const std::string &scheme_name) |
| Return the enum key corresponding to the association scheme name ("2B" for instance) More...
|
|
bool | CoolProp::is_trivial_parameter (int key) |
| Returns true if the input is trivial (constants, critical parameters, etc.) More...
|
|
bool | CoolProp::is_valid_parameter (const std::string &name, parameters &iOutput) |
| Returns true if a valid parameter, and sets value in the variable iOutput. More...
|
|
bool | CoolProp::is_valid_first_derivative (const std::string &name, parameters &iOf, parameters &iWrt, parameters &iConstant) |
|
bool | CoolProp::is_valid_first_saturation_derivative (const std::string &name, parameters &iOf, parameters &iWrt) |
|
bool | CoolProp::is_valid_second_derivative (const std::string &name, parameters &iOf1, parameters &iWrt1, parameters &iConstant1, parameters &iWrt2, parameters &iConstant2) |
|
std::string | CoolProp::get_csv_parameter_list () |
| Return a list of parameters. More...
|
|
bool | CoolProp::match_pair (parameters key1, parameters key2, parameters x1, parameters x2, bool &swap) |
|
template<class T > |
CoolProp::input_pairs | CoolProp::generate_update_pair (parameters key1, T value1, parameters key2, T value2, T &out1, T &out2) throw () |
| Generate an update pair from key, value pairs. More...
|
|
input_pairs | CoolProp::get_input_pair_index (const std::string &input_pair_name) |
| Get the input pair index associated with its string representation. More...
|
|
const std::string & | CoolProp::get_input_pair_short_desc (input_pairs pair) |
| Return the short description of an input pair key ("DmolarT_INPUTS" for instance) More...
|
|
const std::string & | CoolProp::get_input_pair_long_desc (input_pairs pair) |
| Return the long description of an input pair key ("Molar density in mol/m^3, Temperature in K" for instance) More...
|
|
void | CoolProp::split_input_pair (input_pairs pair, parameters &p1, parameters &p2) |
| Split an input pair into parameters for the two parts that form the pair. More...
|
|
std::string | CoolProp::get_mixture_binary_pair_data (const std::string &CAS1, const std::string &CAS2, const std::string ¶m) |
| Get a string for the given binary pair. More...
|
|
void | CoolProp::set_mixture_binary_pair_data (const std::string &CAS1, const std::string &CAS2, const std::string ¶m, const double val) |
| Set a parameter for the given binary pair. More...
|
|
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::extract_backend_families (std::string backend_string, backend_families &f1, backend_families &f2) |
| Convert a string into the enum values. More...
|
|
void | CoolProp::extract_backend_families_string (std::string backend_string, backend_families &f1, std::string &f2) |
|
std::string | CoolProp::get_backend_string (backends backend) |
|