MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / get_parameter_index

Function get_parameter_index

src/DataStructures.cpp:495–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495parameters get_parameter_index(const std::string& param_name) {
496 parameters iOutput;
497 if (is_valid_parameter(param_name, iOutput)) {
498 return iOutput;
499 } else {
500 throw ValueError(format("Your input name [%s] is not valid in get_parameter_index (names are case sensitive)", param_name.c_str()));
501 }
502}
503
504struct input_pair_info
505{

Callers 8

getSpeedMeasFunction · 0.85
calc_isolinesFunction · 0.85
saturation_ancillaryFunction · 0.85
Props1Function · 0.85
PropsFunction · 0.85
set_pairMethod · 0.85

Calls 2

is_valid_parameterFunction · 0.85
formatFunction · 0.70

Tested by 1

set_pairMethod · 0.68