CStage#
- class CStage(self: CStage)#
Bases:
pybind11_object
See
sansmic.model.StageDefinition
Summary
cavern brine specific gravity
oil input rate (in bbl/d)
injection height above floor (in feet)
injection duration (in hours)
injected water specific gravity
water input rate (in bbl/d)
inner radius of inner tubing (in inches)
outer radius of inner tubing (in inches)
oil-brine interface height above floor (in feet)
leaching mode
inner radius of outer tubing (in inches)
outer radius of outer tubing (in inches)
steps between report output
production height above floor (in feet)
time cavern sits static before next stage (in hours)
stop criteria; >0 = volume; <0 = OBI; 0 = time
is this a subsequent stage?
simulation timestep size (in hours)
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 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 timestep#
simulation timestep size (in hours)
- Type:
double