Пример #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)