Extra processing flows - Extra Calculations


The parameter calculation flow is used to calculate and assign value to those read-only properties of the device

An example, in a protection ditch, we may be interested in the value of the flow at the end of the device.

In such a situation, bear in mind that the value can only be accessed after the network has been calculated.
To obtain the value of the final flow, we have to search the hydraulic calculation data and collect this information.

To obtain this value follow this example:

  1. Add a IF sub flow to the main flow and use the < property strong>CALCULATE:


    CALCULATE - is a Required Property that indicates that the modeler must process something related to hydraulic dimensioning, without modeling some geometry
  2. Add a TryCatch, to prevent calculation errors and then create the calculation logic:


  3. The logic:
  4. The result: