CoolProp
6.6.1dev
An open-source fluid property and humid air property database
|
#include "TabularBackends.h"
#include "CoolProp.h"
#include <sstream>
#include "time.h"
#include "miniz.h"
#include <fstream>
Go to the source code of this file.
Namespaces | |
CoolProp | |
Code for all the binary pairs in the mixture. | |
Functions | |
template<typename T > | |
void | CoolProp::load_table (T &table, const std::string &path_to_tables, const std::string &filename) |
template<typename T > | |
void | CoolProp::write_table (const T &table, const std::string &path_to_tables, const std::string &name) |