modelZoneWithInputsCreateOutputs

Model to create an input file for running the linearized model zoneLineariseWithInputs in a non-modelica environment environment

Extends from ZoneWithInputsLinearise (Example of how to add controlled and prescribed inputs to the linearised model and how to add outputs.).

Parameters

TypeNameDefaultDescription
IntegernZones (from ZoneLinearise)2Number of zone
IntegernEmb (from ZoneLinearise)1Number of embbed systems
Booleanvalidation (from ZoneWithInputsLinearise)falseSet to true to keep the prescribed heat flows even when sim.linearize is false. This is used for models in LIDEAS.Validation.

Connectors

TypeNameDefaultDescription
IDEAS.Buildings.Components.Interfaces.WindowBuswinBusIn (from LinearisationInterface)
IDEAS.Buildings.Components.Interfaces.WeaBusweaBus (from LinearisationInterface)
IDEAS.Buildings.Components.Interfaces.WindowBuswinBusOut (from LinearisationInterface)Dummy for getting outputs
IDEAS.Buildings.Components.Interfaces.WeaBusweaBusOut (from LinearisationInterface)
Components.BaseClasses.InputsctrlInputs (from ZoneWithInputsLinearise)Control inputs
Components.BaseClasses.Outputsoutputs (from ZoneWithInputsLinearise)Outputs
Components.BaseClasses.PrescribedprescribedIn (from ZoneWithInputsLinearise)Prescribed inputs which do not depend on the model states value (e.g. heat flow from occupancy)
Components.BaseClasses.PrescribedprescribedOutPrescribed inputs which do not depend on the model states value (e.g. heat flow from occupancy)

Components

TypeNameDefaultDescription
IDEAS.BoundaryConditions.SimInfoManagersim (from LinearisationInterface)
LIDEAS.Components.LinZonegroFlo (from ZoneLinearise)Ground floor
IDEAS.Buildings.Components.BoundaryWallcommonWall (from ZoneLinearise)Common wall model
IDEAS.Buildings.Components.InternalWallfloor (from ZoneLinearise)TABS Floor between the two zones.
LIDEAS.Components.LinWindowwindow (from ZoneLinearise)Window model
IDEAS.Buildings.Components.SlabOnGroundslabOnGround (from ZoneLinearise)Floor model
IDEAS.Buildings.Components.OuterWallouterWall (from ZoneLinearise)Outer wall model
LIDEAS.Components.LinZonefirFlo (from ZoneLinearise)First floor
IDEAS.Buildings.Components.Shading.ShadingControlshadingControl (from ZoneLinearise)Shading control model
IDEAS.Buildings.Components.BoundaryWallcommonWall1 (from ZoneLinearise)Common wall model
Modelica.Blocks.Sources.ConstantTCom (from ZoneLinearise)Temperature at one side of the common wall
Modelica.Blocks.Sources.ConstantQCom (from ZoneLinearise)Constant heat flow at one side of the common wall 1
IDEAS.Buildings.Components.OuterWallouterWall1 (from ZoneLinearise)Outer wall model
IDEAS.Buildings.Components.OuterWallRoof (from ZoneLinearise)Outer wall model
Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow[nZones]preQFloCon (from ZoneWithInputsLinearise)Convective heat flow from control inputs
Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow[nZones]preQFloRad (from ZoneWithInputsLinearise)Radiative heat flow from control inputs
Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow[nEmb]preQFloTabs (from ZoneWithInputsLinearise)Embedded heat flow from control inputs
Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow[nZones]occQFloCon (from ZoneWithInputsLinearise)Convective heat flow for occupancy
Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow[nZones]occQFloRad (from ZoneWithInputsLinearise)Radiative heat flow for occupancy
Modelica.Blocks.Sources.Sine[2]occQRadFake occupancy gains
Modelica.Blocks.Sources.Sine[2]occQConfake occupancy gains

Revisions

  • April 5, 2018 by Damien Picard:
    First implementation.