CoolProp
6.6.1dev
An open-source fluid property and humid air property database
|
#include <memory>
#include <vector>
#include "CoolPropFluid.h"
#include "crossplatform_shared_ptr.h"
#include "Helmholtz.h"
#include "Backends/Helmholtz/HelmholtzEOSMixtureBackend.h"
Go to the source code of this file.
Classes | |
class | CoolProp::DepartureFunction |
The abstract base class for departure functions used in the excess part of the Helmholtz energy. More... | |
class | CoolProp::GERG2008DepartureFunction |
The departure function used by the GERG-2008 formulation. More... | |
class | CoolProp::GaussianExponentialDepartureFunction |
A hybrid gaussian with temperature and density dependence along with. More... | |
class | CoolProp::ExponentialDepartureFunction |
A polynomial/exponential departure function. More... | |
class | CoolProp::ExcessTerm |
Namespaces | |
CoolProp | |
Code for all the binary pairs in the mixture. | |
Typedefs | |
typedef std::vector< std::vector< CoolPropDbl > > | CoolProp::STLMatrix |
typedef shared_ptr< DepartureFunction > | CoolProp::DepartureFunctionPointer |