CStage#

class CStage(self: CStage)#

Bases: pybind11_object

See sansmic.model.StageDefinition

Summary

cavern_sg

cavern brine specific gravity

fill_rate

oil input rate (in bbl/d)

injection_depth

injection height above floor (in feet)

injection_duration

injection duration (in hours)

injection_fluid_sg

injected water specific gravity

injection_rate

water input rate (in bbl/d)

inn_tbg_inside_radius

inner radius of inner tubing (in inches)

inn_tbg_outside_radius

outer radius of inner tubing (in inches)

interface_depth

oil-brine interface height above floor (in feet)

mode

leaching mode

out_csg_inside_radius

inner radius of outer tubing (in inches)

out_csg_outside_radius

outer radius of outer tubing (in inches)

print_interval

steps between report output

production_depth

production height above floor (in feet)

rest_duration

time cavern sits static before next stage (in hours)

stop_value

stop criteria; >0 = volume; <0 = OBI; 0 = time

subsequent

is this a subsequent stage?

timestep

simulation timestep size (in hours)

title

stage title

Details

property cavern_sg#

cavern brine specific gravity

Type:

double

property fill_rate#

oil input rate (in bbl/d)

Type:

double

property injection_depth#

injection height above floor (in feet)

Type:

double

property injection_duration#

injection duration (in hours)

Type:

double

property injection_fluid_sg#

injected water specific gravity

Type:

double

property injection_rate#

water input rate (in bbl/d)

Type:

double

property inn_tbg_inside_radius#

inner radius of inner tubing (in inches)

Type:

double

property inn_tbg_outside_radius#

outer radius of inner tubing (in inches)

Type:

double

property interface_depth#

oil-brine interface height above floor (in feet)

Type:

double

property mode#

leaching mode

Type:

RunMode

property out_csg_inside_radius#

inner radius of outer tubing (in inches)

Type:

double

property out_csg_outside_radius#

outer radius of outer tubing (in inches)

Type:

double

property print_interval#

steps between report output

Type:

int

property production_depth#

production height above floor (in feet)

Type:

double

property rest_duration#

time cavern sits static before next stage (in hours)

Type:

double

property stop_value#

stop criteria; >0 = volume; <0 = OBI; 0 = time

Type:

double

property subsequent#

is this a subsequent stage?

Type:

int

property timestep#

simulation timestep size (in hours)

Type:

double

property title#

stage title

Type:

str