main module

This is main programs’s executable file

Note

Authors: L.Pająk, K.Pierzchała, M.Miecznik

Affiliation: Mineral and Energy Economy Research Institute

Polish Academy of Sciences (MEERI PAS), Kraków, Poland

Date: March 2025

Version: 1.0

Welbore flow simulator (More information in the user’s guide)

Calculator developed in the GeoModel project (https://geomodel.pl/en/)

Important

Change argument to 1 to model production well, 0 for injection well in first if condition i main module. All crucial functions are exceuted here. They are described in detail in particular modules.

Example:

if 1:
    file_name = "well_prod_input.xlsx"
else:
    file_name = "well_inj_input.xlsx"
main.main()[source]