|
CoolProp
|
A container for shared settings and constants for the isolines and the property plots.


Public Member Functions | |
| def | __init__ (self, x_type, y_type, state=None, small=None) |
| def | x_index (self) |
| def | y_index (self) |
| def | critical_state (self) |
| def | state (self) |
| def | state (self, value) |
Public Attributes | |
| state | |
Static Public Attributes | |
| int | TS = CoolProp.iT * 10 + CoolProp.iSmass |
| int | PH = CoolProp.iP * 10 + CoolProp.iHmass |
| int | HS = CoolProp.iHmass * 10 + CoolProp.iSmass |
| int | PS = CoolProp.iP * 10 + CoolProp.iSmass |
| int | PD = CoolProp.iP * 10 + CoolProp.iDmass |
| int | TD = CoolProp.iT * 10 + CoolProp.iDmass |
| int | PT = CoolProp.iP * 10 + CoolProp.iT |
| int | PU = CoolProp.iP * 10 + CoolProp.iUmass |
| dictionary | PLOTS |
| dictionary | PLOTS_INV = {v: k for k, v in PLOTS.items()} |
|
static |
1.8.13