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

Detailed Description

A residual function for the f(P, Y) solver

Definition at line 214 of file FlashRoutines.h.

#include <FlashRoutines.h>

Inheritance diagram for CoolProp::PY_singlephase_flash_resid:
CoolProp::FuncWrapper1D

Public Member Functions

 PY_singlephase_flash_resid (HelmholtzEOSMixtureBackend &HEOS, CoolPropDbl p, parameters other, CoolPropDbl value)
 
double call (double T)
 
- Public Member Functions inherited from CoolProp::FuncWrapper1D
 FuncWrapper1D ()
 
virtual ~FuncWrapper1D ()
 
virtual bool input_not_in_range (double x)
 

Public Attributes

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

Constructor & Destructor Documentation

◆ PY_singlephase_flash_resid()

CoolProp::PY_singlephase_flash_resid::PY_singlephase_flash_resid ( HelmholtzEOSMixtureBackend HEOS,
CoolPropDbl  p,
parameters  other,
CoolPropDbl  value 
)
inline

Definition at line 221 of file FlashRoutines.h.

Member Function Documentation

◆ call()

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

Implements CoolProp::FuncWrapper1D.

Definition at line 228 of file FlashRoutines.h.

Member Data Documentation

◆ HEOS

HelmholtzEOSMixtureBackend* CoolProp::PY_singlephase_flash_resid::HEOS

Definition at line 217 of file FlashRoutines.h.

◆ other

parameters CoolProp::PY_singlephase_flash_resid::other

Definition at line 219 of file FlashRoutines.h.

◆ p

CoolPropDbl CoolProp::PY_singlephase_flash_resid::p

Definition at line 218 of file FlashRoutines.h.

◆ value

CoolPropDbl CoolProp::PY_singlephase_flash_resid::value

Definition at line 220 of file FlashRoutines.h.


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