Package neqsim.process.equipment.iec81346
package neqsim.process.equipment.iec81346
IEC 81346 reference designation support for NeqSim process equipment.
This package implements the IEC 81346 standard for structuring principles and reference designations in industrial systems. The standard defines how to identify objects in a plant using three orthogonal aspects:
- Function aspect (
=): What the system does - Product aspect (
-): What the physical equipment is - Location aspect (
+): Where the equipment is installed
Key classes:
IEC81346LetterCode— Enum mapping IEC 81346-2 letter codes to NeqSim equipment typesReferenceDesignation— Data class holding the three aspects and the equipment letter codeReferenceDesignationGenerator— Walks aProcessSystemorProcessModeland auto-assigns reference designations
- Version:
- 1.0
- Author:
- Even Solbraa
-
ClassDescriptionIEC 81346-2 letter codes for classification of objects in industrial plants.Represents an IEC 81346 reference designation for a process element.Generates IEC 81346 reference designations for all elements in a
ProcessSystemorProcessModel.Represents a single generated IEC 81346 designation entry.