wolfhece.bernoulli.pipe

Author: HECE - University of Liege, Pierre Archambeau Date: 2024

Copyright (c) 2024 University of Liege. All rights reserved.

This script and its content are protected by copyright law. Unauthorized copying or distribution of this file, via any medium, is strictly prohibited.

Module Contents

wolfhece.bernoulli.pipe.GRAVITY = 9.81[source]
class wolfhece.bernoulli.pipe.pipe[source]

Pipe class for Bernoulli’s equation

property head_up[source]
property head_down[source]
property flowrate[source]
property k[source]
property area[source]
property velocity[source]
property perimeter[source]
property epsilon[source]
property reynolds[source]
property head_loss_k[source]
property head_loss[source]
property friction_factor[source]
property bernoulli_error[source]
_solve_friction_factor()[source]

Update the friction factor using the Colebrook-White equation

solve_flowrate()[source]
solve_head_up()[source]
solve_head_down()[source]
solve_k()[source]
wolfhece.bernoulli.pipe.test_pipe()[source]