CoolProp
6.6.1dev
An open-source fluid property and humid air property database
|
#include "PolyMath.h"
#include "Exceptions.h"
#include "MatrixMath.h"
#include <vector>
#include <string>
#include <math.h>
#include <iostream>
#include "Solvers.h"
#include "unsupported/Eigen/Polynomials"
Go to the source code of this file.
Namespaces | |
CoolProp | |
Code for all the binary pairs in the mixture. | |
Variables | |
constexpr double | CoolProp::CPPOLY_EPSILON = DBL_EPSILON * 100.0 |
constexpr double | CoolProp::CPPOLY_DELTA = CPPOLY_EPSILON * 10.0 |