示例#1
0
 def critTemperature(self):
     """Critical temperature [K]."""
     return _cantera.thermo_getfp(self._phase_id,50)
示例#2
0
 def entropy_mass(self):
     """Specific entropy [J/kg/K]."""
     return _cantera.thermo_getfp(self._phase_id, 10)
示例#3
0
 def cp_mass(self):
     """Specific heat at constant pressure [J/kg/K]."""
     return _cantera.thermo_getfp(self._phase_id, 12)
示例#4
0
 def pressure(self):
     """ The pressure [Pa]."""
     return _cantera.thermo_getfp(self._phase_id, 7)
示例#5
0
 def enthalpy_mass(self):
     """Specific enthalpy [J/kg]."""
     return _cantera.thermo_getfp(self._phase_id, 8)
示例#6
0
 def entropy_mole(self):
     """ The molar entropy [J/kmol/K]."""
     return _cantera.thermo_getfp(self._phase_id, 3)
示例#7
0
 def cp_mole(self):
     """ The molar heat capacity at constant pressure [J/kmol/K]."""
     return _cantera.thermo_getfp(self._phase_id, 5)
示例#8
0
 def cp_mole(self):
     """ The molar heat capacity at constant pressure [J/kmol/K]."""
     return _cantera.thermo_getfp(self._phase_id,5)
示例#9
0
 def cv_mole(self):
     """ The molar heat capacity at constant volume [J/kmol/K]."""
     return _cantera.thermo_getfp(self._phase_id,6)
示例#10
0
 def entropy_mole(self):
     """ The molar entropy [J/kmol/K]."""
     return _cantera.thermo_getfp(self._phase_id,3)
示例#11
0
 def gibbs_mole(self):
     """ The molar Gibbs function [J/kmol]."""
     return _cantera.thermo_getfp(self._phase_id,4)
示例#12
0
 def intEnergy_mole(self):
     """ The molar internal energy [J/kmol]."""
     return _cantera.thermo_getfp(self._phase_id,2)
示例#13
0
 def vaporFraction(self):
     """Vapor fraction."""
     return _cantera.thermo_getfp(self._phase_id, 53)
示例#14
0
 def critDensity(self):
     """Critical density [kg/m3]."""
     return _cantera.thermo_getfp(self._phase_id, 52)
示例#15
0
 def critDensity(self):
     """Critical density [kg/m3]."""
     return _cantera.thermo_getfp(self._phase_id,52)
示例#16
0
 def pressure(self):
     """ The pressure [Pa]."""
     return _cantera.thermo_getfp(self._phase_id,7)
示例#17
0
 def critPressure(self):
     """Critical pressure [Pa]."""
     return _cantera.thermo_getfp(self._phase_id, 51)
示例#18
0
 def electricPotential(self):
     """Electric potential [V]."""
     return _cantera.thermo_getfp(self._phase_id,25)
示例#19
0
 def gibbs_mole(self):
     """ The molar Gibbs function [J/kmol]."""
     return _cantera.thermo_getfp(self._phase_id, 4)
示例#20
0
 def enthalpy_mass(self):
     """Specific enthalpy [J/kg]."""
     return _cantera.thermo_getfp(self._phase_id,8)
示例#21
0
 def cv_mole(self):
     """ The molar heat capacity at constant volume [J/kmol/K]."""
     return _cantera.thermo_getfp(self._phase_id, 6)
示例#22
0
 def intEnergy_mass(self):
     """Specific internal energy [J/kg]."""
     return _cantera.thermo_getfp(self._phase_id,9)
示例#23
0
 def electricPotential(self):
     """Electric potential [V]."""
     return _cantera.thermo_getfp(self._phase_id, 25)
示例#24
0
 def entropy_mass(self):
     """Specific entropy [J/kg/K]."""
     return _cantera.thermo_getfp(self._phase_id,10)
示例#25
0
 def intEnergy_mass(self):
     """Specific internal energy [J/kg]."""
     return _cantera.thermo_getfp(self._phase_id, 9)
示例#26
0
 def gibbs_mass(self):
     """Specific Gibbs free energy [J/kg]."""
     return _cantera.thermo_getfp(self._phase_id,11)
示例#27
0
 def gibbs_mass(self):
     """Specific Gibbs free energy [J/kg]."""
     return _cantera.thermo_getfp(self._phase_id, 11)
示例#28
0
 def cp_mass(self):
     """Specific heat at constant pressure [J/kg/K]."""
     return _cantera.thermo_getfp(self._phase_id,12)
示例#29
0
 def cv_mass(self):
     """Specific heat at constant volume [J/kg/K]."""
     return _cantera.thermo_getfp(self._phase_id, 13)
示例#30
0
 def cv_mass(self):
     """Specific heat at constant volume [J/kg/K]."""
     return _cantera.thermo_getfp(self._phase_id,13)
示例#31
0
 def critPressure(self):
     """Critical pressure [Pa]."""
     return _cantera.thermo_getfp(self._phase_id,51)
示例#32
0
 def intEnergy_mole(self):
     """ The molar internal energy [J/kmol]."""
     return _cantera.thermo_getfp(self._phase_id, 2)
示例#33
0
 def vaporFraction(self):
     """Vapor fraction."""
     return _cantera.thermo_getfp(self._phase_id,53)
示例#34
0
 def critTemperature(self):
     """Critical temperature [K]."""
     return _cantera.thermo_getfp(self._phase_id, 50)