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

Detailed Description

Definition at line 25 of file PCSAFTFluid.h.

#include <PCSAFTFluid.h>

Public Member Functions

 PCSAFTFluid ()
 
 PCSAFTFluid (rapidjson::Value::ValueIterator itr)
 
 ~PCSAFTFluid ()
 
std::string getName () const
 
std::string getCAS () const
 
CoolPropDbl molar_mass () const
 
std::vector< std::string > getAliases () const
 
CoolPropDbl getM () const
 
CoolPropDbl getSigma () const
 
CoolPropDbl getU () const
 
CoolPropDbl getUAB () const
 
CoolPropDbl getVolA () const
 
std::vector< std::string > getAssocScheme () const
 
CoolPropDbl getDipm () const
 
CoolPropDbl getDipnum () const
 
CoolPropDbl getZ () const
 
void calc_water_sigma (double t)
 

Protected Attributes

std::string name
 
std::string CAS
 
CoolPropDbl molemass
 Molar mass (kg/mol) More...
 
std::vector< std::string > aliases
 
PCSAFTValues params
 

Constructor & Destructor Documentation

◆ PCSAFTFluid() [1/2]

CoolProp::PCSAFTFluid::PCSAFTFluid ( )
inline

Definition at line 35 of file PCSAFTFluid.h.

◆ PCSAFTFluid() [2/2]

CoolProp::PCSAFTFluid::PCSAFTFluid ( rapidjson::Value::ValueIterator  itr)

Definition at line 11 of file PCSAFTFluid.cpp.

◆ ~PCSAFTFluid()

CoolProp::PCSAFTFluid::~PCSAFTFluid ( )
inline

Definition at line 37 of file PCSAFTFluid.h.

Member Function Documentation

◆ calc_water_sigma()

void CoolProp::PCSAFTFluid::calc_water_sigma ( double  t)

Definition at line 58 of file PCSAFTFluid.cpp.

◆ getAliases()

std::vector<std::string> CoolProp::PCSAFTFluid::getAliases ( ) const
inline

Definition at line 48 of file PCSAFTFluid.h.

◆ getAssocScheme()

std::vector<std::string> CoolProp::PCSAFTFluid::getAssocScheme ( ) const
inline

Definition at line 66 of file PCSAFTFluid.h.

◆ getCAS()

std::string CoolProp::PCSAFTFluid::getCAS ( ) const
inline

Definition at line 42 of file PCSAFTFluid.h.

◆ getDipm()

CoolPropDbl CoolProp::PCSAFTFluid::getDipm ( ) const
inline

Definition at line 69 of file PCSAFTFluid.h.

◆ getDipnum()

CoolPropDbl CoolProp::PCSAFTFluid::getDipnum ( ) const
inline

Definition at line 72 of file PCSAFTFluid.h.

◆ getM()

CoolPropDbl CoolProp::PCSAFTFluid::getM ( ) const
inline

Definition at line 51 of file PCSAFTFluid.h.

◆ getName()

std::string CoolProp::PCSAFTFluid::getName ( ) const
inline

Definition at line 39 of file PCSAFTFluid.h.

◆ getSigma()

CoolPropDbl CoolProp::PCSAFTFluid::getSigma ( ) const
inline

Definition at line 54 of file PCSAFTFluid.h.

◆ getU()

CoolPropDbl CoolProp::PCSAFTFluid::getU ( ) const
inline

Definition at line 57 of file PCSAFTFluid.h.

◆ getUAB()

CoolPropDbl CoolProp::PCSAFTFluid::getUAB ( ) const
inline

Definition at line 60 of file PCSAFTFluid.h.

◆ getVolA()

CoolPropDbl CoolProp::PCSAFTFluid::getVolA ( ) const
inline

Definition at line 63 of file PCSAFTFluid.h.

◆ getZ()

CoolPropDbl CoolProp::PCSAFTFluid::getZ ( ) const
inline

Definition at line 75 of file PCSAFTFluid.h.

◆ molar_mass()

CoolPropDbl CoolProp::PCSAFTFluid::molar_mass ( void  ) const
inline

Definition at line 45 of file PCSAFTFluid.h.

Member Data Documentation

◆ aliases

std::vector<std::string> CoolProp::PCSAFTFluid::aliases
protected

Definition at line 31 of file PCSAFTFluid.h.

◆ CAS

std::string CoolProp::PCSAFTFluid::CAS
protected

Definition at line 29 of file PCSAFTFluid.h.

◆ molemass

CoolPropDbl CoolProp::PCSAFTFluid::molemass
protected

Molar mass (kg/mol)

Definition at line 30 of file PCSAFTFluid.h.

◆ name

std::string CoolProp::PCSAFTFluid::name
protected

Definition at line 28 of file PCSAFTFluid.h.

◆ params

PCSAFTValues CoolProp::PCSAFTFluid::params
protected

Definition at line 32 of file PCSAFTFluid.h.


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