CoolProp  6.6.0
An open-source fluid property and humid air property database
Public Member Functions | Public Attributes | List of all members
CoolProp::HelmholtzDerivatives Struct Reference

Detailed Description

Definition at line 45 of file Helmholtz.h.

#include <Helmholtz.h>

Public Member Functions

void reset (CoolPropDbl v)
 
HelmholtzDerivatives operator+ (const HelmholtzDerivatives &other) const
 
HelmholtzDerivatives operator* (const CoolPropDbl &other) const
 
 HelmholtzDerivatives ()
 
double get (std::size_t itau, std::size_t idelta)
 Retrieve a single value based on the number of derivatives with respect to tau and delta. More...
 

Public Attributes

LIST_OF_DERIVATIVE_VARIABLES CoolPropDbl tau
 
LIST_OF_DERIVATIVE_VARIABLES CoolPropDbl delta
 
LIST_OF_DERIVATIVE_VARIABLES CoolPropDbl T_red
 
LIST_OF_DERIVATIVE_VARIABLES CoolPropDbl rhomolar_red
 

Constructor & Destructor Documentation

◆ HelmholtzDerivatives()

CoolProp::HelmholtzDerivatives::HelmholtzDerivatives ( )
inline

Definition at line 71 of file Helmholtz.h.

Member Function Documentation

◆ get()

double CoolProp::HelmholtzDerivatives::get ( std::size_t  itau,
std::size_t  idelta 
)
inline

Retrieve a single value based on the number of derivatives with respect to tau and delta.

Definition at line 77 of file Helmholtz.h.

◆ operator*()

HelmholtzDerivatives CoolProp::HelmholtzDerivatives::operator* ( const CoolPropDbl other) const
inline

Definition at line 64 of file Helmholtz.h.

◆ operator+()

HelmholtzDerivatives CoolProp::HelmholtzDerivatives::operator+ ( const HelmholtzDerivatives other) const
inline

Definition at line 57 of file Helmholtz.h.

◆ reset()

void CoolProp::HelmholtzDerivatives::reset ( CoolPropDbl  v)
inline

Definition at line 52 of file Helmholtz.h.

Member Data Documentation

◆ delta

LIST_OF_DERIVATIVE_VARIABLES CoolPropDbl CoolProp::HelmholtzDerivatives::delta

Definition at line 50 of file Helmholtz.h.

◆ rhomolar_red

LIST_OF_DERIVATIVE_VARIABLES CoolPropDbl CoolProp::HelmholtzDerivatives::rhomolar_red

Definition at line 50 of file Helmholtz.h.

◆ T_red

LIST_OF_DERIVATIVE_VARIABLES CoolPropDbl CoolProp::HelmholtzDerivatives::T_red

Definition at line 50 of file Helmholtz.h.

◆ tau

LIST_OF_DERIVATIVE_VARIABLES CoolPropDbl CoolProp::HelmholtzDerivatives::tau

Definition at line 50 of file Helmholtz.h.


The documentation for this struct was generated from the following file: