CoolProp
6.7.1dev
An open-source fluid property and humid air property database
|
Enumerations | |
enum | IsolineSupported { No = 0 , Yes = 1 , Flipped = 2 } |
Functions | |
Scale | default_scale (CoolProp::parameters key) |
std::shared_ptr< CoolProp::AbstractState > | process_fluid_state (const std::string &fluid_ref) |
std::shared_ptr< CoolProp::AbstractState > | get_critical_point (const std::shared_ptr< CoolProp::AbstractState > &state) |
Variables | |
const double | NaN = std::numeric_limits<double>::quiet_NaN() |
const int | TS = CoolProp::iT * 10 + CoolProp::iSmass |
const int | PH = CoolProp::iP * 10 + CoolProp::iHmass |
const int | HS = CoolProp::iHmass * 10 + CoolProp::iSmass |
const int | PS = CoolProp::iP * 10 + CoolProp::iSmass |
const int | PD = CoolProp::iP * 10 + CoolProp::iDmass |
const int | TD = CoolProp::iT * 10 + CoolProp::iDmass |
const int | PT = CoolProp::iP * 10 + CoolProp::iT |
const std::map< CoolProp::parameters, std::map< int, IsolineSupported > > | xy_switch |
Enumerator | |
---|---|
No | |
Yes | |
Flipped |
Definition at line 21 of file CoolPropPlot.cpp.
Scale CoolProp::Plot::Detail::default_scale | ( | CoolProp::parameters | key | ) |
Definition at line 37 of file CoolPropPlot.cpp.
|
inline |
Definition at line 60 of file CoolPropPlot.cpp.
|
inline |
Definition at line 50 of file CoolPropPlot.cpp.
const int CoolProp::Plot::Detail::HS = CoolProp::iHmass * 10 + CoolProp::iSmass |
Definition at line 15 of file CoolPropPlot.cpp.
const double CoolProp::Plot::Detail::NaN = std::numeric_limits<double>::quiet_NaN() |
Definition at line 11 of file CoolPropPlot.cpp.
const int CoolProp::Plot::Detail::PD = CoolProp::iP * 10 + CoolProp::iDmass |
Definition at line 17 of file CoolPropPlot.cpp.
const int CoolProp::Plot::Detail::PH = CoolProp::iP * 10 + CoolProp::iHmass |
Definition at line 14 of file CoolPropPlot.cpp.
const int CoolProp::Plot::Detail::PS = CoolProp::iP * 10 + CoolProp::iSmass |
Definition at line 16 of file CoolPropPlot.cpp.
const int CoolProp::Plot::Detail::PT = CoolProp::iP * 10 + CoolProp::iT |
Definition at line 19 of file CoolPropPlot.cpp.
const int CoolProp::Plot::Detail::TD = CoolProp::iT * 10 + CoolProp::iDmass |
Definition at line 18 of file CoolPropPlot.cpp.
const int CoolProp::Plot::Detail::TS = CoolProp::iT * 10 + CoolProp::iSmass |
Definition at line 13 of file CoolPropPlot.cpp.
const std::map<CoolProp::parameters, std::map<int, IsolineSupported> > CoolProp::Plot::Detail::xy_switch |
Definition at line 28 of file CoolPropPlot.cpp.