recordFiltrationEfficiencyParameters
Record for filtration efficiency versus relative mass of the contaminant captured by the filter
Extends from Modelica.Icons.Record (Icon for records).
Information
Data record of the relative mass of the contaminant rat
versus the filtration efficiency eps.
The elements of the vector rat must be in ascending order,
i.e., rat[i] < rat[i+1].
The vector rat and eps have the same size.
Note that the relative mass of the contaminant rat equals the total mass
of all the contaminants captured by the filter divided by the maximum mass of all the
contaminants captured by the filter.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | rat | Relative mass of captured contaminant. It's the total mass of all captured contaminants divided by the maximum mass of all captured contaminants | |
| Real[size(rat, 1)] | eps | Filtration efficiency |
Revisions
-
June 27, 2023, by Sen Huang:
First implementation.