modelMassFlowSource_WeatherData
Extends from Modelica.Fluid.Sources.BaseClasses.PartialSource (Partial component source with one fluid connector).
Information
Models an ideal flow source, with prescribed values of flow rate and trace substances, with temperature and specific enthalpy from outside:
- Prescribed mass flow rate.
- Boundary composition (trace-substance flow).
- Outside specific enthalpy.
- Multi-substance composition (e.g. water vapor) from outside.
If use_m_flow_in is false (default option), the m_flow
parameter is used as boundary flow rate, and the m_flow_in
input connector is disabled;
if use_m_flow_in is true, then the m_flow parameter
is ignored, and the value provided by the input connector is used instead.
The same applies to the trace substances.
The
IBPSA.Utilities.Psychrometrics.X_pTphi block is used with the input data
including pAtm, TDryBul, relHum from
weather bus weaBus, to calculate X.
The same applies to the specific enthalpy.
Note, that boundary temperature, mass fractions and trace substances have only an effect if the mass flow is from the boundary into the port. If mass is flowing from the port into the boundary, the boundary definitions, with exception of boundary flow rate, do not have an effect.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nPorts (from PartialSource) | 0 | Number of ports |
| Boolean | use_m_flow_in | false | Get the mass flow rate from the input connector |
| Boolean | use_C_in | false | Get the trace substances from the input connector |
| Modelica.SIunits.MassFlowRate | m_flow | 0 | Fixed mass flow rate going out of the fluid port |
| Medium.ExtraProperty[Medium.nC] | C | fill(0, Medium.nC) | Fixed values of trace substances |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Interfaces.FluidPorts_b[nPorts] | ports (from PartialSource) | ||
| Modelica.Blocks.Interfaces.RealInput | m_flow_in | Prescribed mass flow rate | |
| Modelica.Blocks.Interfaces.RealInput[Medium.nC] | C_in | Prescribed boundary trace substances | |
| IBPSA.BoundaryConditions.WeatherData.Bus | weaBus | Bus with weather data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Medium.BaseProperties | medium (from PartialSource) | Medium in the source |
Revisions
-
May 21, 2017, by Jianjun Hu:
First implementation. Created flow source with prescribed mass flow and trace substances, outside enthalpy and composition. Weather bus is used. See #777.