mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-10 22:48:05 -05:00
Implement calc_name and calc_fluid_names for tabular backends; closes #1616
This commit is contained in:
@@ -865,6 +865,9 @@ class TabularBackend : public AbstractState
|
||||
|
||||
// None of the tabular methods are available from the high-level interface
|
||||
bool available_in_high_level(void){return false;}
|
||||
|
||||
std::string calc_name(void){ return AS->name(); }
|
||||
std::vector<std::string> calc_fluid_names(void){ return AS->fluid_names(); }
|
||||
|
||||
void connect_pointers(parameters output, const SinglePhaseGriddedTableData &table)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user