Converting Pipe Velocity to Volumetric Flow

Lib.Mervis.v1_0.VelocityToFlow_m3ph

A function used to convert pipe flow velocity to volumetric flow rate.

  • Lib.Mervis
program test
    var
        velocity : real;
        flow : real;
    end_var

    flow := lib.mervis.v1_0.VelocityToFlow_m3ph(Velocity_mps := velocity, diameter := 0.1);
end_program
Name Data TypeRetainMandatory Connection Meaning
Velocity_mps real No Yes Velocity in the pipe in meters per second
Diameter real No No Pipe diameter in meters
Name Data Type Meaning
real Calculated volumetric flow in cubic meters per hour

To obtain the mass flow rate in kilograms per hour, the result of the function should be multiplied by the density of the substance in kilograms per cubic meter.

  • © Energocentrum Plus, s.r.o. 2017 - 2024