|
CoolProp 8.0.0
An open-source fluid property and humid air property database
|
#include "TabularBackends.h"#include "CoolProp/CoolProp.h"#include <cmath>#include <sstream>#include <ctime>#include "miniz.h"#include <fstream>Go to the source code of this file.
Namespaces | |
| namespace | CoolProp |
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) |