Component that empirically models the performance of air filters, focusing on key factors such as contamination and pressure drop, without requiring geometric data.
The model uses as parameters performance characteristics that
describe how the filter works under various conditions. The
performance of the air filter is characterized by a performance
dataset per (see Buildings.Fluid.AirFilters.Data.Generic),
which contains key parameters that define the filter:
per.namCon
defines the type of contaminants that can be captured by the
filter.dp_nominal and the nominal mass flow rate
m_flow_nominal of the clean filter. They also include
the maximum total mass of contaminants mCon_max that
the filter can hold.per.b
describes how the pressure drop of the filter increases as the
contaminants accumulate over time. See
Buildings.Fluid.AirFilters.BaseClasses.FlowCoefficientCorrection
for more information.per.filEffPar contains the filtration efficiency
curves. Each curve defines the efficiencies for capturing each
contaminant that is defined in per.namCon. See
Buildings.Fluid.AirFilters.BaseClasses.FiltrationEfficiency for
more information.The input boolean flag, uRep, indicates that the
filter has been replaced and thus reset the mass accumulation to
the initial status, i.e., when uRep changes from
false to true, the mass of the captured
contaminants is reset to per.mCon_start.
Warnings will be written when,
mCon_max, orextraPropertiesNames in the medium model does
not contain all the contaminants specified in the
per.namCon.