AirDistributionPackage#
- class AirDistributionPackage(ID='', ins=None, outs=(), thermo=None, **kwargs)[source]#
Create a AirDistributionPackage object that accounts for the capital cost and power of air distribution based on flow rate correlations from [1].
- Parameters:
ID (str, optional) – Unit ID.
ins (
AbstractStream
], optional) – Air flow to be distributed.outs (
AbstractStream
], optional) – Distributed air flow.
References
-
line:
str
= 'Air distribution package'# class-attribute Name denoting the type of Unit class. Defaults to the class name of the first child class
- run()#
Run mass and energy balance. This method also runs specifications user defined specifications unless it is being run within a specification (to avoid infinite loops).
See also
_run
,specifications
,add_specification
,add_bounded_numerical_specification