CoolProp 8.0.0
An open-source fluid property and humid air property database
Classes | Namespaces | Typedefs
ExcessHEFunction.h File Reference
#include <memory>
#include <vector>
#include "CoolProp/CoolPropFluid.h"
#include "CoolProp/fluids/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

namespace  CoolProp
 

Typedefs

using CoolProp::STLMatrix = std::vector< std::vector< CoolPropDbl > >
 
using CoolProp::DepartureFunctionPointer = shared_ptr< DepartureFunction >