예제 #1
0
 def density(self):
     """The density of the fluid in the reactor [kg/m^3]."""
     return _cantera.reactor_density(self.__reactor_id)
예제 #2
0
파일: Reactor.py 프로젝트: minhbau/Cantera
 def density(self):
     """The density of the fluid in the reactor [kg/m^3]."""
     return _cantera.reactor_density(self.__reactor_id)