MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
swfcxsmodule::swfcxstype Type Reference
Inheritance diagram for swfcxsmodule::swfcxstype:
Inheritance graph
Collaboration diagram for swfcxsmodule::swfcxstype:
Collaboration graph

Private Member Functions

procedure allocate_scalars
 
procedure allocate_arrays
 
procedure source_options
 
procedure log_options
 
procedure source_dimensions
 
procedure log_dimensions
 
procedure source_packagedata
 
procedure log_packagedata
 
procedure source_crosssectiondata
 
procedure log_crosssectiondata
 
procedure cxs_da
 
procedure get_cross_section_info
 
procedure get_area
 
procedure get_wetted_perimeter => cxs_wetted_perimeter
 
procedure get_roughness
 
procedure get_conveyance => cxs_conveyance
 
procedure get_hydraulic_radius
 
procedure write_cxs_table
 
procedure set_names
 
procedure da
 
procedure read_check_ionper
 
procedure get_block_data
 

Private Attributes

integer(i4b), pointer nsections => null()
 number of cross section More...
 
integer(i4b), pointer npoints => null()
 total number of cross-section points More...
 
integer(i4b), dimension(:), pointer, contiguous idcxs => null()
 cross section id number, size nsections More...
 
integer(i4b), dimension(:), pointer, contiguous nxspoints => null()
 number of cross section points for section, size nsections More...
 
real(dp), dimension(:), pointer, contiguous xfraction => null()
 cross-section relative x distance, of size npoints More...
 
real(dp), dimension(:), pointer, contiguous height => null()
 cross-section heights, of size npoints More...
 
real(dp), dimension(:), pointer, contiguous manfraction => null()
 cross-section roughness data, of size npoints More...
 
integer(i4b), dimension(:), pointer, contiguous iacross => null()
 pointers to cross-section data for each section, of size nsections + 1 More...
 
character(len=lenmodelname) name_model = ''
 the name of the model that contains this package More...
 
character(len=lenpackagename) packname = ''
 name of the package More...
 
character(len=lenmempath) memorypath = ''
 the location in the memory manager where the variables are stored More...
 
character(len=lenmempath) memorypathmodel = ''
 the location in the memory manager where the variables of the parent model are stored More...
 
character(len=lenmempath) input_mempath = ''
 input context mempath More...
 
character(len=linelength), pointer input_fname => null()
 input file name More...
 
character(len=lenftype) filtyp = ''
 file type (CHD, DRN, RIV, etc.) More...
 
character(len=lenftype), pointer package_type => null()
 package type (same as filtyp) stored in memory manager More...
 
integer(i4b), pointer id => null()
 consecutive package number in model More...
 
integer(i4b), pointer inunit => null()
 unit number for input file More...
 
integer(i4b), pointer iout => null()
 unit number for writing package output More...
 
integer(i4b), pointer inewton => null()
 newton flag More...
 
integer(i4b), pointer iasym => null()
 package causes matrix asymmetry More...
 
integer(i4b), pointer iprpak => null()
 integer flag to echo input More...
 
integer(i4b), pointer iprflow => null()
 flag to print simulated flows More...
 
integer(i4b), pointer ipakcb => null()
 output flows (-1, 0, 1) - save_flows More...
 
integer(i4b), pointer ionper => null()
 stress period for next data More...
 
integer(i4b), pointer lastonper => null()
 last value of ionper (for checking) More...
 
type(blockparsertype) parser
 parser object for reading blocks of information More...
 
class(disbasetype), pointer dis => null()
 model discretization object More...
 

Detailed Description

Definition at line 20 of file swf-cxs.f90.

Member Function/Subroutine Documentation

◆ allocate_arrays()

procedure swfcxsmodule::swfcxstype::allocate_arrays
private

Definition at line 37 of file swf-cxs.f90.

◆ allocate_scalars()

procedure swfcxsmodule::swfcxstype::allocate_scalars
private

Definition at line 36 of file swf-cxs.f90.

◆ cxs_da()

procedure swfcxsmodule::swfcxstype::cxs_da
private

Definition at line 46 of file swf-cxs.f90.

◆ da()

procedure numericalpackagemodule::numericalpackagetype::da
privateinherited

Definition at line 55 of file NumericalPackage.f90.

◆ get_area()

procedure swfcxsmodule::swfcxstype::get_area
private

Definition at line 48 of file swf-cxs.f90.

◆ get_block_data()

procedure numericalpackagemodule::numericalpackagetype::get_block_data
privateinherited

Definition at line 57 of file NumericalPackage.f90.

◆ get_conveyance()

procedure swfcxsmodule::swfcxstype::get_conveyance
private

Definition at line 51 of file swf-cxs.f90.

◆ get_cross_section_info()

procedure swfcxsmodule::swfcxstype::get_cross_section_info
private

Definition at line 47 of file swf-cxs.f90.

◆ get_hydraulic_radius()

procedure swfcxsmodule::swfcxstype::get_hydraulic_radius
private

Definition at line 52 of file swf-cxs.f90.

◆ get_roughness()

procedure swfcxsmodule::swfcxstype::get_roughness
private

Definition at line 50 of file swf-cxs.f90.

◆ get_wetted_perimeter()

procedure swfcxsmodule::swfcxstype::get_wetted_perimeter
private

Definition at line 49 of file swf-cxs.f90.

◆ log_crosssectiondata()

procedure swfcxsmodule::swfcxstype::log_crosssectiondata
private

Definition at line 45 of file swf-cxs.f90.

◆ log_dimensions()

procedure swfcxsmodule::swfcxstype::log_dimensions
private

Definition at line 41 of file swf-cxs.f90.

◆ log_options()

procedure swfcxsmodule::swfcxstype::log_options
private

Definition at line 39 of file swf-cxs.f90.

◆ log_packagedata()

procedure swfcxsmodule::swfcxstype::log_packagedata
private

Definition at line 43 of file swf-cxs.f90.

◆ read_check_ionper()

procedure numericalpackagemodule::numericalpackagetype::read_check_ionper
privateinherited

Definition at line 56 of file NumericalPackage.f90.

◆ set_names()

procedure numericalpackagemodule::numericalpackagetype::set_names
privateinherited

Definition at line 53 of file NumericalPackage.f90.

◆ source_crosssectiondata()

procedure swfcxsmodule::swfcxstype::source_crosssectiondata
private

Definition at line 44 of file swf-cxs.f90.

◆ source_dimensions()

procedure swfcxsmodule::swfcxstype::source_dimensions
private

Definition at line 40 of file swf-cxs.f90.

◆ source_options()

procedure swfcxsmodule::swfcxstype::source_options
private

Definition at line 38 of file swf-cxs.f90.

◆ source_packagedata()

procedure swfcxsmodule::swfcxstype::source_packagedata
private

Definition at line 42 of file swf-cxs.f90.

◆ write_cxs_table()

procedure swfcxsmodule::swfcxstype::write_cxs_table
private

Definition at line 53 of file swf-cxs.f90.

Member Data Documentation

◆ dis

class(disbasetype), pointer numericalpackagemodule::numericalpackagetype::dis => null()
privateinherited

Definition at line 50 of file NumericalPackage.f90.

50  class(DisBaseType), pointer :: dis => null() !< model discretization object

◆ filtyp

character(len=lenftype) numericalpackagemodule::numericalpackagetype::filtyp = ''
privateinherited

Definition at line 33 of file NumericalPackage.f90.

33  character(len=LENFTYPE) :: filtyp = '' !< file type (CHD, DRN, RIV, etc.)

◆ height

real(dp), dimension(:), pointer, contiguous swfcxsmodule::swfcxstype::height => null()
private

Definition at line 28 of file swf-cxs.f90.

28  real(DP), dimension(:), pointer, contiguous :: height => null() !< cross-section heights, of size npoints

◆ iacross

integer(i4b), dimension(:), pointer, contiguous swfcxsmodule::swfcxstype::iacross => null()
private

Definition at line 32 of file swf-cxs.f90.

32  integer(I4B), dimension(:), pointer, contiguous :: iacross => null() !< pointers to cross-section data for each section, of size nsections + 1

◆ iasym

integer(i4b), pointer numericalpackagemodule::numericalpackagetype::iasym => null()
privateinherited

Definition at line 41 of file NumericalPackage.f90.

41  integer(I4B), pointer :: iasym => null() !< package causes matrix asymmetry

◆ id

integer(i4b), pointer numericalpackagemodule::numericalpackagetype::id => null()
privateinherited

Definition at line 37 of file NumericalPackage.f90.

37  integer(I4B), pointer :: id => null() !< consecutive package number in model

◆ idcxs

integer(i4b), dimension(:), pointer, contiguous swfcxsmodule::swfcxstype::idcxs => null()
private

Definition at line 25 of file swf-cxs.f90.

25  integer(I4B), dimension(:), pointer, contiguous :: idcxs => null() !< cross section id number, size nsections

◆ inewton

integer(i4b), pointer numericalpackagemodule::numericalpackagetype::inewton => null()
privateinherited

Definition at line 40 of file NumericalPackage.f90.

40  integer(I4B), pointer :: inewton => null() !< newton flag

◆ input_fname

character(len=linelength), pointer numericalpackagemodule::numericalpackagetype::input_fname => null()
privateinherited

Definition at line 32 of file NumericalPackage.f90.

32  character(len=LINELENGTH), pointer :: input_fname => null() !< input file name

◆ input_mempath

character(len=lenmempath) numericalpackagemodule::numericalpackagetype::input_mempath = ''
privateinherited

Definition at line 31 of file NumericalPackage.f90.

31  character(len=LENMEMPATH) :: input_mempath = '' !< input context mempath

◆ inunit

integer(i4b), pointer numericalpackagemodule::numericalpackagetype::inunit => null()
privateinherited

Definition at line 38 of file NumericalPackage.f90.

38  integer(I4B), pointer :: inunit => null() !< unit number for input file

◆ ionper

integer(i4b), pointer numericalpackagemodule::numericalpackagetype::ionper => null()
privateinherited

Definition at line 45 of file NumericalPackage.f90.

45  integer(I4B), pointer :: ionper => null() !< stress period for next data

◆ iout

integer(i4b), pointer numericalpackagemodule::numericalpackagetype::iout => null()
privateinherited

Definition at line 39 of file NumericalPackage.f90.

39  integer(I4B), pointer :: iout => null() !< unit number for writing package output

◆ ipakcb

integer(i4b), pointer numericalpackagemodule::numericalpackagetype::ipakcb => null()
privateinherited

Definition at line 44 of file NumericalPackage.f90.

44  integer(I4B), pointer :: ipakcb => null() !< output flows (-1, 0, 1) - save_flows

◆ iprflow

integer(i4b), pointer numericalpackagemodule::numericalpackagetype::iprflow => null()
privateinherited

Definition at line 43 of file NumericalPackage.f90.

43  integer(I4B), pointer :: iprflow => null() !< flag to print simulated flows

◆ iprpak

integer(i4b), pointer numericalpackagemodule::numericalpackagetype::iprpak => null()
privateinherited

Definition at line 42 of file NumericalPackage.f90.

42  integer(I4B), pointer :: iprpak => null() !< integer flag to echo input

◆ lastonper

integer(i4b), pointer numericalpackagemodule::numericalpackagetype::lastonper => null()
privateinherited

Definition at line 46 of file NumericalPackage.f90.

46  integer(I4B), pointer :: lastonper => null() !< last value of ionper (for checking)

◆ manfraction

real(dp), dimension(:), pointer, contiguous swfcxsmodule::swfcxstype::manfraction => null()
private

Definition at line 29 of file swf-cxs.f90.

29  real(DP), dimension(:), pointer, contiguous :: manfraction => null() !< cross-section roughness data, of size npoints

◆ memorypath

character(len=lenmempath) numericalpackagemodule::numericalpackagetype::memorypath = ''
privateinherited

Definition at line 28 of file NumericalPackage.f90.

28  character(len=LENMEMPATH) :: memoryPath = '' !< the location in the memory manager where the variables are stored

◆ memorypathmodel

character(len=lenmempath) numericalpackagemodule::numericalpackagetype::memorypathmodel = ''
privateinherited

Definition at line 29 of file NumericalPackage.f90.

29  character(len=LENMEMPATH) :: memoryPathModel = '' !< the location in the memory manager where the variables

◆ name_model

character(len=lenmodelname) numericalpackagemodule::numericalpackagetype::name_model = ''
privateinherited

Definition at line 26 of file NumericalPackage.f90.

26  character(len=LENMODELNAME) :: name_model = '' !< the name of the model that contains this package

◆ npoints

integer(i4b), pointer swfcxsmodule::swfcxstype::npoints => null()
private

Definition at line 24 of file swf-cxs.f90.

24  integer(I4B), pointer :: npoints => null() !< total number of cross-section points

◆ nsections

integer(i4b), pointer swfcxsmodule::swfcxstype::nsections => null()
private

Definition at line 23 of file swf-cxs.f90.

23  integer(I4B), pointer :: nsections => null() !< number of cross section

◆ nxspoints

integer(i4b), dimension(:), pointer, contiguous swfcxsmodule::swfcxstype::nxspoints => null()
private

Definition at line 26 of file swf-cxs.f90.

26  integer(I4B), dimension(:), pointer, contiguous :: nxspoints => null() !< number of cross section points for section, size nsections

◆ package_type

character(len=lenftype), pointer numericalpackagemodule::numericalpackagetype::package_type => null()
privateinherited

Definition at line 34 of file NumericalPackage.f90.

34  character(len=LENFTYPE), pointer :: package_type => null() !< package type (same as filtyp) stored in memory manager

◆ packname

character(len=lenpackagename) numericalpackagemodule::numericalpackagetype::packname = ''
privateinherited

Definition at line 27 of file NumericalPackage.f90.

27  character(len=LENPACKAGENAME) :: packName = '' !< name of the package

◆ parser

type(blockparsertype) numericalpackagemodule::numericalpackagetype::parser
privateinherited

Definition at line 49 of file NumericalPackage.f90.

49  type(BlockParserType) :: parser !< parser object for reading blocks of information

◆ xfraction

real(dp), dimension(:), pointer, contiguous swfcxsmodule::swfcxstype::xfraction => null()
private

Definition at line 27 of file swf-cxs.f90.

27  real(DP), dimension(:), pointer, contiguous :: xfraction => null() !< cross-section relative x distance, of size npoints

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