[Python/Doc] Fix specified units of Boundary1D.mdot

This commit is contained in:
Ray Speth 2018-11-11 22:33:50 -05:00
parent 600580ead4
commit c1d721dc94

View file

@ -264,7 +264,7 @@ cdef class Boundary1D(Domain1D):
self.boundary.setTemperature(T)
property mdot:
""" The mass flow rate per unit area [kg/m^2] """
""" The mass flow rate per unit area [kg/s/m^2] """
def __get__(self):
return self.boundary.mdot()
def __set__(self, mdot):