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

Detailed Description

Definition at line 120 of file FlashRoutines.cpp.

Inheritance diagram for CoolProp::solver_DP_resid:
CoolProp::FuncWrapper1DWithTwoDerivs CoolProp::FuncWrapper1DWithDeriv CoolProp::FuncWrapper1D

Public Member Functions

 solver_DP_resid (HelmholtzEOSMixtureBackend *HEOS, CoolPropDbl rhomolar, CoolPropDbl p)
 
double call (double T)
 
double deriv (double T)
 
double second_deriv (double T)
 
- Public Member Functions inherited from CoolProp::FuncWrapper1D
 FuncWrapper1D ()
 
virtual ~FuncWrapper1D ()
 
virtual bool input_not_in_range (double x)
 

Public Attributes

HelmholtzEOSMixtureBackendHEOS
 
CoolPropDbl rhomolar
 
CoolPropDbl p
 
- Public Attributes inherited from CoolProp::FuncWrapper1D
int errcode
 
std::string errstring
 
Dictionary options
 
int iter
 

Constructor & Destructor Documentation

◆ solver_DP_resid()

CoolProp::solver_DP_resid::solver_DP_resid ( HelmholtzEOSMixtureBackend HEOS,
CoolPropDbl  rhomolar,
CoolPropDbl  p 
)
inline

Definition at line 125 of file FlashRoutines.cpp.

Member Function Documentation

◆ call()

double CoolProp::solver_DP_resid::call ( double  T)
inlinevirtual

Implements CoolProp::FuncWrapper1D.

Definition at line 126 of file FlashRoutines.cpp.

◆ deriv()

double CoolProp::solver_DP_resid::deriv ( double  T)
inlinevirtual

Implements CoolProp::FuncWrapper1DWithDeriv.

Definition at line 132 of file FlashRoutines.cpp.

◆ second_deriv()

double CoolProp::solver_DP_resid::second_deriv ( double  T)
inlinevirtual

Implements CoolProp::FuncWrapper1DWithTwoDerivs.

Definition at line 136 of file FlashRoutines.cpp.

Member Data Documentation

◆ HEOS

HelmholtzEOSMixtureBackend* CoolProp::solver_DP_resid::HEOS

Definition at line 123 of file FlashRoutines.cpp.

◆ p

CoolPropDbl CoolProp::solver_DP_resid::p

Definition at line 124 of file FlashRoutines.cpp.

◆ rhomolar

CoolPropDbl CoolProp::solver_DP_resid::rhomolar

Definition at line 124 of file FlashRoutines.cpp.


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