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

Detailed Description

Definition at line 232 of file FlashRoutines.cpp.

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

Public Member Functions

 DQ_flash_residual (HelmholtzEOSMixtureBackend &HEOS, double rhomolar, double Q_target)
 
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
 
double rhomolar
 
double Q_target
 
- Public Attributes inherited from CoolProp::FuncWrapper1D
int errcode
 
std::string errstring
 
Dictionary options
 
int iter
 

Constructor & Destructor Documentation

◆ DQ_flash_residual()

CoolProp::DQ_flash_residual::DQ_flash_residual ( HelmholtzEOSMixtureBackend HEOS,
double  rhomolar,
double  Q_target 
)
inline

Definition at line 237 of file FlashRoutines.cpp.

Member Function Documentation

◆ call()

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

Error between calculated and target vapor quality based on densities

Implements CoolProp::FuncWrapper1D.

Definition at line 238 of file FlashRoutines.cpp.

◆ deriv()

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

Implements CoolProp::FuncWrapper1DWithDeriv.

Definition at line 245 of file FlashRoutines.cpp.

◆ second_deriv()

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

Implements CoolProp::FuncWrapper1DWithTwoDerivs.

Definition at line 248 of file FlashRoutines.cpp.

Member Data Documentation

◆ HEOS

HelmholtzEOSMixtureBackend& CoolProp::DQ_flash_residual::HEOS

Definition at line 235 of file FlashRoutines.cpp.

◆ Q_target

double CoolProp::DQ_flash_residual::Q_target

Definition at line 236 of file FlashRoutines.cpp.

◆ rhomolar

double CoolProp::DQ_flash_residual::rhomolar

Definition at line 236 of file FlashRoutines.cpp.


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