Pipenet 1.11

pipenet install -v

@pipe_node() def read_logs(ctx): return ctx.get("input").read_json() pipenet 1.11

For the uninitiated, PipeNet is a steady-state and transient fluid flow analysis software designed specifically for pipe and duct networks. Unlike general-purpose CFD tools that require hours of meshing and days of solving, PipeNet uses a nodal approach. You define nodes (junctions, reservoirs, tanks) and elements (pipes, pumps, valves, fittings), and the software solves the governing equations (continuity and momentum) almost instantly. tanks) and elements (pipes

pipenet run python script.py

Previous versions required you to manually enter loss coefficients (K-values) for every fitting. Version 1.11 introduces a . pipenet 1.11