modelNone
NoneVentilation with constant air flow at constant temperature and no power calculations
Extends from IDEAS.Templates.Interfaces.BaseClasses.VentilationSystem.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nZones (from PartialSystem) | Number of conditioned thermal zones in the building | |
| Integer | nLoads (from PartialSystem) | 0 | Number of electric loads. If zero, all electric equations disappear. |
| Real | VZones (from VentilationSystem) | Conditioned volumes of the zones | |
| Modelica.Units.SI.Power | Q_design (from VentilationSystem) | zeros(nZones) | Design heat loss due to ventilation |
| Modelica.Units.SI.MassFlowRate[nZones] | m_flow | zeros(nZones) | Ventilation mass flow rate per zones |
| Modelica.Units.SI.Temperature[nZones] | TSet | 22*.ones(nZones) .+ 273.15 | Ventilation set point temperature per zone |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Electrical.QuasiStatic.Polyphase.Interfaces.PositivePlug | plugLoad (from PartialSystem) | Electricity connection to the Inhome feeder | |
| Modelica.Blocks.Interfaces.RealInput | TSensor (from VentilationSystem) | Sensor temperature of the zones | |
| Modelica.Fluid.Interfaces.FluidPort_b | port_b (from VentilationSystem) | ||
| Modelica.Fluid.Interfaces.FluidPort_a | port_a (from VentilationSystem) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| IDEAS.BoundaryConditions.SimInfoManager | sim (from PartialSystem) | Simulation information manager for climate data | |
| IDEAS.Experimental.Electric.BaseClasses.AC.WattsLawPlug | wattsLawPlug (from PartialSystem) | ||
| IDEAS.Fluid.Sources.MassFlowSource_T[nZones] | sou | Source | |
| IDEAS.Fluid.Sources.Boundary_pT[nZones] | sink | ||
| Modelica.Blocks.Sources.Constant[nZones] | m_flow_val | ||
| Modelica.Blocks.Sources.Constant[nZones] | TSet_val |
Revisions
-
June 5, 2018 by Filip Jorissen:
Cleaned up implementation for #821.