wells.h
Go to the documentation of this file.
Definition: wells.h:50 int append_well_controls(enum WellControlType type, double target, double alq, int vfp, const double *distr, int well_index, struct Wells *W) void set_current_control(int well_index, int current_control, struct Wells *W) Definition: wells.h:132 int add_well(enum WellType type, double depth_ref, int nperf, const double *comp_frac, const int *cells, const double *WI, const char *name, int allow_cf, struct Wells *W) Definition: wells.h:43 void destroy_wells(struct Wells *W) void clear_well_controls(int well_index, struct Wells *W) struct Wells * create_wells(int nphases, int nwells, int nperf) Definition: wells.h:42 bool wells_equal(const struct Wells *W1, const struct Wells *W2, bool verbose) struct Wells * clone_wells(const struct Wells *W) |