[Python/Doc] Fix specified units of Boundary1D.mdot
This commit is contained in:
parent
600580ead4
commit
c1d721dc94
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue