Return a string from the backend for the mixture/fluid - backend dependent - could be CAS #, name, etc.
| 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(); |
no outgoing calls