5.1.6.1. gemini_model.well.annulus_pressure

Maximum allowable annulus surface pressure (MAASP) calculator.

Classes

AnnulusPressure()

Calculate MAASP from equivalent mud weight and geometry.

class gemini_model.well.annulus_pressure.AnnulusPressure[source]

Bases: Model

Calculate MAASP from equivalent mud weight and geometry.

Model initialization.

calculate_output(u, x)[source]

Calculate output based on input u and state x.

get_output()[source]

Get output of the model.

initialize_state(x)[source]

Generate an initial state based on user parameters.

update_parameters(parameters)[source]

To update model parameters.

Parameters:

parameters (dict) – parameters dict as defined by the model

update_state(u, x)[source]

Update the state based on input u and state x.