modelIdealUser
Test model for the dummy user
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This is a simple test model for the ideal user.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | 1 | Nominal mass flow rate |
| Modelica.Units.SI.PressureDifference | dp_nominal | 500000 | Nominal pressure difference |
| Modelica.Units.SI.AbsolutePressure | p_Pressurisation | 300000 | Pressurisation point |
| Modelica.Units.SI.Temperature | T_CHWR_nominal | 12 + 273.15 | Nominal temperature of CHW return |
| Modelica.Units.SI.Temperature | T_CHWS_nominal | 7 + 273.15 | Nominal temperature of CHW supply |
| Boolean | allowFlowReversal | false | Flow reversal setting |
| Modelica.Units.SI.Power | QCooLoa_flow_nominal | 5*4200*0.9 | Nominal cooling load of one consumer |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.DHC.Plants.Cooling.BaseClasses.IdealUser | ideUse | Ideal user | |
| Buildings.Fluid.Sources.Boundary_pT | sin | Sink representing CHW return line | |
| Buildings.Fluid.Sources.Boundary_pT | sou | Source representing CHW supply line | |
| Modelica.Blocks.Sources.TimeTable | mPre_flow | Prescribed flow rate representing cooling load |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
July 31, 2023, by Michael Wetter:
Revised implementation, removed unused parameter. -
February 18, 2022 by Hongxiang Fu:
First implementation. This is for #2859.