예제 #1
0
 def setSpreadRate(self, V0=0.0):
     """Set the spead rate, defined as the value of V = v/r at the inlet."""
     _cantera.inlet_setSpreadRate(self._hndl, V0)
예제 #2
0
파일: onedim.py 프로젝트: anujg1991/cantera
 def setSpreadRate(self, V0 = 0.0):
     """Set the spead rate, defined as the value of V = v/r at the inlet."""
     _cantera.inlet_setSpreadRate(self._hndl, V0)