15 std::map<std::string,long> fluid_index_map;
16 std::map<std::string,Fluid*> fluid_name_map;
Fluid is the abstract base class that is employed by all the other fluids.
std::vector< Fluid * > FluidsList
A list of pointers to the instances of the fluids.
std::string FluidList()
Returns a std::string of a comma-separated list of the CoolProp names of all the fluids that are load...
A document for parsing JSON text as DOM.
Fluid * get_fluid(std::string name)
long get_fluid_index(Fluid *pFluid)
bool add_REFPROP_fluid(std::string FluidName, std::vector< double > xmol)