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