CoolProp
6.6.0
An open-source fluid property and humid air property database
|
#include "DataStructures.h"
#include "IncompressibleFluid.h"
#include "IncompressibleLibrary.h"
#include "math.h"
#include "MatrixMath.h"
#include "PolyMath.h"
#include <Eigen/Core>
Go to the source code of this file.
Namespaces | |
CoolProp | |
Code for all the binary pairs in the mixture. | |
Variables | |
constexpr double | INCOMP_EPSILON = DBL_EPSILON * 100.0 |
constexpr double | INCOMP_DELTA = INCOMP_EPSILON * 10.0 |
|
constexpr |
Definition at line 11 of file IncompressibleFluid.cpp.
|
constexpr |
Definition at line 10 of file IncompressibleFluid.cpp.