flopy.mf6.modflow.mfgwtdsp module
- class ModflowGwtdsp(model, loading_package=False, xt3d_off=None, xt3d_rhs=None, export_array_ascii=None, export_array_netcdf=None, diffc=None, alh=None, alv=None, ath1=None, ath2=None, atv=None, filename=None, pname=None, **kwargs)[source]
Bases:
MFPackageModflowGwtdsp defines a DSP package.
- Parameters:
xt3d_off (keyword) – deactivate the xt3d method and use the faster and less accurate approximation. this option may provide a fast and accurate solution under some circumstances, such as when flow aligns with the model grid, there is no mechanical dispersion, or when the longitudinal and transverse dispersivities are equal. this option may also be used to assess the computational demand of the xt3d approach by noting the run time differences with and without this option on.
xt3d_rhs (keyword) – add xt3d terms to right-hand side, when possible. this option uses less memory, but may require more iterations.
export_array_ascii (keyword) – keyword that specifies input griddata arrays should be written to layered ascii output files.
export_array_netcdf (keyword) – keyword that specifies input griddata arrays should be written to the model output netcdf file.
diffc ([double precision]) – effective molecular diffusion coefficient.
alh ([double precision]) – longitudinal dispersivity in horizontal direction. if flow is strictly horizontal, then this is the longitudinal dispersivity that will be used. if flow is not strictly horizontal or strictly vertical, then the longitudinal dispersivity is a function of both alh and alv. if mechanical dispersion is represented (by specifying any dispersivity values) then this array is required.
alv ([double precision]) – longitudinal dispersivity in vertical direction. if flow is strictly vertical, then this is the longitudinal dispsersivity value that will be used. if flow is not strictly horizontal or strictly vertical, then the longitudinal dispersivity is a function of both alh and alv. if this value is not specified and mechanical dispersion is represented, then this array is set equal to alh.
ath1 ([double precision]) – transverse dispersivity in horizontal direction. this is the transverse dispersivity value for the second ellipsoid axis. if flow is strictly horizontal and directed in the x direction (along a row for a regular grid), then this value controls spreading in the y direction. if mechanical dispersion is represented (by specifying any dispersivity values) then this array is required.
ath2 ([double precision]) – transverse dispersivity in horizontal direction. this is the transverse dispersivity value for the third ellipsoid axis. if flow is strictly horizontal and directed in the x direction (along a row for a regular grid), then this value controls spreading in the z direction. if this value is not specified and mechanical dispersion is represented, then this array is set equal to ath1.
atv ([double precision]) – transverse dispersivity when flow is in vertical direction. if flow is strictly vertical and directed in the z direction, then this value controls spreading in the x and y directions. if this value is not specified and mechanical dispersion is represented, then this array is set equal to ath2.
- alh = <flopy.mf6.data.mfdatautil.ArrayTemplateGenerator object>
- alv = <flopy.mf6.data.mfdatautil.ArrayTemplateGenerator object>
- ath1 = <flopy.mf6.data.mfdatautil.ArrayTemplateGenerator object>
- ath2 = <flopy.mf6.data.mfdatautil.ArrayTemplateGenerator object>
- atv = <flopy.mf6.data.mfdatautil.ArrayTemplateGenerator object>
- dfn = [['header'], ['block options', 'name xt3d_off', 'type keyword', 'shape', 'reader urword', 'optional true'], ['block options', 'name xt3d_rhs', 'type keyword', 'shape', 'reader urword', 'optional true'], ['block options', 'name export_array_ascii', 'type keyword', 'reader urword', 'optional true', 'mf6internal export_ascii'], ['block options', 'name export_array_netcdf', 'type keyword', 'reader urword', 'optional true', 'mf6internal export_nc', 'extended true'], ['block griddata', 'name diffc', 'type double precision', 'shape (nodes)', 'reader readarray', 'layered true', 'netcdf true', 'optional true'], ['block griddata', 'name alh', 'type double precision', 'shape (nodes)', 'reader readarray', 'layered true', 'netcdf true', 'optional true'], ['block griddata', 'name alv', 'type double precision', 'shape (nodes)', 'reader readarray', 'layered true', 'netcdf true', 'optional true'], ['block griddata', 'name ath1', 'type double precision', 'shape (nodes)', 'reader readarray', 'layered true', 'netcdf true', 'optional true'], ['block griddata', 'name ath2', 'type double precision', 'shape (nodes)', 'reader readarray', 'layered true', 'netcdf true', 'optional true'], ['block griddata', 'name atv', 'type double precision', 'shape (nodes)', 'reader readarray', 'layered true', 'netcdf true', 'optional true']]
- dfn_file_name = 'gwt-dsp.dfn'
- diffc = <flopy.mf6.data.mfdatautil.ArrayTemplateGenerator object>
- package_abbr = 'gwtdsp'