#include <well_events.h>
Public Types | |
typedef reservoir< strategy_t > | reservoir_t |
typedef strategy_t::index_t | index_t |
typedef strategy_t::item_t | item_t |
typedef well< strategy_t > | well_t |
typedef wells::connection < strategy_t > | connection_t |
typedef wells::well_controller < strategy_t > | well_controller_t |
typedef wells::well_limit_operation | well_limit_operation_t |
typedef rs_mesh_iface< strategy_t > | mesh_iface_t |
typedef rs_smesh_iface < strategy_t > | smesh_iface_t |
typedef calc_model< strategy_t > | calc_model_t |
typedef smart_ptr< well_t, true > | sp_well_t |
typedef smart_ptr < connection_t, true > | sp_connection_t |
typedef smart_ptr < mesh_iface_t, true > | sp_mesh_iface_t |
typedef smart_ptr < smesh_iface_t, true > | sp_smesh_iface_t |
typedef smart_ptr < well_controller_t, true > | sp_well_controller_t |
typedef smart_ptr < well_limit_operation_t, true > | sp_well_limit_operation_t |
typedef smart_ptr < calc_model_t, true > | sp_calc_model_t |
typedef smart_ptr< reservoir_t, true > | sp_top |
Public Member Functions | |
BLUE_SKY_TYPE_DECL (COMPDAT_event) | |
MAIN_PARAMS (((WELL_NAME,"Well name, well name root or well list name", PT_STR))((I,"I - location of well head or heel", PT_INT))((J,"J - location of well head or heel", PT_INT))((FIRST_LAYER,"K - location of upper connecting block in this set of data", PT_INT))((LAST_LAYER,"K - location of lower connecting block in this set of data", PT_INT))((PERFORATION_STATUS,"Open/shut flag for the well", PT_STR))((PARAM7,"Well bore diameter at the connection", PT_INT))((PERFORATION_FACTOR,"Transmissibility factor for the connection", PT_FLOAT))((WELL_DIAMETER,"Well bore diameter at the connection", PT_FLOAT))((KH,"Effective Kh (permeability x thickness) value of the connection", PT_FLOAT))((SKIN,"Skin factor", PT_FLOAT))((PARAM12,"", PT_STR))((DIRECTION,"Direction in which the well penetrates the grid block", PT_STR))((PARAM13,"", PT_STR))((SEG_NUMBER,"Segment which contains this perforation", PT_INT))) | |
virtual | ~COMPDAT_event () |
destructor | |
virtual void | apply_internal (const sp_top &top, const sp_mesh_iface_t &msh, const sp_calc_model_t &calc_model) const |
Applies event. | |
Protected Member Functions | |
virtual std::string | get_well_name () const |
Returns name of well in event. | |
virtual std::string | get_event_name () const |
Returns name of event. |
Specifies the position and properties of one or more well completions. This must be entered after the WELSPECS keyword defining the appropriate well.
typedef calc_model<strategy_t> blue_sky::COMPDAT_event< strategy_t >::calc_model_t |
Reimplemented from blue_sky::well_event< strategy_t >.
typedef wells::connection<strategy_t> blue_sky::COMPDAT_event< strategy_t >::connection_t |
Reimplemented from blue_sky::well_event< strategy_t >.
typedef strategy_t::index_t blue_sky::COMPDAT_event< strategy_t >::index_t |
typedef strategy_t::item_t blue_sky::COMPDAT_event< strategy_t >::item_t |
typedef rs_mesh_iface<strategy_t> blue_sky::COMPDAT_event< strategy_t >::mesh_iface_t |
Reimplemented from blue_sky::well_event< strategy_t >.
typedef reservoir<strategy_t> blue_sky::COMPDAT_event< strategy_t >::reservoir_t |
Reimplemented from blue_sky::well_event< strategy_t >.
typedef rs_smesh_iface<strategy_t> blue_sky::COMPDAT_event< strategy_t >::smesh_iface_t |
Reimplemented from blue_sky::well_event< strategy_t >.
typedef smart_ptr<calc_model_t, true> blue_sky::COMPDAT_event< strategy_t >::sp_calc_model_t |
Reimplemented from blue_sky::well_event< strategy_t >.
typedef smart_ptr<connection_t, true> blue_sky::COMPDAT_event< strategy_t >::sp_connection_t |
Reimplemented from blue_sky::well_event< strategy_t >.
typedef smart_ptr<mesh_iface_t, true> blue_sky::COMPDAT_event< strategy_t >::sp_mesh_iface_t |
Reimplemented from blue_sky::well_event< strategy_t >.
typedef smart_ptr<smesh_iface_t, true> blue_sky::COMPDAT_event< strategy_t >::sp_smesh_iface_t |
Reimplemented from blue_sky::well_event< strategy_t >.
typedef smart_ptr<reservoir_t, true> blue_sky::COMPDAT_event< strategy_t >::sp_top |
Reimplemented from blue_sky::well_event< strategy_t >.
typedef smart_ptr<well_controller_t, true> blue_sky::COMPDAT_event< strategy_t >::sp_well_controller_t |
Reimplemented from blue_sky::well_event< strategy_t >.
typedef smart_ptr<well_limit_operation_t, true> blue_sky::COMPDAT_event< strategy_t >::sp_well_limit_operation_t |
Reimplemented from blue_sky::well_event< strategy_t >.
typedef smart_ptr<well_t, true> blue_sky::COMPDAT_event< strategy_t >::sp_well_t |
Reimplemented from blue_sky::well_event< strategy_t >.
typedef wells::well_controller<strategy_t> blue_sky::COMPDAT_event< strategy_t >::well_controller_t |
Reimplemented from blue_sky::well_event< strategy_t >.
typedef wells::well_limit_operation blue_sky::COMPDAT_event< strategy_t >::well_limit_operation_t |
Reimplemented from blue_sky::well_event< strategy_t >.
typedef well<strategy_t> blue_sky::COMPDAT_event< strategy_t >::well_t |
Reimplemented from blue_sky::well_event< strategy_t >.
virtual blue_sky::COMPDAT_event< strategy_t >::~COMPDAT_event | ( | ) | [inline, virtual] |
destructor
virtual void blue_sky::COMPDAT_event< strategy_t >::apply_internal | ( | const sp_top & | top, | |
const sp_mesh_iface_t & | msh, | |||
const sp_calc_model_t & | calc_model | |||
) | const [virtual] |
Applies event.
top | Instance of reservoir_simulator | |
msh | ||
calc_model |
Reimplemented from blue_sky::well_event< strategy_t >.
blue_sky::COMPDAT_event< strategy_t >::BLUE_SKY_TYPE_DECL | ( | COMPDAT_event< strategy_t > | ) |
virtual std::string blue_sky::COMPDAT_event< strategy_t >::get_event_name | ( | ) | const [protected, virtual] |
virtual std::string blue_sky::COMPDAT_event< strategy_t >::get_well_name | ( | ) | const [protected, virtual] |
Returns name of well in event.
Reimplemented from blue_sky::well_event< strategy_t >.
blue_sky::COMPDAT_event< strategy_t >::MAIN_PARAMS | ( | ((WELL_NAME,"Well name, well name root or well list name", PT_STR))((I,"I - location of well head or heel", PT_INT))((J,"J - location of well head or heel", PT_INT))((FIRST_LAYER,"K - location of upper connecting block in this set of data", PT_INT))((LAST_LAYER,"K - location of lower connecting block in this set of data", PT_INT))((PERFORATION_STATUS,"Open/shut flag for the well", PT_STR))((PARAM7,"Well bore diameter at the connection", PT_INT))((PERFORATION_FACTOR,"Transmissibility factor for the connection", PT_FLOAT))((WELL_DIAMETER,"Well bore diameter at the connection", PT_FLOAT))((KH,"Effective Kh (permeability x thickness) value of the connection", PT_FLOAT))((SKIN,"Skin factor", PT_FLOAT))((PARAM12,"", PT_STR))((DIRECTION,"Direction in which the well penetrates the grid block", PT_STR))((PARAM13,"", PT_STR))((SEG_NUMBER,"Segment which contains this perforation", PT_INT)) | ) |