modelPartialPlant
Partial examples for Buildings.Applications.DataCenters.ChillerCooled.Equipment.Validation
Information
This is a partial model for the examples in Buildings.Applications.DataCenters.ChillerCooled.Equipment.Validation.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | mCHW_flow_nominal | 2567.1*1000/(4200*10) | Nominal mass flow rate at chilled water |
| Modelica.Units.SI.MassFlowRate | mCW_flow_nominal | 2567.1*1000/(4200*8.5) | Nominal mass flow rate at condenser water |
| Modelica.Units.SI.PressureDifference | dpCHW_nominal | 40000 | Nominal pressure |
| Modelica.Units.SI.PressureDifference | dpCW_nominal | 40000 | Nominal pressure |
| Integer | numChi | 1 | Number of chillers |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Sources.Boundary_pT | sin1 | Sink on medium 1 side | |
| Fluid.Sources.Boundary_pT | sou1 | Source on medium 1 side | |
| Modelica.Blocks.Sources.TimeTable | TCon_in | Condenser inlet temperature | |
| Buildings.Fluid.Sources.Boundary_pT | sin2 | Sink on medium 2 side | |
| Modelica.Blocks.Sources.Constant | TEva_in | Evaporator inlet temperature | |
| Modelica.Blocks.Sources.Constant | TSet | Leaving chilled water temperature setpoint | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | TSup1 | Temperature sensor | |
| Modelica.Blocks.Sources.BooleanStep | onChi | On and off signal for the chiller | |
| Modelica.Blocks.Sources.BooleanStep | onWSE | On and off signal for the WSE |
Contents
| Name | Description |
|---|---|
| Medium model | |
| Medium model |
Revisions
-
May 13, 2021, by Michael Wetter:
Changed boundary condition model to prescribed pressure rather than prescribed mass flow rate. Prescribing the mass flow rate caused unreasonably large pressure drop because the mass flow rate was forced through a closed valve.
This is for #2488. -
September 11, 2017, by Michael Wetter:
Corrected wrong use of replaceable model.
This is for issue 921. -
June 25, 2017, by Yangyang Fu:
First implementation.