ICFERST  22-06
Reservoir simulator based on DCVFEM, Dynamic Mesh optimisation and Surface-based modelling
multi_data_types::pipe_coords Type Reference

Type containing everything required to indentify and store which nodes contain a well/pipe. More...

Public Attributes

integer ele
 
integer npipes
 
logical, dimension(:), allocatable pipe_index
 
integer, dimension(:), allocatable pipe_corner_nds1
 
integer, dimension(:), allocatable pipe_corner_nds2
 

Detailed Description

Type containing everything required to indentify and store which nodes contain a well/pipe.

Parameters
eleElement containing pipes
npipespipes per element
pipe_indexnodes with pipes
pipe_corner_nds1size npipes
pipe_corner_nds2size npipes

Member Data Documentation

◆ ele

integer multi_data_types::pipe_coords::ele

◆ npipes

integer multi_data_types::pipe_coords::npipes

◆ pipe_corner_nds1

integer, dimension(:), allocatable multi_data_types::pipe_coords::pipe_corner_nds1

◆ pipe_corner_nds2

integer, dimension(:), allocatable multi_data_types::pipe_coords::pipe_corner_nds2

◆ pipe_index

logical, dimension(:), allocatable multi_data_types::pipe_coords::pipe_index

The documentation for this type was generated from the following file: