modelMassAccumulation
Mass of the contaminants capatured by the filter
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This model mimics the process for a filter to capture the contaminants.
The mass of the contaminants, mCon, increases over time.
However, when the input signal uRep changes from false
to true, mCon is reset to mCon_start.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nConSub | 1 | Total number of contaminant substance types |
| Modelica.Units.SI.Mass | mCon_max | Maximum mass of the contaminant that can be captured by the filter | |
| Modelica.Units.SI.Mass | mCon_start | Initial contaminant mass of the filter after replacement |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput[nConSub] | mCon_flow | Contaminant mass flow rate | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput | uRep | Switch to true to replace the filter and reset the accumulation | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput | yRep | True if the filter is full and should be replaced | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | mCon | Mass of the contaminant captured by the filter |
Revisions
-
December 22, 2023, by Sen Huang:
First implementation.