CoolProp
6.6.0
An open-source fluid property and humid air property database
|
An abstract AbstractState generator class
This class should be derived and statically initialized in a C++ file. In the initializer, the register_backend function should be called. This will register the backend family, and when this generator is looked up in the map, the get_AbstractState function will be used to return an initialized instance
Definition at line 1589 of file AbstractState.h.
#include <AbstractState.h>
Public Member Functions | |
virtual AbstractState * | get_AbstractState (const std::vector< std::string > &fluid_names)=0 |
virtual | ~AbstractStateGenerator () |
|
inlinevirtual |
Definition at line 1593 of file AbstractState.h.
|
pure virtual |