kitagawa-constants {kitagawa} | R Documentation |
Access to constants used by default
Description
The response of an aquifer depends on its mechanical and hydrological properties; if these are not known or specified, these constants are used.
Usage
constants(do.str = TRUE)
Arguments
do.str |
logical; should the structure be printed? |
Details
The function constants
shows the structure of (optionally),
and returns the assumed constants, which do not reside in
the namespace.
Values
- For water:
Density and bulk modulus
- Gravity:
Standard gravitational acceleration at 6371km radius (Earth)
- Conversions:
Degrees to radians
Value
The constants, invisibly.
See Also
well_response
and open_well_response
Other ConstantsCalculators:
alpha_constants()
,
omega_constants()
Examples
constants()
constants(FALSE) # returns invisibly
[Package kitagawa version 3.1.2 Index]