You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The model should extend Buildings.Experimental.DHC.Loads.BaseClasses.PartialTerminalUnit and adopt similar modeling principles as the ones used in Buildings.Experimental.DHC.Loads.Examples.BaseClasses.FanCoil4Pipe, or (for time series load models) Buildings.Experimental.DHC.Loads.Validation.BaseClasses.FanCoil2PipeCooling and Buildings.Experimental.DHC.Loads.Validation.BaseClasses.FanCoil2PipeHeating. Especially, the model is intended to be used in conjunction with Buildings.Experimental.DHC.Loads.FlowDistribution. This requires to output the required water mass flow rate. By default the model takes the measured temperature and set point as inputs. Alternatively it takes the required heat flow rate to work with time series load models.
The water coils should be modeled using Buildings.Fluid.HeatExchangers.DryCoilEffectivenessNTU until we finalize the development of WetCoilEffectivenessNTU. Is this model directly applicable to steam coils?
The fan should be modeled using Buildings.Fluid.Movers.FlowControlled_m_flow.
Configurations
The configurations to be covered are the following.
Fresh air inlet (to be connected to a DOAS model): none, with
Fan motor/speed: PSC/3-speed, ECM/continuous with minimum speed
Controls: joint modulation of coils and fans based on the temperature set point or required heat flow rate tracking (no need for a "manual" control of the fan based on an additional input connector)
EDIT: no need to consider steam for in-building heat medium.
The text was updated successfully, but these errors were encountered:
This issue tracks the development of a generic and configurable model for FCU systems.
The corresponding milestone is https://github.com/urbanopt/urbanopt-modelica/milestone/21
Modeling approach
The model should extend
Buildings.Experimental.DHC.Loads.BaseClasses.PartialTerminalUnit
and adopt similar modeling principles as the ones used inBuildings.Experimental.DHC.Loads.Examples.BaseClasses.FanCoil4Pipe
, or (for time series load models)Buildings.Experimental.DHC.Loads.Validation.BaseClasses.FanCoil2PipeCooling
andBuildings.Experimental.DHC.Loads.Validation.BaseClasses.FanCoil2PipeHeating
. Especially, the model is intended to be used in conjunction withBuildings.Experimental.DHC.Loads.FlowDistribution
. This requires to output the required water mass flow rate. By default the model takes the measured temperature and set point as inputs. Alternatively it takes the required heat flow rate to work with time series load models.The water coils should be modeled using
Buildings.Fluid.HeatExchangers.DryCoilEffectivenessNTU
until we finalize the development ofWetCoilEffectivenessNTU
. Is this model directly applicable to steam coils?The fan should be modeled using
Buildings.Fluid.Movers.FlowControlled_m_flow
.Configurations
The configurations to be covered are the following.
EDIT: no need to consider steam for in-building heat medium.
The text was updated successfully, but these errors were encountered: