Pipesim Python Toolkit [work] Official
from pipesim_toolkit import PipesimClient, WellModel, Fluid
sa = SensitivityAnalysis(template="multiphase_pipeline.pips") sa.run_grid(cases, output="sensitivity_results.csv") pipesim python toolkit
The PIPESIM Python Toolkit is essentially a wrapper around the PIPESIM engine. It communicates with the software via the Microsoft Component Object Model (COM) interface (specifically utilizing the win32com library) or through newer Open Link (OL) protocols, abstracting the complexity into user-friendly Python objects. from pipesim_toolkit import PipesimClient
: Users can programmatically create models from scratch, including complex pipeline networks using GIS ShapeFiles. pipesim python toolkit