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

Method fluid_param_string

include/CoolProp/AbstractState.h:934–936  ·  view source on GitHub ↗

Return a string from the backend for the mixture/fluid - backend dependent - could be CAS #, name, etc.

Source from the content-addressed store, hash-verified

932
933 /// Return a string from the backend for the mixture/fluid - backend dependent - could be CAS #, name, etc.
934 virtual std::string fluid_param_string(const std::string&) {
935 throw NotImplementedError("fluid_param_string has not been implemented for this backend");
936 }
937
938 /// Return a vector of strings of the fluid names that are in use
939 std::vector<std::string> fluid_names();

Calls

no outgoing calls