MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
swf-flw.f90 File Reference

Go to the source code of this file.

Data Types

type  swfflwmodule::swfflwtype
 

Modules

module  swfflwmodule
 This module contains the FLW package methods.
 

Functions/Subroutines

subroutine, public swfflwmodule::flw_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, mempath)
 @ brief Create a new package object More...
 
subroutine swfflwmodule::flw_allocate_scalars (this)
 @ brief Allocate scalars More...
 
subroutine swfflwmodule::flw_allocate_arrays (this, nodelist, auxvar)
 @ brief Allocate arrays More...
 
subroutine swfflwmodule::flw_da (this)
 @ brief Deallocate package memory More...
 
subroutine swfflwmodule::flw_options (this)
 @ brief Source additional options for package More...
 
subroutine swfflwmodule::log_flw_options (this, found)
 @ brief Log SWF specific package options More...
 
subroutine swfflwmodule::flw_rp (this)
 @ brief SWF read and prepare More...
 
subroutine swfflwmodule::flw_cf (this)
 @ brief Formulate the package hcof and rhs terms. More...
 
subroutine swfflwmodule::flw_fc (this, rhs, ia, idxglo, matrix_sln)
 @ brief Copy hcof and rhs terms into solution. More...
 
subroutine swfflwmodule::define_listlabel (this)
 @ brief Define the list label for the package More...
 
logical function swfflwmodule::flw_obs_supported (this)
 Determine if observations are supported. More...
 
subroutine swfflwmodule::flw_df_obs (this)
 Define the observation types available in the package. More...
 
subroutine swfflwmodule::flw_bd_obs (this)
 Save observations for the package. More...
 
subroutine swfflwmodule::flw_rp_ts (this)
 Assign time series links for the package. More...
 
real(dp) function swfflwmodule::q_mult (this, row)
 
real(dp) function swfflwmodule::flw_bound_value (this, col, row)
 @ brief Return a bound value More...
 

Variables

character(len=lenftype) swfflwmodule::ftype = 'FLW'
 package ftype More...
 
character(len=16) swfflwmodule::text = ' FLW'
 package flow text string More...