modelMassTransfer
Component that sets the trace substance at the filter outlet
Extends from Buildings.Fluid.Interfaces.PartialTwoPort (Partial component with two ports).
Information
This model sets the trace substance
of the medium that leaves port_b by
port_b.C_outflow = inStream(port_a.C_outflow) - eps * C_inflow;
where eps is an input mass transfer efficiency and
C_inflow is an input trace substance rate.
This model has no pressure drop.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| String[:] | namCon | Name of contaminant substance | |
| Assumptions | |||
| Boolean | allowFlowReversal (from PartialTwoPort) | true | = false to simplify equations, assuming, but not enforcing, no flow reversal |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Fluid.Interfaces.FluidPort_a | port_a (from PartialTwoPort) | Fluid connector a (positive design flow direction is from port_a to port_b) | |
| Modelica.Fluid.Interfaces.FluidPort_b | port_b (from PartialTwoPort) | Fluid connector b (positive design flow direction is from port_a to port_b) | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput[nConSub] | eps | Filtration efficiency of each contaminant | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput[nConSub] | mCon_flow | Contaminant mass flow rate |
Revisions
-
December 22, 2023, by Sen Huang:
First implementation.