recordGeneric
Generic data record for hybrid liquid-cooled single-phase and air-cooled rack
Extends from Modelica.Icons.Record (Icon for records).
Information
Generic data record for hybrid IT racks that combine liquid-cooled single-phase and air-cooled components.
This record contains two nested data records:
-
liq: Performance data for the liquid-cooled component, based on Buildings.Fluid.DataCenterEquipment.Racks.LiquidCooledSinglePhase.Data.Generic -
air: Performance data for the air-cooled component, based on Buildings.Fluid.DataCenterEquipment.Racks.AirCooled.Data.Generic
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.DataCenterEquipment.Racks.LiquidCooledSinglePhase.Data.Generic | liq | Performance data for liquid-cooled component | |
| Buildings.Fluid.DataCenterEquipment.Racks.AirCooled.Data.Generic | air | Performance data for air-cooled component |
Revisions
-
July 14, 2026, by Michael Wetter:
First implementation.