예제 #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)