
Fixed point iteration applied to Coolebrook-White
My first blog post is about the fixed point iteration method. A simple method to solve (implicit) equations iteratively. It is applied to the Colebrook-White equation and solved in a Python script and Excel. Explicit and implicit functions An explicit…