CoolProp
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
CoolProp.Plots.Common.Base2DObject Class Reference

Detailed Description

A container for shared settings and constants for the
isolines and the property plots.
Inheritance diagram for CoolProp.Plots.Common.Base2DObject:
Inheritance graph
[legend]
Collaboration diagram for CoolProp.Plots.Common.Base2DObject:
Collaboration graph
[legend]

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()}
 

Member Data Documentation

◆ PLOTS

dictionary CoolProp.Plots.Common.Base2DObject.PLOTS
static
Initial value:
= {
'TS': TS,
'PH': PH,
'HS': HS,
'PS': PS,
'PD': PD,
'TD': TD,
'PT': PT,
}

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