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

Go to the source code of this file.

Typedefs

typedef struct ecl_nnc_data_struct ecl_nnc_data_type
 

Functions

ecl_nnc_data_typeecl_nnc_data_alloc_tran (const ecl_grid_type *grid, const ecl_nnc_geometry_type *nnc_geo, const ecl_file_view_type *init_file)
 
ecl_nnc_data_typeecl_nnc_data_alloc_wat_flux (const ecl_grid_type *grid, const ecl_nnc_geometry_type *nnc_geo, const ecl_file_view_type *init_file)
 
ecl_nnc_data_typeecl_nnc_data_alloc_oil_flux (const ecl_grid_type *grid, const ecl_nnc_geometry_type *nnc_geo, const ecl_file_view_type *init_file)
 
ecl_nnc_data_typeecl_nnc_data_alloc_gas_flux (const ecl_grid_type *grid, const ecl_nnc_geometry_type *nnc_geo, const ecl_file_view_type *init_file)
 
void ecl_nnc_data_free (ecl_nnc_data_type *data)
 
int ecl_nnc_data_get_size (ecl_nnc_data_type *data)
 
const double * ecl_nnc_data_get_values (const ecl_nnc_data_type *data)
 
double ecl_nnc_data_iget_value (const ecl_nnc_data_type *data, int index)
 

Typedef Documentation

◆ ecl_nnc_data_type

typedef struct ecl_nnc_data_struct ecl_nnc_data_type

Function Documentation

◆ ecl_nnc_data_alloc_gas_flux()

ecl_nnc_data_type * ecl_nnc_data_alloc_gas_flux ( const ecl_grid_type grid,
const ecl_nnc_geometry_type nnc_geo,
const ecl_file_view_type init_file 
)

◆ ecl_nnc_data_alloc_oil_flux()

ecl_nnc_data_type * ecl_nnc_data_alloc_oil_flux ( const ecl_grid_type grid,
const ecl_nnc_geometry_type nnc_geo,
const ecl_file_view_type init_file 
)

◆ ecl_nnc_data_alloc_tran()

ecl_nnc_data_type * ecl_nnc_data_alloc_tran ( const ecl_grid_type grid,
const ecl_nnc_geometry_type nnc_geo,
const ecl_file_view_type init_file 
)

◆ ecl_nnc_data_alloc_wat_flux()

ecl_nnc_data_type * ecl_nnc_data_alloc_wat_flux ( const ecl_grid_type grid,
const ecl_nnc_geometry_type nnc_geo,
const ecl_file_view_type init_file 
)

◆ ecl_nnc_data_free()

void ecl_nnc_data_free ( ecl_nnc_data_type data)

◆ ecl_nnc_data_get_size()

int ecl_nnc_data_get_size ( ecl_nnc_data_type data)

◆ ecl_nnc_data_get_values()

const double * ecl_nnc_data_get_values ( const ecl_nnc_data_type data)

◆ ecl_nnc_data_iget_value()

double ecl_nnc_data_iget_value ( const ecl_nnc_data_type data,
int  index 
)