CResults#

class CResults(self: CResults)#

Bases: pybind11_object

See sansmic.model.Results.

Summary

C_new

current timestep concentration (sg)

C_old

previous timestep concentration (sg)

C_plm

plume concentration (sg)

D_coeff

diffusion coefficient

Q_inj

injection rate (bbl/h)

Q_out

instantaneous outflow rate (bbl/h)

V

cell volume (bbl)

V_cavTot

total cavern volume (bbl)

V_fillTot

total fill volume (bbl)

V_injTot

total injection volume (bbl)

V_insolTot

total insolubles deposited volume (bbl)

V_insolVent

total insolubles vented volume (bbl)

amd

debug

dC

rate of change in concentration (sg/h)

dC_dz

vertical diffusion rate (sg/ )

dr

rate of change in cavern radius (ft/h)

dr_0

change in cavern radius (ft)

dt

solver timestep (h)

err

convergence factor

f_dis

f_flag

dissolution flag (status)

h_0

height (ft above original TD)

h_insol

insoluble material height (ft)

injCell

injection cell index

l_jet

jet length (ft)

obiCell

obi cell index

phase

active/passive phase

plumCell

plume cell index

prodCell

production cell index

r

cavern radius (ft)

r_0

initial radius (ft)

r_jet

jet radius (ft)

r_plm

plume radius (ft)

sg

brine concentration (sg)

sg_cavAve

instantaneous average cavern brine concentration (sg)

sg_out

instantaneous outflow concentration (sg)

stage

stage number

step

step number

t

time (h)

theta

wall angle (deg)

u_jet

jet velocity (ft/s)

u_plm

plume velocity (ft/s)

xincl

debug

z_0

depth (ft MD)

z_inj

injection depth (ft MD)

z_insol

insoluble-based current TD (ft MD)

z_obi

obi depth (ft MD)

z_plm

plume stagnation depth (ft MD)

z_prod

production depth (ft MD)

Details

property C_new#

current timestep concentration (sg)

Type:

list[list[float]]

property C_old#

previous timestep concentration (sg)

Type:

list[list[float]]

property C_plm#

plume concentration (sg)

Type:

list[list[float]]

property D_coeff#

diffusion coefficient

Type:

list[list[float]]

property Q_inj#

injection rate (bbl/h)

Type:

list[list[float]]

property Q_out#

instantaneous outflow rate (bbl/h)

Type:

list[float]

property V#

cell volume (bbl)

Type:

list[list[float]]

property V_cavTot#

total cavern volume (bbl)

Type:

list[float]

property V_fillTot#

total fill volume (bbl)

Type:

list[float]

property V_injTot#

total injection volume (bbl)

Type:

list[float]

property V_insolTot#

total insolubles deposited volume (bbl)

Type:

list[float]

property V_insolVent#

total insolubles vented volume (bbl)

Type:

list[float]

property amd#

debug

Type:

list[list[float]]

property dC#

rate of change in concentration (sg/h)

Type:

list[list[float]]

property dC_dz#

vertical diffusion rate (sg/ )

Type:

list[list[float]]

property dr#

rate of change in cavern radius (ft/h)

Type:

list[list[float]]

property dr_0#

change in cavern radius (ft)

Type:

list[list[float]]

property dt#

solver timestep (h)

Type:

list[float]

property err#

convergence factor

Type:

list[float]

property f_dis#
Type:

list[list[float]]

Type:

dissolution factor (

property f_flag#

dissolution flag (status)

Type:

list[list[float]]

property h_0#

height (ft above original TD)

Type:

list[float]

property h_insol#

insoluble material height (ft)

Type:

list[float]

property injCell#

injection cell index

Type:

list[int]

property l_jet#

jet length (ft)

Type:

list[float]

property obiCell#

obi cell index

Type:

list[int]

property phase#

active/passive phase

Type:

list[int]

property plumCell#

plume cell index

Type:

list[int]

property prodCell#

production cell index

Type:

list[int]

property r#

cavern radius (ft)

Type:

list[list[float]]

property r_0#

initial radius (ft)

Type:

list[float]

property r_jet#

jet radius (ft)

Type:

list[float]

property r_plm#

plume radius (ft)

Type:

list[list[float]]

property sg#

brine concentration (sg)

Type:

list[list[float]]

property sg_cavAve#

instantaneous average cavern brine concentration (sg)

Type:

list[float]

property sg_out#

instantaneous outflow concentration (sg)

Type:

list[float]

property stage#

stage number

Type:

list[int]

property step#

step number

Type:

list[int]

property t#

time (h)

Type:

list[float]

property theta#

wall angle (deg)

Type:

list[list[float]]

property u_jet#

jet velocity (ft/s)

Type:

list[float]

property u_plm#

plume velocity (ft/s)

Type:

list[list[float]]

property xincl#

debug

Type:

list[list[float]]

property z_0#

depth (ft MD)

Type:

list[float]

property z_inj#

injection depth (ft MD)

Type:

list[float]

property z_insol#

insoluble-based current TD (ft MD)

Type:

list[float]

property z_obi#

obi depth (ft MD)

Type:

list[float]

property z_plm#

plume stagnation depth (ft MD)

Type:

list[float]

property z_prod#

production depth (ft MD)

Type:

list[float]