From 658281a200f8bc2d390a8b6d89f6021327796fd5 Mon Sep 17 00:00:00 2001 From: RujitRaval Date: Fri, 24 Apr 2020 23:52:23 -0400 Subject: [PATCH] Add description for 2 more types in cooling systems --- src/BuildingCoolingSystem.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/BuildingCoolingSystem.js b/src/BuildingCoolingSystem.js index 98b4dd559..4bbc7be1f 100644 --- a/src/BuildingCoolingSystem.js +++ b/src/BuildingCoolingSystem.js @@ -99,6 +99,12 @@ export default class BuildingCoolingSystem extends React.Component { Variable Refrigerant Flow (VRF) systems are typically all-electric systems that use heat pumps to provide space heating and cooling to building spaces. + + Chiller is a central refrigeration machine that generates chilled water to cool and dehumidify air in larger buildings. + + + Mini-split is an high efficiency, electric heat pump system that provides both space heating and space cooling. It consists of indoor air handling units (one per room typically) that connect to an outdoor unit. + ); }) -- GitLab