rmf_cell_dimensions: Generic function to get cell dimensions

View source: R/utils.R

rmf_cell_dimensionsR Documentation

Generic function to get cell dimensions

Description

Generic function to get cell dimensions

Usage

rmf_cell_dimensions(...)

## S3 method for class 'dis'
rmf_cell_dimensions(
  dis,
  hed = NULL,
  include_volume = FALSE,
  include_faces = FALSE
)

## S3 method for class 'huf'
rmf_cell_dimensions(
  huf,
  dis = NULL,
  hed = NULL,
  include_volume = FALSE,
  include_faces = FALSE
)

Arguments

dis

dis object

hed

hed object, used for calculating the saturated thickness; if not specified, the regular cell thickness is returned

include_volume

logical; should the cell volumes be included?

include_faces

logical; should face areas be included?

huf

huf object

Value

list with x y and z cell dimension 3d arrays and optionally, cell volume


rogiersbart/RMODFLOW documentation built on Jan. 14, 2023, 4:21 a.m.