How to Place Three Way Control Valve in OpenPlant Modeler


Applies To
Product(s):OpenPlant Modeler
Version(s):08.11.09.XXX (SS5) | 08.11.11.XX (SS6)
Environment:Windows 7/8.1/10 (64 bit)
Area:Component
Subarea:Placement
Original Author:Harpreet Singh, Bentley Product Advantage Group

Background

In default configuration of OpenPlant Modeler, there is no tool to place the valve. However, this valve can be placed through a key-in command but it places a normal two port valve instead of three way valve. This article will explain what changes are required to place three way control valve.

Steps to Accomplish

  1. Launch class editor and load OpenPlant_3D.01.07 schema. This schema is generally located in C:\ProgramData\Bentley\OpenPlantModeler V8i\WorkSpace\Projects\%ProjectName%\Dataset\schemas folder.

  2. Supplement it with OpenPlant_3D_Supplemental_Modeling.01.07 schema.


  3. Go to THREE_WAY_CONTROL_VALVE class.



  4. Locate "Creation Attribute" custom attribute on Class tab.



    Draw script used here is inherited from CONTROL_VALVE class which is for 2-port control valves. So we need to modify this attribute so that it places the three way valve.

  5. Go to THREE_WAY_VALVE class. We will copy 'Creation Attribute' from this class and paste it on THREE_WAY_CONTROL_VALVE.



  6. Right click on this class and select Copy option from context menu as highlighted below.



  7. Select "Creation Attribute" from this dialog and drop it on the lower section.



  8. Go back to THREE_WAY_CONTROL_VALVE class and right click, select Paste.



  9. Creation attribute should look like this.



  10. Now switch to properties tab and add new property (DESIGN_LENGTH_CENTER_TO_BRANCH_END) as shown below.



  11. Add "OpenPlant_Physical_Catalogue_Property_Map" custom attribute on this property.



  12. Right click on EC Expression field and select "Add Element" option.



  13. Add below expression in EC Expression field.

    COMPONENT_TABLE.COMP_LEN / 2


  14. Save the changes in schema.

  15. Launch OpenPlant Modeler and apply this key-in command to place three way control valve.



    Note: To create tool for this component refer this article How to Add Component as a Tool in Piping Task

  16. Place the valve and connect the pipes to verify the result.

Please Note: Make sure to add the values for PIPE_OD_B field in spec table which denotes the Outside Diameter of Branch Port. It could affect the valve graphics if this field is not added or the values are Null.

Comments or Corrections?

Bentley's Product Advantage Group requests that you please confine any comments you have on this Wiki entry to this Comments or Corrections?" section. THANK YOU!