modelTank
Example that test the tank model
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example is to verify the ice tank model Buildings.Fluid.Storage.Ice.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Mass | SOC_start | 3/4 | Start value of ice mass in the tank |
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | 1 | Nominal mass flow rate |
| Modelica.Units.SI.PressureDifference | dp_nominal | 100000 | Pressure difference |
| Buildings.Fluid.Storage.Ice.Data.Tank.Generic | per | Tank performance data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Storage.Ice.ControlledTank | iceTan | ||
| Buildings.Fluid.Sources.MassFlowSource_T | sou | ||
| Buildings.Fluid.Sources.Boundary_pT | bou | ||
| Buildings.Fluid.FixedResistances.PressureDrop | res | Flow resistance | |
| Modelica.Blocks.Sources.CombiTimeTable | TSou | Source temperature | |
| Modelica.Blocks.Sources.TimeTable | TSet | Table with set points for leaving water temperature which will be tracked subject to thermodynamic constraints | |
| Buildings.Fluid.Storage.Ice.Tank | iceTanUnc | Uncontrolled ice tank | |
| FixedResistances.PressureDrop | resUnc | Flow resistance |
Contents
| Name | Description |
|---|---|
| Fluid medium |
Revisions
-
December 14, 2021, by Yangyang Fu:
First implementation.