modelZoneWithInputsCreateOutputs_customWeather

Model to create an input file for running the linearized model zoneLineariseWithInputs in a non-modelica environment environment. This model allows to use a custom weather file.

Extends from ZoneWithInputsCreateOutputs (Model to create an input file for running the linearized model zoneLineariseWithInputs in a non-modelica environment environment).

Information

This is the model which generates the inputs for the linearised model from IDEAS.LIDEAS.Examples.ZoneLinearise. The model will automatically include the weather disturbances and the prescribed variables.

In order to create the file, use the Create output command from the Dymola Commands menu.

See the documentation of IDEAS.LIDEAS.Examples.BaseClasses.SimInfoManagerInputs to create your own weather file.

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.PrescribedprescribedOut (from ZoneWithInputsCreateOutputs)Prescribed 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]occQRad (from ZoneWithInputsCreateOutputs)Fake occupancy gains
Modelica.Blocks.Sources.Sine[2]occQCon (from ZoneWithInputsCreateOutputs)fake occupancy gains

Revisions

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