6.2.3.26 IfcRelFlowControlElements
6.2.3.26.1 Semantic definition
This objectified relationship between a distribution flow element occurrence and one-to-many control element occurrences indicates that the control element(s) sense or control some aspect of the flow element. It is applied to IfcDistributionFlowElement and IfcDistributionControlElement.
This relationship may be used to indicate an operational relationship such as an actuator operating a valve, damper, or switch. It may also be used to indicate a sensing relationship such as a sensor detecting conditions of fluid flow.
This relationship implies a sensing or controlling relationship; if elements are merely connected without any control relationship, then IfcRelConnectsElements should be used.
6.2.3.26.2 Entity inheritance
-
- IfcRelFlowControlElements
- IfcRelConnectsElements
- IfcRelConnectsPortToElement
- IfcRelConnectsPorts
- IfcRelConnectsStructuralActivity
- IfcRelConnectsStructuralMember
- IfcRelContainedInSpatialStructure
- IfcRelCoversBldgElements
- IfcRelCoversSpaces
- IfcRelFillsElement
- IfcRelInterferesElements
- IfcRelPositions
- IfcRelReferencedInSpatialStructure
- IfcRelSequence
- IfcRelServicesBuildings
- IfcRelSpaceBoundary
6.2.3.26.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcRoot (4) | |||
Click to show 4 hidden inherited attributes Click to hide 4 inherited attributes | |||
IfcRelFlowControlElements (2) | |||
5 | RelatedControlElements | SET [1:?] OF IfcDistributionControlElement |
References control elements which may be used to impart control on the Distribution Element. |
6 | RelatingFlowElement | IfcDistributionFlowElement |
Relationship to a distribution flow element |
6.2.3.26.4 Concept usage
Concept | Usage | Description | |
---|---|---|---|
IfcRoot (2) | |||
Click to show 2 hidden inherited concepts Click to hide 2 inherited concepts |
6.2.3.26.5 Formal representation
ENTITY IfcRelFlowControlElements SUBTYPE OF (IfcRelConnects); RelatedControlElements : SET [1:?] OF IfcDistributionControlElement; RelatingFlowElement : IfcDistributionFlowElement; END_ENTITY;