well_ts.hpp File Reference
Include dependency graph for well_ts.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct well_ts_struct well_ts_type
 

Functions

void well_ts_free (well_ts_type *well_ts)
 
void well_ts_add_well (well_ts_type *well_ts, well_state_type *well_state)
 
well_ts_typewell_ts_alloc (const char *well_name)
 
void well_ts_free__ (void *arg)
 
well_state_typewell_ts_get_state_from_sim_time (const well_ts_type *well_ts, time_t sim_time)
 
well_state_typewell_ts_get_state_from_report (const well_ts_type *well_ts, int report_nr)
 
well_state_typewell_ts_iget_state (const well_ts_type *well_ts, int index)
 
int well_ts_get_size (const well_ts_type *well_ts)
 
const char * well_ts_get_name (const well_ts_type *well_ts)
 
well_state_typewell_ts_get_first_state (const well_ts_type *well_ts)
 
well_state_typewell_ts_get_last_state (const well_ts_type *well_ts)
 

Typedef Documentation

◆ well_ts_type

typedef struct well_ts_struct well_ts_type

Function Documentation

◆ well_ts_add_well()

void well_ts_add_well ( well_ts_type well_ts,
well_state_type well_state 
)

◆ well_ts_alloc()

well_ts_type * well_ts_alloc ( const char *  well_name)

◆ well_ts_free()

void well_ts_free ( well_ts_type well_ts)

◆ well_ts_free__()

void well_ts_free__ ( void *  arg)

◆ well_ts_get_first_state()

well_state_type * well_ts_get_first_state ( const well_ts_type well_ts)

◆ well_ts_get_last_state()

well_state_type * well_ts_get_last_state ( const well_ts_type well_ts)

◆ well_ts_get_name()

const char * well_ts_get_name ( const well_ts_type well_ts)

◆ well_ts_get_size()

int well_ts_get_size ( const well_ts_type well_ts)

◆ well_ts_get_state_from_report()

well_state_type * well_ts_get_state_from_report ( const well_ts_type well_ts,
int  report_nr 
)

◆ well_ts_get_state_from_sim_time()

well_state_type * well_ts_get_state_from_sim_time ( const well_ts_type well_ts,
time_t  sim_time 
)

◆ well_ts_iget_state()

well_state_type * well_ts_iget_state ( const well_ts_type well_ts,
int  index 
)