CoolProp
6.6.1dev
An open-source fluid property and humid air property database
|
#include "TabularBackends.h"
#include "Exceptions.h"
#include "DataStructures.h"
#include "Eigen/Core"
Go to the source code of this file.
Classes | |
class | CoolProp::BicubicBackend |
Namespaces | |
CoolProp | |
Code for all the binary pairs in the mixture. | |
Typedefs | |
typedef std::vector< std::vector< double > > | CoolProp::mat |
This class implements bicubic interpolation, as very clearly laid out by the page on wikipedia: http://en.wikipedia.org/wiki/Bicubic_interpolation. More... | |