Return true if the fluid has a melting line - default is false, but can be re-implemented by derived class
| 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 |
no outgoing calls
no test coverage detected