Loading [MathJax]/extensions/TeX/AMSsymbols.js
CoolProp  6.7.1dev
An open-source fluid property and humid air property database
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
TabularBackends.cpp File Reference
#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)