anaflow.tools.coarse_graining.TPL_CG
- TPL_CG(rad, cond_gmean, len_scale, hurst, var=None, c=1.0, anis=1, dim=2.0, K_well='KH', prop=1.6)[source]
The gaussian truncated power-law coarse-graining conductivity.
- Parameters:
rad (
numpy.ndarray) – Array with all radii where the function should be evaluatedcond_gmean (
float) – Geometric-mean conductivitylen_scale (
float) – upper bound of the corralation-length of conductivity-distributionhurst (
float) – Hurst coefficient of the TPL model. Should be in (0, 1).var (
floatorNone, optional) – Variance of log-conductivity If given, c will be calculated accordingly. Default:Nonec (
float, optional) – Intensity of variation in the TPL model. Is overwritten if var is given. Default:1.0anis (
float, optional) – Anisotropy-ratio of the vertical and horizontal corralation-lengths. This is only applied in 3 dimensions. Default: 1.0dim (
float, optional) – Dimension of space. Default:2.0K_well (
strorfloat, optional) – Explicit conductivity value at the well. One can choose between the harmonic mean ("KH"), the arithmetic mean ("KA") or an arbitrary float value. Default:"KH"prop (
float, optional) – Proportionality factor used within the upscaling procedure. Default:1.6
- Returns:
TPL_CG – Array containing the effective conductivity values.
- Return type: