mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 11:24:19 +00:00
New IFC to Brick class mapping utility
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"IfcAudioVisualAppliance.CAMERA": "Camera",
|
||||
"IfcUnitaryEquipment.AIRHANDLER": "AHU",
|
||||
"IfcBoiler": "Boiler",
|
||||
"IfcUnitaryEquipment.AIRCONDITIONINGUNIT": "CRAC",
|
||||
"IfcChiller": "Chiller",
|
||||
"IfcCompressor": "Compressor",
|
||||
"IfcCondenser": "Condenser",
|
||||
"IfcCoolingTower": "Cooling_Tower",
|
||||
"IfcDamper": "Damper",
|
||||
"IfcFan": "Fan",
|
||||
"IfcFilter": "Filter",
|
||||
"IfcHeatExchanger": "Heat_Exchanger",
|
||||
"IfcHumidifier": "Humidifier",
|
||||
"IfcPump": "Pump",
|
||||
"IfcAirTerminalBox": "TerminalUnit",
|
||||
"IfcAirTerminalBox.CONSTANTFLOW": "CAV",
|
||||
"IfcAirTerminalBox.VARIABLEFLOWPRESSUREDEPENDANT": "VAV",
|
||||
"IfcAirTerminalBox.VARIABLEFLOWPRESSUREINDEPENDANT": "VAV",
|
||||
"IfcValve": "Valve",
|
||||
"IfcUnitaryControlElement.THERMOSTAT": "Thermostat",
|
||||
"IfcUnitaryControlElement.WEATHERSTATION": "Weather_Station",
|
||||
"IfcLightFixture": "Luminaire",
|
||||
"IfcFlowMeter": "Meter",
|
||||
"IfcFlowMeter.ENERGYMETER": "Electric_Meter",
|
||||
"IfcFlowMeter.GASMETER": "Gas_Meter",
|
||||
"IfcFlowMeter.WATERMETER": "Water_Meter",
|
||||
"IfcElectricMotor": "Motor",
|
||||
"IfcSolarDevice.SOLARPANEL": "PV_Panel",
|
||||
"IfcBuilding": "Building",
|
||||
"IfcBuildingStorey": "Floor",
|
||||
"IfcSpace": "Space",
|
||||
"IfcSpatialZone": "Zone",
|
||||
"IfcSpatialZone.THERMAL": "HVAC_Zone",
|
||||
"IfcSpatialZone.LIGHTING": "Lighting_Zone"
|
||||
}
|
||||
Reference in New Issue
Block a user