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

Method has_melting_line

include/CoolProp/AbstractState.h:1497–1499  ·  view source on GitHub ↗

Return true if the fluid has a melting line - default is false, but can be re-implemented by derived class

Source from the content-addressed store, hash-verified

1495
1496 /// Return true if the fluid has a melting line - default is false, but can be re-implemented by derived class
1497 virtual bool has_melting_line() {
1498 return false;
1499 };
1500 /// Return a value from the melting line
1501 /// @param param The key for the parameter to be returned
1502 /// @param given The key for the parameter that is given

Callers 2

calc_melting_curveMethod · 0.95
calc_melting_curveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected