forked from buildingSMART/IFC4.3.x-output
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIfcHvacDomain.pot
8594 lines (6141 loc) · 331 KB
/
IfcHvacDomain.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Industry Foundation Classes IFC.
# Copyright (C) 2020 buildingSMART
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2020-09-25 10:09+0200\n"
"X-Crowdin-SourceKey: msgstr\n"
"Language-Team: buildingSMART community\n"
#:IFC.xml:13554
msgid "IfcAirTerminal"
msgstr "IfcAirTerminal"
msgid "IfcAirTerminal_DEFINITION"
msgstr "An air terminal is a terminating or origination point for the transfer of air between distribution system s and one or more spaces. It can also be used for the transfer of air between adjacent spaces. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:13567
msgid "IfcAirTerminal_PredefinedType"
msgstr "PredefinedType"
msgid "IfcAirTerminal_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:13581
msgid "IfcAirTerminalBox"
msgstr "IfcAirTerminalBox"
msgid "IfcAirTerminalBox_DEFINITION"
msgstr "An air terminal box typically participates in an HVAC duct distribution system and is used to control or modulate the amount of air delivered to its downstream ductwork. An air terminal box type is often referred to as an air flow regulator . HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:13593
msgid "IfcAirTerminalBox_PredefinedType"
msgstr "PredefinedType"
msgid "IfcAirTerminalBox_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:13607
msgid "IfcAirTerminalBoxType"
msgstr "IfcAirTerminalBoxType"
msgid "IfcAirTerminalBoxType_DEFINITION"
msgstr "The flow controller type [[IfcAirTerminalBoxType]] defines commonly shared information for occurrences of air terminal boxes. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define an air terminal box type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcAirTerminalBoxType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcAirTerminalBoxType]] are represented by instances of [[IfcAirTerminalBox]] . Refer to the documentation at [[IfcAirTerminalBox]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:13614
msgid "IfcAirTerminalBoxType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcAirTerminalBoxType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:13626
msgid "IfcAirTerminalBoxTypeEnum"
msgstr "IfcAirTerminalBoxTypeEnum"
msgid "IfcAirTerminalBoxTypeEnum_DEFINITION"
msgstr "This enumeration identifies different types of air terminal boxes. HISTORY New enumeration in IFC2.0. bSI Documentation"
#:IFC.xml:13630
msgid "IfcAirTerminalBoxTypeEnum_CONSTANTFLOW"
msgstr "CONSTANTFLOW"
msgid "IfcAirTerminalBoxTypeEnum_CONSTANTFLOW_DEFINITION"
msgstr "Terminal box does not include a means to reset the volume automatically to an outside signal such as thermostat."
#:IFC.xml:13631
msgid "IfcAirTerminalBoxTypeEnum_VARIABLEFLOWPRESSUREDEPENDANT"
msgstr "VARIABLEFLOWPRESSUREDEPENDANT"
msgid "IfcAirTerminalBoxTypeEnum_VARIABLEFLOWPRESSUREDEPENDANT_DEFINITION"
msgstr "Terminal box includes a means to reset the volume automatically to a different control point in response to an outside signal such as thermostat air flow rate depends on supply pressure."
#:IFC.xml:13632
msgid "IfcAirTerminalBoxTypeEnum_VARIABLEFLOWPRESSUREINDEPENDANT"
msgstr "VARIABLEFLOWPRESSUREINDEPENDANT"
msgid "IfcAirTerminalBoxTypeEnum_VARIABLEFLOWPRESSUREINDEPENDANT_DEFINITION"
msgstr "Terminal box includes a means to reset the volume automatically to a different control point in response to an outside signal such as thermostat air flow rate is independant of supply pressure."
#:IFC.xml:13633
msgid "IfcAirTerminalType"
msgstr "IfcAirTerminalType"
msgid "IfcAirTerminalType_DEFINITION"
msgstr "The flow terminal type [[IfcAirTerminalType]] defines commonly shared information for occurrences of air terminals. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define an air terminal type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcAirTerminalType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcAirTerminalType]] are represented by instances of [[IfcAirTerminal]] . Refer to the documentation at [[IfcAirTerminal]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:13640
msgid "IfcAirTerminalType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcAirTerminalType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:13652
msgid "IfcAirTerminalTypeEnum"
msgstr "IfcAirTerminalTypeEnum"
msgid "IfcAirTerminalTypeEnum_DEFINITION"
msgstr "Enumeration defining the functional types of air terminals. NOTE Architectural louvres within doors or windows are defined by [[IfcPermeableCoveringProperties]] . HISTORY New enumeration in IFC2x2. Modified in IFC4 to add LOUVRE and remove EYEBALL, IRIS, LINEARGRILLE, LINEARDIFFUSER. bSI Documentation"
#:IFC.xml:13660
msgid "IfcAirTerminalTypeEnum_REGISTER"
msgstr "REGISTER"
msgid "IfcAirTerminalTypeEnum_REGISTER_DEFINITION"
msgstr "A grille typically equipped with a damper or control valve."
#:IFC.xml:13659
msgid "IfcAirTerminalTypeEnum_LOUVRE"
msgstr "LOUVRE"
msgid "IfcAirTerminalTypeEnum_LOUVRE_DEFINITION"
msgstr "A rectilinear louvre."
#:IFC.xml:13657
msgid "IfcAirTerminalTypeEnum_DIFFUSER"
msgstr "DIFFUSER"
msgid "IfcAirTerminalTypeEnum_DIFFUSER_DEFINITION"
msgstr "An outlet discharging supply air in various directions and planes."
#:IFC.xml:13658
msgid "IfcAirTerminalTypeEnum_GRILLE"
msgstr "GRILLE"
msgid "IfcAirTerminalTypeEnum_GRILLE_DEFINITION"
msgstr "A covering for any area through which air passes."
#:IFC.xml:13661
msgid "IfcAirToAirHeatRecovery"
msgstr "IfcAirToAirHeatRecovery"
msgid "IfcAirToAirHeatRecovery_DEFINITION"
msgstr "An air to air heat recovery device employs a counter flow heat exchanger between inbound and outbound air flow. It is typically used to transfer heat from warmer air in one chamber to cooler air in the second chamber i.e., typically used to recover heat from the conditioned air being exhausted and the outside air being supplied to a building , resulting in energy savings from reduced heating or cooling requirements. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:13675
msgid "IfcAirToAirHeatRecovery_PredefinedType"
msgstr "PredefinedType"
msgid "IfcAirToAirHeatRecovery_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:13687
msgid "IfcAirToAirHeatRecoveryType"
msgstr "IfcAirToAirHeatRecoveryType"
msgid "IfcAirToAirHeatRecoveryType_DEFINITION"
msgstr "The energy conversion device type [[IfcAirToAirHeatRecoveryType]] defines commonly shared information for occurrences of air to air heat recoverys. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define an air to air heat recovery type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcAirToAirHeatRecoveryType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcAirToAirHeatRecoveryType]] are represented by instances of [[IfcAirToAirHeatRecovery]] . Refer to the documentation at [[IfcAirToAirHeatRecovery]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:13694
msgid "IfcAirToAirHeatRecoveryType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcAirToAirHeatRecoveryType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:13706
msgid "IfcAirToAirHeatRecoveryTypeEnum"
msgstr "IfcAirToAirHeatRecoveryTypeEnum"
msgid "IfcAirToAirHeatRecoveryTypeEnum_DEFINITION"
msgstr "Defines general types of air to air heat recovery devices. HISTORY New enumeration in IFC2x. bSI Documentation"
#:IFC.xml:13717
msgid "IfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATECROSSFLOWEXCHANGER"
msgstr "FIXEDPLATECROSSFLOWEXCHANGER"
msgid "IfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATECROSSFLOWEXCHANGER_DEFINITION"
msgstr "Heat exchanger with moving parts and alternate layers of plates, separated and sealed from the exhaust and supply air stream passages with secondary air flow in the direction perpendicular to primary air flow."
#:IFC.xml:13723
msgid "IfcAirToAirHeatRecoveryTypeEnum_THERMOSIPHONSEALEDTUBEHEATEXCHANGERS"
msgstr "THERMOSIPHONSEALEDTUBEHEATEXCHANGERS"
msgid "IfcAirToAirHeatRecoveryTypeEnum_THERMOSIPHONSEALEDTUBEHEATEXCHANGERS_DEFINITION"
msgstr "Sealed systems that consist of an evaporator, a condenser, interconnecting piping, and an intermediate working fluid that is present in both liquid and vapor phases where the evaporator and the condenser are usually at opposite ends of a bundle of straight, individual thermosiphon tubes and the exhaust and supply ducts are adjacent to each other."
#:IFC.xml:13724
msgid "IfcAirToAirHeatRecoveryTypeEnum_TWINTOWERENTHALPYRECOVERYLOOPS"
msgstr "TWINTOWERENTHALPYRECOVERYLOOPS"
msgid "IfcAirToAirHeatRecoveryTypeEnum_TWINTOWERENTHALPYRECOVERYLOOPS_DEFINITION"
msgstr "An air to liquid, liquid to air enthalpy recovery system with a sorbent liquid circulates continuously between supply and exhaust airstreams, alternately contacting both airstreams directly in contactor towers."
#:IFC.xml:13718
msgid "IfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATEPARALLELFLOWEXCHANGER"
msgstr "FIXEDPLATEPARALLELFLOWEXCHANGER"
msgid "IfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATEPARALLELFLOWEXCHANGER_DEFINITION"
msgstr "Heat exchanger with moving parts and alternate layers of plates, separated and sealed from the exhaust and supply air stream passages with primary air entering at secondary air inlet location and exiting at secondary air outlet location."
#:IFC.xml:13716
msgid "IfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATECOUNTERFLOWEXCHANGER"
msgstr "FIXEDPLATECOUNTERFLOWEXCHANGER"
msgid "IfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATECOUNTERFLOWEXCHANGER_DEFINITION"
msgstr "Heat exchanger with moving parts and alternate layers of plates, separated and sealed from the exhaust and supply air stream passages with primary air entering at secondary air outlet location and exiting at secondary air inlet location."
#:IFC.xml:13719
msgid "IfcAirToAirHeatRecoveryTypeEnum_HEATPIPE"
msgstr "HEATPIPE"
msgid "IfcAirToAirHeatRecoveryTypeEnum_HEATPIPE_DEFINITION"
msgstr "A passive energy recovery device with a heat pipe divided into evaporator and condenser sections."
#:IFC.xml:13722
msgid "IfcAirToAirHeatRecoveryTypeEnum_THERMOSIPHONCOILTYPEHEATEXCHANGERS"
msgstr "THERMOSIPHONCOILTYPEHEATEXCHANGERS"
msgid "IfcAirToAirHeatRecoveryTypeEnum_THERMOSIPHONCOILTYPEHEATEXCHANGERS_DEFINITION"
msgstr "Sealed systems that consist of an evaporator, a condenser, interconnecting piping, and an intermediate working fluid that is present in both liquid and vapor phases where the evaporator and condensor coils are installed independently in the ducts and are interconnected by the working fluid piping."
#:IFC.xml:13721
msgid "IfcAirToAirHeatRecoveryTypeEnum_RUNAROUNDCOILLOOP"
msgstr "RUNAROUNDCOILLOOP"
msgid "IfcAirToAirHeatRecoveryTypeEnum_RUNAROUNDCOILLOOP_DEFINITION"
msgstr "A typical coil energy recovery loop places extended surface, finned tube water coils in the supply and exhaust airstreams of a building."
#:IFC.xml:13720
msgid "IfcAirToAirHeatRecoveryTypeEnum_ROTARYWHEEL"
msgstr "ROTARYWHEEL"
msgid "IfcAirToAirHeatRecoveryTypeEnum_ROTARYWHEEL_DEFINITION"
msgstr "A heat wheel with a revolving cylinder filled with an air permeable medium having a large internal surface area."
#:IFC.xml:13725
msgid "IfcBoiler"
msgstr "IfcBoiler"
msgid "IfcBoiler_DEFINITION"
msgstr "A boiler is a closed, pressure rated vessel in which water or other fluid is heated using an energy source such as natural gas, heating oil, or electricity. The fluid in the vessel is then circulated out of the boiler for use in various processes or heating applications. [[IfcBoiler]] is a vessel solely used for heating of water or other fluids. Storage vessels, such as for drinking water storage are considered as tanks and use the [[IfcTank]] entity. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:13739
msgid "IfcBoiler_PredefinedType"
msgstr "PredefinedType"
msgid "IfcBoiler_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:13751
msgid "IfcBoilerType"
msgstr "IfcBoilerType"
msgid "IfcBoilerType_DEFINITION"
msgstr "The energy conversion device type [[IfcBoilerType]] defines commonly shared information for occurrences of boilers. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a boiler type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcBoilerType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcBoilerType]] are represented by instances of [[IfcBoiler]] . Refer to the documentation at [[IfcBoiler]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:13758
msgid "IfcBoilerType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcBoilerType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:13770
msgid "IfcBoilerTypeEnum"
msgstr "IfcBoilerTypeEnum"
msgid "IfcBoilerTypeEnum_DEFINITION"
msgstr "Enumeration defining the typical types of boilers. HISTORY New enumeration in IFC2x. bSI Documentation"
#:IFC.xml:13775
msgid "IfcBoilerTypeEnum_WATER"
msgstr "WATER"
msgid "IfcBoilerTypeEnum_WATER_DEFINITION"
msgstr "Water boiler."
#:IFC.xml:13773
msgid "IfcBoilerTypeEnum_STEAM"
msgstr "STEAM"
msgid "IfcBoilerTypeEnum_STEAM_DEFINITION"
msgstr "Steam boiler."
#:IFC.xml:13777
msgid "IfcBurner"
msgstr "IfcBurner"
msgid "IfcBurner_DEFINITION"
msgstr "A burner is a device that converts fuel into heat through combustion. It includes gas, oil, and wood burners. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:13788
msgid "IfcBurner_PredefinedType"
msgstr "PredefinedType"
msgid "IfcBurner_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:13802
msgid "IfcBurnerType"
msgstr "IfcBurnerType"
msgid "IfcBurnerType_DEFINITION"
msgstr "The energy conversion device type [[IfcBurnerType]] defines commonly shared information for occurrences of burners. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a burner type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcBurnerType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcBurnerType]] are represented by instances of [[IfcBurner]] . Refer to the documentation at [[IfcBurner]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:13809
msgid "IfcBurnerType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcBurnerType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:13821
msgid "IfcBurnerTypeEnum"
msgstr "IfcBurnerTypeEnum"
msgid "IfcBurnerTypeEnum_DEFINITION"
msgstr "Enumeration defining the functional type of burner. HISTORY New enumeration in IFC4. No specific values are defined for this release. bSI Documentation"
#:IFC.xml:13822
msgid "IfcChiller"
msgstr "IfcChiller"
msgid "IfcChiller_DEFINITION"
msgstr "A chiller is a device used to remove heat from a liquid via a vapor compression or absorption refrigeration cycle to cool a fluid, typically water or a mixture of water and glycol. The chilled fluid is then used to cool and dehumidify air in a building. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:13833
msgid "IfcChiller_PredefinedType"
msgstr "PredefinedType"
msgid "IfcChiller_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:13848
msgid "IfcChillerType"
msgstr "IfcChillerType"
msgid "IfcChillerType_DEFINITION"
msgstr "The energy conversion device type [[IfcChillerType]] defines commonly shared information for occurrences of chillers. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a chiller type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcChillerType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcChillerType]] are represented by instances of [[IfcChiller]] . Refer to the documentation at [[IfcChiller]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:13855
msgid "IfcChillerType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcChillerType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:13867
msgid "IfcChillerTypeEnum"
msgstr "IfcChillerTypeEnum"
msgid "IfcChillerTypeEnum_DEFINITION"
msgstr "Enumeration defining the typical types of Chillers classified by their method of heat rejection. HISTORY New enumeration in IFC2x. bSI Documentation"
#:IFC.xml:13873
msgid "IfcChillerTypeEnum_WATERCOOLED"
msgstr "WATERCOOLED"
msgid "IfcChillerTypeEnum_WATERCOOLED_DEFINITION"
msgstr "WATERCOOLED"
#:IFC.xml:13871
msgid "IfcChillerTypeEnum_AIRCOOLED"
msgstr "AIRCOOLED"
msgid "IfcChillerTypeEnum_AIRCOOLED_DEFINITION"
msgstr "AIRCOOLED"
#:IFC.xml:13872
msgid "IfcChillerTypeEnum_HEATRECOVERY"
msgstr "HEATRECOVERY"
msgid "IfcChillerTypeEnum_HEATRECOVERY_DEFINITION"
msgstr "Heat recovery chiller."
#:IFC.xml:13874
msgid "IfcCoil"
msgstr "IfcCoil"
msgid "IfcCoil_DEFINITION"
msgstr "A coil is a device used to provide heat transfer between non mixing media. A common example is a cooling coil, which utilizes a finned coil in which circulates chilled water, antifreeze, or refrigerant that is used to remove heat from air moving across the surface of the coil. A coil may be used either for heating or cooling purposes by placing a series of tubes the coil carrying a heating or cooling fluid into an airstream. The coil may be constructed from tubes bundled in a serpentine form or from finned tubes that give a extended heat transfer surface. Coils may also be used for non airflow cases such as embedded in a floor slab. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:13887
msgid "IfcCoil_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCoil_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:13902
msgid "IfcCoilType"
msgstr "IfcCoilType"
msgid "IfcCoilType_DEFINITION"
msgstr "The energy conversion device type [[IfcCoilType]] defines commonly shared information for occurrences of coils. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a coil type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcCoilType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcCoilType]] are represented by instances of [[IfcCoil]] . Refer to the documentation at [[IfcCoil]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:13909
msgid "IfcCoilType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCoilType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:13921
msgid "IfcCoilTypeEnum"
msgstr "IfcCoilTypeEnum"
msgid "IfcCoilTypeEnum_DEFINITION"
msgstr "Enumeration defining the typical types of coils. HISTORY New enumeration in IFC2x. bSI Documentation"
#:IFC.xml:13935
msgid "IfcCoilTypeEnum_WATERHEATINGCOIL"
msgstr "WATERHEATINGCOIL"
msgid "IfcCoilTypeEnum_WATERHEATINGCOIL_DEFINITION"
msgstr "Heating coil using hot water as a heating source. HYDRONICCOIL supercedes this enumerator."
#:IFC.xml:13929
msgid "IfcCoilTypeEnum_DXCOOLINGCOIL"
msgstr "DXCOOLINGCOIL"
msgid "IfcCoilTypeEnum_DXCOOLINGCOIL_DEFINITION"
msgstr "Cooling coil using a refrigerant to cool the air stream directly."
#:IFC.xml:13932
msgid "IfcCoilTypeEnum_HYDRONICCOIL"
msgstr "HYDRONICCOIL"
msgid "IfcCoilTypeEnum_HYDRONICCOIL_DEFINITION"
msgstr "Cooling or Heating coil that uses a hydronic fluid as a cooling or heating source."
#:IFC.xml:13931
msgid "IfcCoilTypeEnum_GASHEATINGCOIL"
msgstr "GASHEATINGCOIL"
msgid "IfcCoilTypeEnum_GASHEATINGCOIL_DEFINITION"
msgstr "Heating coil using gas as a heating source."
#:IFC.xml:13930
msgid "IfcCoilTypeEnum_ELECTRICHEATINGCOIL"
msgstr "ELECTRICHEATINGCOIL"
msgid "IfcCoilTypeEnum_ELECTRICHEATINGCOIL_DEFINITION"
msgstr "Heating coil using electricity as a heating source."
#:IFC.xml:13934
msgid "IfcCoilTypeEnum_WATERCOOLINGCOIL"
msgstr "WATERCOOLINGCOIL"
msgid "IfcCoilTypeEnum_WATERCOOLINGCOIL_DEFINITION"
msgstr "Cooling coil using chilled water. HYDRONICCOIL supercedes this enumerator."
#:IFC.xml:13933
msgid "IfcCoilTypeEnum_STEAMHEATINGCOIL"
msgstr "STEAMHEATINGCOIL"
msgid "IfcCoilTypeEnum_STEAMHEATINGCOIL_DEFINITION"
msgstr "Heating coil using steam as heating source."
#:IFC.xml:13936
msgid "IfcCompressor"
msgstr "IfcCompressor"
msgid "IfcCompressor_DEFINITION"
msgstr "A compressor is a device that compresses a fluid typically used in a refrigeration circuit. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:13947
msgid "IfcCompressor_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCompressor_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:13962
msgid "IfcCompressorType"
msgstr "IfcCompressorType"
msgid "IfcCompressorType_DEFINITION"
msgstr "The flow moving device type [[IfcCompressorType]] defines commonly shared information for occurrences of compressors. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a compressor type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcCompressorType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcCompressorType]] are represented by instances of [[IfcCompressor]] . Refer to the documentation at [[IfcCompressor]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:13969
msgid "IfcCompressorType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCompressorType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:13981
msgid "IfcCompressorTypeEnum"
msgstr "IfcCompressorTypeEnum"
msgid "IfcCompressorTypeEnum_DEFINITION"
msgstr "Enumeration defining the typical types of compressors. HISTORY New enumeration in IFC2x. bSI Documentation"
#:IFC.xml:13998
msgid "IfcCompressorTypeEnum_DYNAMIC"
msgstr "DYNAMIC"
msgid "IfcCompressorTypeEnum_DYNAMIC_DEFINITION"
msgstr "The pressure of refrigerant vapor is increased by a continuous transfer of angular momentum from a rotating member to the vapor followed by conversion of this momentum into static pressure."
#:IFC.xml:14005
msgid "IfcCompressorTypeEnum_SCROLL"
msgstr "SCROLL"
msgid "IfcCompressorTypeEnum_SCROLL_DEFINITION"
msgstr "Positive displacement compressor using two inter fitting, spiral shaped scroll members."
#:IFC.xml:14001
msgid "IfcCompressorTypeEnum_RECIPROCATING"
msgstr "RECIPROCATING"
msgid "IfcCompressorTypeEnum_RECIPROCATING_DEFINITION"
msgstr "Positive displacement compressor using a piston driven by a connecting rod from a crankshaft."
#:IFC.xml:13999
msgid "IfcCompressorTypeEnum_HERMETIC"
msgstr "HERMETIC"
msgid "IfcCompressorTypeEnum_HERMETIC_DEFINITION"
msgstr "Positive displacement reciprocating compressor where the motor and compressor are contained within the same housing, with the motor shaft integral with the compressor crankshaft and the motor in contact with refrigerant."
#:IFC.xml:14006
msgid "IfcCompressorTypeEnum_SEMIHERMETIC"
msgstr "SEMIHERMETIC"
msgid "IfcCompressorTypeEnum_SEMIHERMETIC_DEFINITION"
msgstr "Positive displacement reciprocating compressor where the hermetic compressors use bolted construction amenable to field repair."
#:IFC.xml:14000
msgid "IfcCompressorTypeEnum_OPENTYPE"
msgstr "OPENTYPE"
msgid "IfcCompressorTypeEnum_OPENTYPE_DEFINITION"
msgstr "Positive displacement reciprocating compressor where the shaft extends through a seal in the crankcase for an external drive."
#:IFC.xml:14009
msgid "IfcCompressorTypeEnum_TROCHOIDAL"
msgstr "TROCHOIDAL"
msgid "IfcCompressorTypeEnum_TROCHOIDAL_DEFINITION"
msgstr "Positive displacement compressor using a rolling motion of one circle outside or inside the circumference of a basic circle and produce either epitrochoids or hypotrochoids."
#:IFC.xml:13997
msgid "IfcCompressorTypeEnum_BOOSTER"
msgstr "BOOSTER"
msgid "IfcCompressorTypeEnum_BOOSTER_DEFINITION"
msgstr "Positive displacement reciprocating compressor where pressure is increased by a booster."
#:IFC.xml:14008
msgid "IfcCompressorTypeEnum_SINGLESTAGE"
msgstr "SINGLESTAGE"
msgid "IfcCompressorTypeEnum_SINGLESTAGE_DEFINITION"
msgstr "Positive displacement reciprocating compressor where vapor is compressed in a single stage."
#:IFC.xml:14010
msgid "IfcCompressorTypeEnum_TWINSCREW"
msgstr "TWINSCREW"
msgid "IfcCompressorTypeEnum_TWINSCREW_DEFINITION"
msgstr "Positive displacement rotary compressor using two mating helically grooved rotors, male lobes and female flutes in a stationary housing with inlet and outlet gas ports."
#:IFC.xml:14003
msgid "IfcCompressorTypeEnum_ROTARY"
msgstr "ROTARY"
msgid "IfcCompressorTypeEnum_ROTARY_DEFINITION"
msgstr "Positive displacement compressor using a roller or rotor device."
#:IFC.xml:14004
msgid "IfcCompressorTypeEnum_ROTARYVANE"
msgstr "ROTARYVANE"
msgid "IfcCompressorTypeEnum_ROTARYVANE_DEFINITION"
msgstr "Positive displacement rotary compressor using a roller mounted on the eccentric of a shaft with multiple vanes in the nontotating cylindrical housing."
#:IFC.xml:14011
msgid "IfcCompressorTypeEnum_WELDEDSHELLHERMETIC"
msgstr "WELDEDSHELLHERMETIC"
msgid "IfcCompressorTypeEnum_WELDEDSHELLHERMETIC_DEFINITION"
msgstr "Positive displacement reciprocating compressor where the motor compressor is mounted inside a steel shell, which, in turn is sealed by welding."
#:IFC.xml:14002
msgid "IfcCompressorTypeEnum_ROLLINGPISTON"
msgstr "ROLLINGPISTON"
msgid "IfcCompressorTypeEnum_ROLLINGPISTON_DEFINITION"
msgstr "Positive displacement rotary compressor using a roller mounted on the eccentric of a shaft with a single vane in the nonrotating cylindrical housing."
#:IFC.xml:14007
msgid "IfcCompressorTypeEnum_SINGLESCREW"
msgstr "SINGLESCREW"
msgid "IfcCompressorTypeEnum_SINGLESCREW_DEFINITION"
msgstr "Positive displacement rotary compressor using a single cylindrical main rotor that works with a pair of gate rotors."
#:IFC.xml:14012
msgid "IfcCondenser"
msgstr "IfcCondenser"
msgid "IfcCondenser_DEFINITION"
msgstr "A condenser is a device that is used to dissipate heat, typically by condensing a substance such as a refrigerant from its gaseous to its liquid state. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:14023
msgid "IfcCondenser_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCondenser_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:14038
msgid "IfcCondenserType"
msgstr "IfcCondenserType"
msgid "IfcCondenserType_DEFINITION"
msgstr "The energy conversion device type [[IfcCondenserType]] defines commonly shared information for occurrences of condensers. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a condenser type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcCondenserType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcCondenserType]] are represented by instances of [[IfcCondenser]] . Refer to the documentation at [[IfcCondenser]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:14045
msgid "IfcCondenserType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCondenserType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:14057
msgid "IfcCondenserTypeEnum"
msgstr "IfcCondenserTypeEnum"
msgid "IfcCondenserTypeEnum_DEFINITION"
msgstr "Enumeration defining the typical types of condensers. Air is used as the cooling medium for AIRCOOLED water is used as the cooling medium for all other types. HISTORY New enumeration in IFC2x2. WATERCOOLED added in IFC4. bSI Documentation"
#:IFC.xml:14065
msgid "IfcCondenserTypeEnum_AIRCOOLED"
msgstr "AIRCOOLED"
msgid "IfcCondenserTypeEnum_AIRCOOLED_DEFINITION"
msgstr "AIRCOOLED"
#:IFC.xml:14066
msgid "IfcCondenserTypeEnum_EVAPORATIVECOOLED"
msgstr "EVAPORATIVECOOLED"
msgid "IfcCondenserTypeEnum_EVAPORATIVECOOLED_DEFINITION"
msgstr "A condenser that is cooled evaporatively."
#:IFC.xml:14070
msgid "IfcCondenserTypeEnum_WATERCOOLEDSHELLTUBE"
msgstr "WATERCOOLEDSHELLTUBE"
msgid "IfcCondenserTypeEnum_WATERCOOLEDSHELLTUBE_DEFINITION"
msgstr "Water cooled condenser with cooling water circulated through one or more tubes contained within the shell."
#:IFC.xml:14067
msgid "IfcCondenserTypeEnum_WATERCOOLED"
msgstr "WATERCOOLED"
msgid "IfcCondenserTypeEnum_WATERCOOLED_DEFINITION"
msgstr "WATERCOOLED"
#:IFC.xml:14068
msgid "IfcCondenserTypeEnum_WATERCOOLEDBRAZEDPLATE"
msgstr "WATERCOOLEDBRAZEDPLATE"
msgid "IfcCondenserTypeEnum_WATERCOOLEDBRAZEDPLATE_DEFINITION"
msgstr "Water cooled condenser with plates brazed together to form an assembly of separate channels."
#:IFC.xml:14069
msgid "IfcCondenserTypeEnum_WATERCOOLEDSHELLCOIL"
msgstr "WATERCOOLEDSHELLCOIL"
msgid "IfcCondenserTypeEnum_WATERCOOLEDSHELLCOIL_DEFINITION"
msgstr "Water cooled condenser with cooling water circulated through one or more continuous or assembled coils contained within the shell."
#:IFC.xml:14071
msgid "IfcCondenserTypeEnum_WATERCOOLEDTUBEINTUBE"
msgstr "WATERCOOLEDTUBEINTUBE"
msgid "IfcCondenserTypeEnum_WATERCOOLEDTUBEINTUBE_DEFINITION"
msgstr "Water cooled condenser consisting of one or more assemblies of two tubes, one within the other."
#:IFC.xml:14072
msgid "IfcCooledBeam"
msgstr "IfcCooledBeam"
msgid "IfcCooledBeam_DEFINITION"
msgstr "A cooled beam or chilled beam is a device typically used to cool air by circulating a fluid such as chilled water through exposed finned tubes above a space. Typically mounted overhead near or within a ceiling, the cooled beam uses convection to cool the space below it by acting as a heat sink for the naturally rising warm air of the space. Once cooled, the air naturally drops back to the floor where the cycle begins again. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:14086
msgid "IfcCooledBeam_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCooledBeam_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:14098
msgid "IfcCooledBeamType"
msgstr "IfcCooledBeamType"
msgid "IfcCooledBeamType_DEFINITION"
msgstr "The energy conversion device type [[IfcCooledBeamType]] defines commonly shared information for occurrences of cooled beams. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a cooled beam type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcCooledBeamType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcCooledBeamType]] are represented by instances of [[IfcCooledBeam]] . Refer to the documentation at [[IfcCooledBeam]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:14105
msgid "IfcCooledBeamType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCooledBeamType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:14117
msgid "IfcCooledBeamTypeEnum"
msgstr "IfcCooledBeamTypeEnum"
msgid "IfcCooledBeamTypeEnum_DEFINITION"
msgstr "There are two general types of cooled or chilled beams passive and active. An active Cooled Beam uses a fan or other auxilliary device to aid in air recirculation, while a passive Cooled Beam relies solely on convection to cool the space. HISTORY New enumeration in IFC2x2. bSI Documentation"
#:IFC.xml:14120
msgid "IfcCooledBeamTypeEnum_ACTIVE"
msgstr "ACTIVE"
msgid "IfcCooledBeamTypeEnum_ACTIVE_DEFINITION"
msgstr "An active or ventilated cooled beam provides cooling and heating but can also function as an air terminal in a ventilation system."
#:IFC.xml:14123
msgid "IfcCooledBeamTypeEnum_PASSIVE"
msgstr "PASSIVE"
msgid "IfcCooledBeamTypeEnum_PASSIVE_DEFINITION"
msgstr "A passive or static cooled beam provides cooling and heating to a room or zone."
#:IFC.xml:14124
msgid "IfcCoolingTower"
msgstr "IfcCoolingTower"
msgid "IfcCoolingTower_DEFINITION"
msgstr "A cooling tower is a device which rejects heat to ambient air by circulating a fluid such as water through it to reduce its temperature by partial evaporation. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:14136
msgid "IfcCoolingTower_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCoolingTower_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:14150
msgid "IfcCoolingTowerType"
msgstr "IfcCoolingTowerType"
msgid "IfcCoolingTowerType_DEFINITION"
msgstr "The energy conversion device type [[IfcCoolingTowerType]] defines commonly shared information for occurrences of cooling towers. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a cooling tower type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcCoolingTowerType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcCoolingTowerType]] are represented by instances of [[IfcCoolingTower]] . Refer to the documentation at [[IfcCoolingTower]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:14157
msgid "IfcCoolingTowerType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCoolingTowerType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:14169
msgid "IfcCoolingTowerTypeEnum"
msgstr "IfcCoolingTowerTypeEnum"
msgid "IfcCoolingTowerTypeEnum_DEFINITION"
msgstr "Enumeration defining the typical types of cooling towers. HISTORY New enumeration in IFC2x. bSI Documentation"
#:IFC.xml:14173
msgid "IfcCoolingTowerTypeEnum_MECHANICALFORCEDDRAFT"
msgstr "MECHANICALFORCEDDRAFT"
msgid "IfcCoolingTowerTypeEnum_MECHANICALFORCEDDRAFT_DEFINITION"
msgstr "Air flow is produced by a mechanical device, typically one or more fans, located on the inlet air side of the cooling tower."
#:IFC.xml:14175
msgid "IfcCoolingTowerTypeEnum_NATURALDRAFT"
msgstr "NATURALDRAFT"
msgid "IfcCoolingTowerTypeEnum_NATURALDRAFT_DEFINITION"
msgstr "Air flow is produced naturally."
#:IFC.xml:14174
msgid "IfcCoolingTowerTypeEnum_MECHANICALINDUCEDDRAFT"
msgstr "MECHANICALINDUCEDDRAFT"
msgid "IfcCoolingTowerTypeEnum_MECHANICALINDUCEDDRAFT_DEFINITION"
msgstr "Air flow is produced by a mechanical device, typically one or more fans, located on the air outlet side of the cooling tower."
#:IFC.xml:14176
msgid "IfcDamper"
msgstr "IfcDamper"
msgid "IfcDamper_DEFINITION"
msgstr "A damper typically participates in an HVAC duct distribution system and is used to control or modulate the flow of air. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:14190
msgid "IfcDamper_PredefinedType"
msgstr "PredefinedType"
msgid "IfcDamper_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:14203
msgid "IfcDamperType"
msgstr "IfcDamperType"
msgid "IfcDamperType_DEFINITION"
msgstr "The flow controller type [[IfcDamperType]] defines commonly shared information for occurrences of dampers. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a damper type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcDamperType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcDamperType]] are represented by instances of [[IfcDamper]] . Refer to the documentation at [[IfcDamper]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:14210
msgid "IfcDamperType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcDamperType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:14222
msgid "IfcDamperTypeEnum"
msgstr "IfcDamperTypeEnum"
msgid "IfcDamperTypeEnum_DEFINITION"
msgstr "This enumeration defines the various types of damper HISTORY New enumeration in IFC2.0. bSI Documentation"
#:IFC.xml:14243
msgid "IfcDamperTypeEnum_FUMEHOODEXHAUST"
msgstr "FUMEHOODEXHAUST"
msgid "IfcDamperTypeEnum_FUMEHOODEXHAUST_DEFINITION"
msgstr "Fume hood exhaust damper. Commonly operated by actuator."
#:IFC.xml:14245
msgid "IfcDamperTypeEnum_GRAVITYRELIEFDAMPER"
msgstr "GRAVITYRELIEFDAMPER"
msgid "IfcDamperTypeEnum_GRAVITYRELIEFDAMPER_DEFINITION"
msgstr "Gravity relief damper used to allow air to move upon a buildup of enough pressure to overcome the gravitational force exerted upon the damper blades. Commonly operated by gravitational weight."
#:IFC.xml:14236
msgid "IfcDamperTypeEnum_BLASTDAMPER"
msgstr "BLASTDAMPER"
msgid "IfcDamperTypeEnum_BLASTDAMPER_DEFINITION"
msgstr "Blast damper used to prevent protect occupants and equipment against overpressures resultant of an explosion. Commonly operated by mechanical spring."
#:IFC.xml:14237
msgid "IfcDamperTypeEnum_CONTROLDAMPER"
msgstr "CONTROLDAMPER"
msgid "IfcDamperTypeEnum_CONTROLDAMPER_DEFINITION"
msgstr "Control damper used to modulate the flow of air by adjusting the position of the blades. Commonly operated by an actuator of a building automation system."
#:IFC.xml:14241
msgid "IfcDamperTypeEnum_FIRESMOKEDAMPER"
msgstr "FIRESMOKEDAMPER"
msgid "IfcDamperTypeEnum_FIRESMOKEDAMPER_DEFINITION"
msgstr "Combination fire and smoke damper used to preven the spread of fire and smoke. Commonly operated by a fusable link and a smoke detector."
#:IFC.xml:14246
msgid "IfcDamperTypeEnum_RELIEFDAMPER"
msgstr "RELIEFDAMPER"
msgid "IfcDamperTypeEnum_RELIEFDAMPER_DEFINITION"
msgstr "Relief damper used to allow air to move upon a buildup of a specified pressure differential. Commonly operated by mechanical spring."
#:IFC.xml:14239
msgid "IfcDamperTypeEnum_FIREDAMPER"
msgstr "FIREDAMPER"
msgid "IfcDamperTypeEnum_FIREDAMPER_DEFINITION"
msgstr "Fire damper used to prevent the spread of fire for a specified duration. Commonly operated by fusable link that melts above a certain temperature."
#:IFC.xml:14247
msgid "IfcDamperTypeEnum_SMOKEDAMPER"
msgstr "SMOKEDAMPER"
msgid "IfcDamperTypeEnum_SMOKEDAMPER_DEFINITION"
msgstr "Smoke damper used to prevent the spread of smoke. Commonly operated by a smoke detector of a building automation system."
#:IFC.xml:14235
msgid "IfcDamperTypeEnum_BALANCINGDAMPER"
msgstr "BALANCINGDAMPER"
msgid "IfcDamperTypeEnum_BALANCINGDAMPER_DEFINITION"
msgstr "Backdraft damper used to restrict the movement of air in one direction. Commonly operated by mechanical spring."
#:IFC.xml:14244
msgid "IfcDamperTypeEnum_GRAVITYDAMPER"
msgstr "GRAVITYDAMPER"
msgid "IfcDamperTypeEnum_GRAVITYDAMPER_DEFINITION"
msgstr "Gravity damper closes from the force of gravity. Commonly operated by gravitational weight."
#:IFC.xml:14234
msgid "IfcDamperTypeEnum_BACKDRAFTDAMPER"
msgstr "BACKDRAFTDAMPER"
msgid "IfcDamperTypeEnum_BACKDRAFTDAMPER_DEFINITION"
msgstr "Damper used for purposes of manually balancing pressure differences. Commonly operated by mechanical adjustment."
#:IFC.xml:14249
msgid "IfcDuctFitting"
msgstr "IfcDuctFitting"
msgid "IfcDuctFitting_DEFINITION"
msgstr "A duct fitting is a junction or transition in a ducted flow distribution system or used to connect duct segments, resulting in changes in flow characteristics to the fluid such as direction and flow rate. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:14261
msgid "IfcDuctFitting_PredefinedType"
msgstr "PredefinedType"
msgid "IfcDuctFitting_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:14276
msgid "IfcDuctFittingType"
msgstr "IfcDuctFittingType"
msgid "IfcDuctFittingType_DEFINITION"
msgstr "The flow fitting type [[IfcDuctFittingType]] defines commonly shared information for occurrences of duct fittings. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a duct fitting type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcDuctFittingType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcDuctFittingType]] are represented by instances of [[IfcDuctFitting]] . Refer to the documentation at [[IfcDuctFitting]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:14283
msgid "IfcDuctFittingType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcDuctFittingType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:14295
msgid "IfcDuctFittingTypeEnum"
msgstr "IfcDuctFittingTypeEnum"
msgid "IfcDuctFittingTypeEnum_DEFINITION"
msgstr "This enumeration is used to identify the primary purpose of a duct fitting. This is a very basic categorization mechanism to generically identify the duct fitting type. Subcategories of duct fittings are not enumerated. .spec head Enumerated Item Definitions BEND A fitting with typically two ports used to change the direction of flow between connected elements. CONNECTOR Connector fitting, typically used to join two ports together within a flow distribution system e.g., a coupling used to join two duct segments . ENTRY Entry fitting, typically unconnected at one port and connected to a flow distribution system at the other e.g., an outside air duct system intake opening . EXIT Exit fitting, typically unconnected at one port and connected to a flow distribution system at the other e.g., an exhaust air discharge opening . JUNCTION A fitting with typically more than two ports used to redistribute flow among the ports and or to change the direction of flow between connected elements e.g, tee, cross, wye, etc. . OBSTRUCTION A fitting with typically two ports used to obstruct or restrict flow between the connected elements e.g., screen, perforated plate, etc. . TRANSITION A fitting with typically two ports having different shapes or sizes. Can also be used to change the direction of flow between connected elements. USERDEFINED User defined fitting. NOTDEFINED Undefined fitting. HISTORY New enumeration in IFC2x2. bSI Documentation"
#:IFC.xml:14304
msgid "IfcDuctFittingTypeEnum_CONNECTOR"
msgstr "CONNECTOR"
msgid "IfcDuctFittingTypeEnum_CONNECTOR_DEFINITION"
msgstr "CONNECTOR"
#:IFC.xml:14309
msgid "IfcDuctFittingTypeEnum_TRANSITION"
msgstr "TRANSITION"
msgid "IfcDuctFittingTypeEnum_TRANSITION_DEFINITION"
msgstr "TRANSITION"
#:IFC.xml:14306
msgid "IfcDuctFittingTypeEnum_EXIT"
msgstr "EXIT"
msgid "IfcDuctFittingTypeEnum_EXIT_DEFINITION"
msgstr "EXIT"
#:IFC.xml:14308
msgid "IfcDuctFittingTypeEnum_OBSTRUCTION"
msgstr "OBSTRUCTION"
msgid "IfcDuctFittingTypeEnum_OBSTRUCTION_DEFINITION"
msgstr "OBSTRUCTION"
#:IFC.xml:14307
msgid "IfcDuctFittingTypeEnum_JUNCTION"
msgstr "JUNCTION"
msgid "IfcDuctFittingTypeEnum_JUNCTION_DEFINITION"
msgstr "JUNCTION"
#:IFC.xml:14303
msgid "IfcDuctFittingTypeEnum_BEND"
msgstr "BEND"
msgid "IfcDuctFittingTypeEnum_BEND_DEFINITION"
msgstr "BEND"
#:IFC.xml:14305
msgid "IfcDuctFittingTypeEnum_ENTRY"
msgstr "ENTRY"
msgid "IfcDuctFittingTypeEnum_ENTRY_DEFINITION"
msgstr "ENTRY"
#:IFC.xml:14310
msgid "IfcDuctSegment"
msgstr "IfcDuctSegment"
msgid "IfcDuctSegment_DEFINITION"
msgstr "A duct segment is used to typically join two sections of duct network. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:14321
msgid "IfcDuctSegment_PredefinedType"
msgstr "PredefinedType"
msgid "IfcDuctSegment_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:14337
msgid "IfcDuctSegmentType"
msgstr "IfcDuctSegmentType"
msgid "IfcDuctSegmentType_DEFINITION"
msgstr "The flow segment type [[IfcDuctSegmentType]] defines commonly shared information for occurrences of duct segments. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a duct segment type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcDuctSegmentType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcDuctSegmentType]] are represented by instances of [[IfcDuctSegment]] . Refer to the documentation at [[IfcDuctSegment]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:14344