This medium model is identical to Modelica.Media.Water.ConstantPropertyLiquidWater, except that the density is constant.
| Name | Description |
|---|---|
| Returns constant density |
Buildings.Media.ConstantPropertyLiquidWater.density
| Type | Name | Default | Description |
|---|---|---|---|
| ThermodynamicState | state |
| Type | Name | Description |
|---|---|---|
| Density | d | Density [kg/m3] |
redeclare replaceable function extends density "Returns constant density" algorithm d := d_const; end density;