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

Detailed Description

Definition at line 23 of file VLERoutines.h.

#include <VLERoutines.h>

Public Types

enum  imposed_rho_options { IMPOSED_RHOL , IMPOSED_RHOV }
 

Public Member Functions

 saturation_D_pure_options ()
 

Public Attributes

bool use_guesses
 True to start off at the values specified by rhoL, rhoV, T. More...
 
bool use_logdelta
 True to use partials with respect to log(delta) rather than delta. More...
 
CoolPropDbl omega
 
CoolPropDbl rhoL
 
CoolPropDbl rhoV
 
CoolPropDbl pL
 
CoolPropDbl pV
 
int imposed_rho
 
int max_iterations
 

Member Enumeration Documentation

◆ imposed_rho_options

Enumerator
IMPOSED_RHOL 
IMPOSED_RHOV 

Definition at line 25 of file VLERoutines.h.

Constructor & Destructor Documentation

◆ saturation_D_pure_options()

CoolProp::SaturationSolvers::saturation_D_pure_options::saturation_D_pure_options ( )
inline

Definition at line 35 of file VLERoutines.h.

Member Data Documentation

◆ imposed_rho

int CoolProp::SaturationSolvers::saturation_D_pure_options::imposed_rho

Definition at line 33 of file VLERoutines.h.

◆ max_iterations

int CoolProp::SaturationSolvers::saturation_D_pure_options::max_iterations

Definition at line 34 of file VLERoutines.h.

◆ omega

CoolPropDbl CoolProp::SaturationSolvers::saturation_D_pure_options::omega

Definition at line 32 of file VLERoutines.h.

◆ pL

CoolPropDbl CoolProp::SaturationSolvers::saturation_D_pure_options::pL

Definition at line 32 of file VLERoutines.h.

◆ pV

CoolPropDbl CoolProp::SaturationSolvers::saturation_D_pure_options::pV

Definition at line 32 of file VLERoutines.h.

◆ rhoL

CoolPropDbl CoolProp::SaturationSolvers::saturation_D_pure_options::rhoL

Definition at line 32 of file VLERoutines.h.

◆ rhoV

CoolPropDbl CoolProp::SaturationSolvers::saturation_D_pure_options::rhoV

Definition at line 32 of file VLERoutines.h.

◆ use_guesses

bool CoolProp::SaturationSolvers::saturation_D_pure_options::use_guesses

True to start off at the values specified by rhoL, rhoV, T.

Definition at line 30 of file VLERoutines.h.

◆ use_logdelta

bool CoolProp::SaturationSolvers::saturation_D_pure_options::use_logdelta

True to use partials with respect to log(delta) rather than delta.

Definition at line 31 of file VLERoutines.h.


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