modelPartialInterzonalAirFlowBoundary
Partial interzonal air flow model that includes a boundary
Extends from IDEAS.Buildings.Components.InterzonalAirFlow.BaseClasses.PartialInterzonalAirFlow (Partial for interzonal air flow).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nPorts (from PartialInterzonalAirFlow) | Number of ports for connection to zone air volume | |
| Integer | nPortsExt (from PartialInterzonalAirFlow) | Number of ports for connection to zone air volume | |
| Modelica.Units.SI.Volume | V (from PartialInterzonalAirFlow) | Zone air volume for n50 computation | |
| Real | n50 (from PartialInterzonalAirFlow) | n50 value | |
| Real | n50_int (from PartialInterzonalAirFlow) | n50 | Internal n50 value |
| Boolean | prescribesPressure (from PartialInterzonalAirFlow) | false | Indication whether this model prescribes the air zone pressure or not |
| Boolean | verifyBothPortsConnected (from PartialInterzonalAirFlow) | false | =true, to verify fluid port connections |
| Advanced | |||
| Real | n50toAch (from PartialInterzonalAirFlow) | 20 | Conversion fractor from n50 to Air Change Rate |
| Modelica.Units.SI.MassFlowRate | m_flow_nominal_vent (from PartialInterzonalAirFlow) | Nominal mass flow rate of ventilation system | |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Fluid.Interfaces.FluidPort_b | port_b_interior (from PartialInterzonalAirFlow) | Port a connection to zone air model ports | |
| Modelica.Fluid.Interfaces.FluidPort_a | port_a_interior (from PartialInterzonalAirFlow) | Port b connection to zone air model ports | |
| Modelica.Fluid.Interfaces.FluidPort_a | port_a_exterior (from PartialInterzonalAirFlow) | Port a connection to model exterior ports | |
| Modelica.Fluid.Interfaces.FluidPort_b | port_b_exterior (from PartialInterzonalAirFlow) | Port b connection to model exterior ports | |
| Modelica.Fluid.Interfaces.FluidPorts_a | ports (from PartialInterzonalAirFlow) | Ports connector for multiple ports | |
| Modelica.Fluid.Interfaces.FluidPorts_b | portsExt (from PartialInterzonalAirFlow) | Ports connector for multiple ports |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| BoundaryConditions.SimInfoManager | sim | Simulation information manager | |
| IDEAS.Fluid.Sources.OutsideAir | bou | Boundary model |
Revisions
-
March 17, 2020, Filip Jorissen:
Added support for vector fluidport. See #1029. -
September 21, 2019 by Filip Jorissen:
Using OutsideAir. See #1052. -
September 24, 2018 by Filip Jorissen:
Fix for supporting multiple trace substances. See #920. -
August 24, 2018 by Damien Picard:
Use weaDatBus.Te instead of sim.Te such that the variable is correctly used when linearizing with LIDEAS. -
June 11, 2018 by Filip Jorissen:
UsingXi_ininstead ofX_insince this requires fewer inputs and it avoids an input variable consistency check. -
April 27, 2018 by Filip Jorissen:
First version. See #796.