modelFiltrationEfficiency
Validation model for the calculation of the filtration efficiency
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
The mass of the captured contaminant mCon
changes from 0 to 1.2kg/s during the period from 0 to 1 second.
The filtration efficiency, eps.y, changes from 0.98 to 0.88 during the period from
0 to 0.85 seconds.
After 0.85 seconds, the eps.y remains unchanged when mCon changes.
This is because the relative mass of contaminant captured by the filter already
reaches the maximum value.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.AirFilters.BaseClasses.FiltrationEfficiency | eps | Filtration efficiency | |
| Modelica.Blocks.Sources.Ramp | mCon | Mass of the contaminant captured by the filter |
Revisions
-
December 22, 2023, by Sen Huang:
First implementation.