コード例 #1
0
 def setMdot(self, mdot):
     """Set the mass flow rate per unit area [kg/m2]."""
     _cantera.bdry_setMdot(self._hndl, mdot)
コード例 #2
0
ファイル: onedim.py プロジェクト: anujg1991/cantera
 def setMdot(self, mdot):
     """Set the mass flow rate per unit area [kg/m2]."""
     _cantera.bdry_setMdot(self._hndl, mdot)