mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-02 09:55:27 -05:00
114 lines
1.9 KiB
Cython
114 lines
1.9 KiB
Cython
# This file is automatically generated by the generate_constants_module.py script in dev/scripts.
|
|
# DO NOT MODIFY THE CONTENTS OF THIS FILE!
|
|
|
|
cdef extern from "DataStructures.h" namespace "CoolProp":
|
|
ctypedef enum parameters:
|
|
imolar_mass
|
|
irhomolar_reducing
|
|
irhomolar_critical
|
|
iT_reducing
|
|
iT_critical
|
|
irhomass_reducing
|
|
irhomass_critical
|
|
iP_critical
|
|
iT_triple
|
|
iP_triple
|
|
iT_min
|
|
iT_max
|
|
iP_max
|
|
iP_min
|
|
iT
|
|
iP
|
|
iQ
|
|
iTau
|
|
iDelta
|
|
iDmolar
|
|
iHmolar
|
|
iSmolar
|
|
iCpmolar
|
|
iCp0molar
|
|
iCvmolar
|
|
iUmolar
|
|
iGmolar
|
|
iDmass
|
|
iHmass
|
|
iSmass
|
|
iCpmass
|
|
iCp0mass
|
|
iCvmass
|
|
iUmass
|
|
iGmass
|
|
iviscosity
|
|
iconductivity
|
|
isurface_tension
|
|
iPrandtl
|
|
ispeed_sound
|
|
iisothermal_compressibility
|
|
iisobaric_expansion_coefficient
|
|
ifundamental_derivative_of_gas_dynamics
|
|
ialphar
|
|
idalphar_dtau_constdelta
|
|
idalphar_ddelta_consttau
|
|
ialpha0
|
|
idalpha0_dtau_constdelta
|
|
idalpha0_ddelta_consttau
|
|
iBvirial
|
|
iCvirial
|
|
idBvirial_dT
|
|
idCvirial_dT
|
|
iZ
|
|
iGWP20
|
|
iGWP100
|
|
iGWP500
|
|
iFH
|
|
iHH
|
|
iPH
|
|
iODP
|
|
iundefined_parameter
|
|
ctypedef enum input_pairs:
|
|
QT_INPUTS
|
|
PQ_INPUTS
|
|
PT_INPUTS
|
|
DmassT_INPUTS
|
|
DmolarT_INPUTS
|
|
HmolarT_INPUTS
|
|
HmassT_INPUTS
|
|
SmolarT_INPUTS
|
|
SmassT_INPUTS
|
|
TUmolar_INPUTS
|
|
TUmass_INPUTS
|
|
DmassP_INPUTS
|
|
DmolarP_INPUTS
|
|
HmassP_INPUTS
|
|
HmolarP_INPUTS
|
|
PSmass_INPUTS
|
|
PSmolar_INPUTS
|
|
PUmass_INPUTS
|
|
PUmolar_INPUTS
|
|
HmassSmass_INPUTS
|
|
HmolarSmolar_INPUTS
|
|
SmassUmass_INPUTS
|
|
SmolarUmolar_INPUTS
|
|
DmassHmass_INPUTS
|
|
DmolarHmolar_INPUTS
|
|
DmassSmass_INPUTS
|
|
DmolarSmolar_INPUTS
|
|
DmassUmass_INPUTS
|
|
DmolarUmolar_INPUTS
|
|
ctypedef enum fluid_types:
|
|
FLUID_TYPE_PURE
|
|
FLUID_TYPE_PSEUDOPURE
|
|
FLUID_TYPE_REFPROP
|
|
FLUID_TYPE_INCOMPRESSIBLE_LIQUID
|
|
FLUID_TYPE_INCOMPRESSIBLE_SOLUTION
|
|
FLUID_TYPE_UNDEFINED
|
|
ctypedef enum phases:
|
|
iphase_liquid
|
|
iphase_supercritical
|
|
iphase_supercritical_gas
|
|
iphase_supercritical_liquid
|
|
iphase_gas
|
|
iphase_twophase
|
|
iphase_unknown
|
|
iphase_not_imposed
|