CoolProp  6.6.0
An open-source fluid property and humid air property database
Namespaces | Variables
IncompressibleFluid.cpp File Reference
#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
 

Variable Documentation

◆ INCOMP_DELTA

constexpr double INCOMP_DELTA = INCOMP_EPSILON * 10.0
constexpr

Definition at line 11 of file IncompressibleFluid.cpp.

◆ INCOMP_EPSILON

constexpr double INCOMP_EPSILON = DBL_EPSILON * 100.0
constexpr

Definition at line 10 of file IncompressibleFluid.cpp.